/* CSS Document */

body {
margin-top:0px;
margin-left:0px;
padding:0px;
font-family: verdana, Arial, Helvetica, sans-serif, verdana, "Lucida Grande";
font-size:11px;
color:#666;
line-height:14px;
}

a:link {
color: #6B8A94;
font-weight:bold;
}     /* unvisited link */
a:visited {
color: #6B8A94;
font-weight:bold;}  /* visited link */
a:hover {
color: #000000;
font-weight:bold;}   /* mouse over link */
a:active {
color: #0000FF;
font-weight:bold;}   /* selected link */

a.menu:link {
color: #6B8A94;
font-weight:bold;
text-decoration: none;
}     /* unvisited link */
a.menu:visited {
color: #6B8A94;
font-weight:bold;
text-decoration: none;
}  /* visited link */
a.menu:hover {
color: #000000;
font-weight:bold;
background: #ffffff;
}   /* mouse over link */
a.menu:active {
color: #0000FF;
font-weight:bold;}   /* selected link */


*/





p {
margin: 1px;
line-height: 140%;
}



/* typography */

h1 {
	color:#6B8A94;
	font-size:26px;
	margin-left:0px;
	margin-top: 7px;
	margin-bottom: 4px;
	line-height:34px;
	font-family: Arial, Helvetica, sans-serif;

}


h2 {
color:#6B8A94;
font-size:16px;
font-weight:bold;
line-height:15px;
margin-left:-4px;
margin-bottom: 4px;
}

h3 {
color:#8481aa;
font-size:14px;
font-weight:bold;
line-height:13px;
margin-left:-4px;
font-style: italic;
margin-bottom: 2px;
}

h4 {
color:#8481aa;
font-size:12px;
font-weight:bold;
line-height:15px;
margin-left:-4px;
font-style: normal;
margin-bottom: 2px;
}
