/* CSS Document */

/*LINK DEFINITIONS*/
A:link, A:visited, A:active {
        font-family: Verdana, sans-serif;
        text-decoration: none;
        color: #000099;
		font-size: x-small;
}
A:hover {
        font-family: Verdana, sans-serif;
        text-decoration: none;
        color: #CC6666;
        font-weight: bold;
		font-size: x-small;
}
/*BODY DEFINITIONS*/
BODY	{
        SCROLLBAR-FACE-COLOR: #444444;
        SCROLLBAR-HIGHLIGHT-COLOR: #777777;
        SCROLLBAR-SHADOW-COLOR: #444444;
        SCROLLBAR-3DLIGHT-COLOR: #777777;
        SCROLLBAR-ARROW-COLOR: #0000CC;
        SCROLLBAR-TRACK-COLOR: #444444;
        SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
P		{
		font-family: Times New Roman, sans-serif;
		color: #000000;
		font-size: small;
		}
H4		{
		font-family: Times New Roman, sans-serif;
		color: #000000;
		font-size: small;
		}
H3		{
		font-family: Times New Roman, sans-serif;
		color: #000000;
		font-size: medium;
		font-weight: bold;
		}
H2		{
		font-family: Times New Roman, sans-serif;
		color: #000066;
		font-size: small;
		}
/*CLASS DEFINITIONS*/
.important { color: #FF0000 }