
BODY {
	margin: 0px 0px 0px 0px;
	background: white url(images/tloconnex.jpg) center top scroll repeat-y;

	background-color: #FFFFFF;
	color: #562B0C;
}



td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2c599c;
}



h2 {
	color: #B10043;
	font-family: Arial, Helvetica, sans-serif;
}

	
h4 {
	color: #2c599c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Links */
a:link, a:visited {
	font-size: 11px;
	color: #C00000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
a:hover {
	color: #ECD04B;
	text-decoration: none;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(images/bgmen.jpg) no-repeat;
	vertical-align: middle;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #006400;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	background: url(images/subhead_bg.png) repeat-x;
	color: #FFFFFF;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

/* Horizontal Line */	

hr {

	background: #ffffff; height:0px; border: 0px inset;

	}



