/* Sample CSS Stylesheet */
/* Overall Page Settings */
body
{
    font-family: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
/* Navigation Settings */
.Navigation
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
}
/* Group Headings on Reg Form */
.header
{
	background-color: #5060b7;
	font-weight: bold;
	font-size: 12pt;
}	
/* Input Boxes on Reg Form */
.bodyInput
{
	font-size: 10pt;
	color: #000000;
}	
/* dropdown Questions on Reg Form */
.dropdown
{
	font-size: 10pt;
	color: #000000;
}
/* Links inside your Document */
A:link	{	
    COLOR: #3333FF;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline;
	}	
		
A:visited	{	
    COLOR: #3333FF;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline;
	}	
		
A:active	{	
    COLOR: #3333FF;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: underline;
	}	
		
A:hover	{	
    COLOR: #579609;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
	}
