/* Note: Before you change anything, ensure you understand CSS 
syntax and inheritance, see http://www.w3schools.com/css/css_syntax.asp for help */

body         { 
	font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 10pt; 
	background-color: #FFFFFF;
	}

td {
	font-size:10pt;
}

.teal {
 	color:#009999;
 	font-size: 12pt;
}

.Header       {
	color:#000080;
	font-size: 12pt;
}

hr {
	color:#009999;
}

body #popup	{
	background-color:White;
}
	
/*a, a:link, a:visited {
	color:#3656A7
	}

a:hover {
	color:#C8B396
	}
*/
