/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * home.css
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {	
    background-color: #ffffff;
    color: #036;
    padding: 0 0 0 0;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    font-weight: normal;
}

strong {
    font-weight: bold;
}


.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #000000;
}

.bodytext a, .bodytext a:link, .bodytext a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight: normal;
	color: #0000cc;
	text-decoration: none;
}

.bodytext a:hover  {
	text-decoration: underline;
}

.smallbody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt; 
	}

.smallbody a, .smallbody a:link, .smallbody a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	font-weight: normal;
	color: #0000cc;
	text-decoration: none;
}

.smallbody a:hover  {
	text-decoration: underline;
}