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