/* CSS Document for layout of page - (use content.css for layout contents)*/
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

h1, h2, h3 {
	color: #01BCE5;
}
h1 { 
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 16px;
}
h2 { 
	font-size: 11px;
	color: #002a54;
	margin-top: 16px;
	margin-bottom: 0px;
}
h3 { 
	font-size: 11px;
}
p, ul {
	line-height:16px;
	margin-top:0px;
	margin-bottom:14px;	
}

a:link, a:active, a:visited
{
color: #01bce5;
font-weight: bold;
text-decoration: none;
}

a:hover
{
color: #01bce5;
font-weight: bold;
text-decoration: underline;
}

/*
body, td, th, div {font-family:Verdana;font-size: 13px;}
p {line-height: 18px;margin-top: 3px;}
ul{margin-left:20px;}
li{line-height:18px;}
h1, h2, h3 {font-weight:bold;white-space: normal;}
h1 {font-size: 18px;margin-top: 0px;margin-bottom: 3px;	}
h2 {font-weight:bolder;font-size:16px;margin-top:3px;margin-bottom:-3px;}
h3 { font-size: 14px;margin-top: 3px;margin-bottom: 3px;	}
th {line-height: 16px;}
a:link, a:active {text-decoration:none;color:#006b43; font-weight:bold}
a:visited {text-decoration:none;color:#006b43; font-weight:bold}
a:hover {text-decoration:underline;color:#006b43; font-weight:bold}
*/
/*.rightButtonDiv a:link,.rightButtonDiv a:active,.rightButtonDiv a:visited {text-decoration:none;}
.rightButtonDiv a:hover{text-decoration:underline;}*/

