/* --------------------------------------------------------------
   GLOBAL
-------------------------------------------------------------- */

body {
	background-color:		#373737;
	margin-top:				0px;
	margin-right:			0px;
	margin-bottom:			0px;
	margin-left:			0px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				12px;
	word-spacing:			normal;
	color:					#000000;
	}

h6 {
	color:					#d1162c;
	font:					18px Arial, Helvetica, sans-serif;
	margin-top:				0px;
	margin-bottom:			0px;
	}
h5 {
	color:					#d1162c;
	font:					bold 14px Arial, Helvetica, sans-serif;
	}


/* --------------------------------------------------------------
   BACKGROUNDS
-------------------------------------------------------------- */

td.BgHeader {
	background:				url(images/acwh_bg_top.gif) top center repeat;
	}

td.BgBody {
	background:				url(images/acwh_bg_body.gif);
	}

td.BgBodyColumns {
	background:				url(images/acwh_bg_body_col.jpg);
	}

/* --------------------------------------------------------------
   LINKS
-------------------------------------------------------------- */

a {
	color:					#474747; }

a:hover {
	text-decoration:		underline; }

a.Footer:link {
	color: 					#9d9d9d;
	text-decoration:		none; }
a.Footer:visited {
	color:					#9d9d9d;
	text-decoration:		none; }
a.Footer:hover {
	color: 					#b4b4b4;
	text-decoration:		underline; }
a.Footer:active {
	color:					#9d9d9d; } 

/* --------------------------------------------------------------
   FONTS
-------------------------------------------------------------- */

td.GrayText {
	color:					#888888;
	font:					11px Arial, Helvetica, sans-serif;
	margin-top:				0px;
	margin-bottom:			0px;
	}

/* --------------------------------------------------------------
   FORMS
-------------------------------------------------------------- */

.form {
	font-size:				9px;
	color:					#990000;
	}

input {
	color:					#000000;
	background:				#dddddd;
	border:					1px solid #505050;
	}

.inputLogin {
	color:					#000000;
	background:				#dddddd;
	border:					1px solid #505050;
	width:					120px;
	height:					14px;
	font-size:				9px;
	}