/* CSS Document */
body {
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #CDCDCD url(images/bg.jpg) 0 0 repeat-x;
}


/* ************************************----------- MAIN MENU AREA -----------************************************ */
td#Menu {
	
	background: #CDCDCD url(images/menu_bg.jpg);
	padding: 0px 0px 0px 30px;
}
html>body table#Menu {/*This hack allows these values to be read by newer Netscape Browser - IE will ignore it and use the values listed above */
	margin-top: 0px;
}

td#Menu a {
	margin: 0px 0px 0 0px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 12px;	
	padding: 0px 5px 0px 5px; 
	line-height:13pt;
 	color: #8A8A8A; 
 	text-decoration: none; 
}
td#Menu a:hover {
	color: #241A88; 	
}
/* ************************************----------- LEFT COLUMN -----------************************************ */
td#LeftCol {
	background: #CDCDCD url(images/left_bg.jpg) ;
}

/* ************************************----------- RIGHT COLUMN -----------************************************ */
td#RightCol {
	background: #CDCDCD url(images/right_bg.jpg) ;
}


/* ************************************----------- MAIN COLUMN -----------************************************ */
td#Content {
	background-color: #EDEDF4;
}


td#Content a {
	color: #160B81;
}

td#Content a:hover {
	color: #384374;
	text-decoration: none;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:15pt;
	COLOR: #5C5A5A;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height:13pt;
	COLOR: #5C5A5A;
}

ul {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height:13pt;
	COLOR: #5C5A5A;
}
ol {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height:13pt;
	COLOR: #5C5A5A;
}

A:link {
	COLOR: #160B81; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #160B81; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #384374; TEXT-DECORATION: none;
}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height:14pt;
	font-weight: bold;
	COLOR: #5C5A5A;
}
li {
	line-height: 16px;
}
sup {
	font-size: 10px;
}

/* ************************************----------- BOTTOM -----------************************************ */
table#Bottom {
	
	background: #CDCDCD url(images/bottom_bg.jpg);
	padding: 9px 0px 0px 0px;
}

table#Bottom a {
	margin: 0px 0px 0 0px;
	font-weight: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;	
	padding: 0px 2px 0px 2px; 
	line-height:11pt;
 	color: #8A8A8A; 
 	text-decoration: underline; 
}
table#Bottom a:hover {
	color: #8A8A8A; 
	text-decoration: none; 	
}


/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
div#copyright {
	text-align: center;
	font-size: 11px;
	COLOR: #8A8A8A;
}
div#copyright a{
	COLOR: #8A8A8A;
	font-size: 11px;
	TEXT-DECORATION: underline;
}
div#copyright a:hover{
	COLOR: #8A8A8A;
	TEXT-DECORATION: none;
}


/* ************************************----------- OLD BROWSER STYLES -----------************************************ */
p#older_browsers {
	display: none;
}

div#CompanyName {
	display:none;
}
