body
{  
      font-family: Times New Roman, Arial, Helvetica, serif;
	  font-size: 12pt;
	  color: #FFFFFF;
	  font-weight: normal;
	  margin-top: 0px;
	  margin-left: 0px;
	  background-color: #000000;
}

.main
{
    background-color: #FFFFFF;
}

.groupingtitle
{
    color: orange;
    font-size: 14pt;
    font-weight: bold;
}

.normalbold 
{
    font-weight: bold;
    color: #00FF00;
}

.whitebold 
{
    font-weight: bold;
}

.orangebold 
{
    font-weight: bold;
    color: orange;
}

.normalbolditalic 
{
    font-weight: bold;
	font-style: italic;
}

.normalitalic 
{
    font-style: italic;
}

.title	
{
    font-size: 20pt; 
	font-weight: bold;
	color: orange;
}
 
.season	
{
    font-size: 16pt; 
	font-weight: bold;
	color: orange;
}
 
.subhead 
{
    font-size: 16pt; 
	font-weight: bold;
	color: #00ff00
}
 
.copyright 
{
    font-size: 8pt; 
	font-weight: normal;
} 

a:link	
{   
    font-size: 16pt;
    color: #0000FF;
    text-decoration: none; 
	font-weight: bold;
}

a:visited 
{
    font-size: 16pt;
    color: #0000FF; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover	
{
    font-size: 16pt; 
	color: #0000FF; 
	text-decoration: none; 
	font-weight: bold;
}

a.orange:link	
{   
    font-size: 14pt;
    color: orange;
    text-decoration: underline; 
	font-weight: bold;
}

a.orange:visited 
{
    font-size: 14pt;
    color: orange; 
	text-decoration: underline; 
	font-weight: bold;
}

a.orange:hover	
{
    font-size: 14pt; 
	color: orange; 
	text-decoration: underline; 
	font-weight: bold;
}

a.normallink:link	
{   
    font-size: 12pt;
    color: #00FF00;
    text-decoration: underline; 
	font-weight: bold;
}

a.normallink:visited 
{
    font-size: 12pt;
    color: #00FF00; 
	text-decoration: underline; 
	font-weight: bold;
}

a.normallink:hover	
{
    font-size: 12pt; 
	color: #00FF00; 
	text-decoration: underline; 
	font-weight: bold;
}

a.normalsmalllink:link	
{   
    font-size: 10pt;
    color: Silver;
    text-decoration: underline; 
	font-weight: bold;
}

a.normalsmalllink:visited 
{
    font-size: 10pt;
    color: Silver; 
	text-decoration: underline; 
	font-weight: bold;
}

a.normalsmalllink:hover	
{
    font-size: 10pt; 
	color: White; 
	text-decoration: underline; 
	font-weight: bold;
}

.normalsubtitle 
{
	    font-size: 14pt;
	    font-weight: bold;
	    font-style: italic;
}

.smallitalic 
{
	    font-size: 10pt;
	    font-style: italic;
}

.small 
{
	    font-size: 10pt;
}

.smaller 
{
	    font-size: 8pt;
}

.smallergreen 
{
	    font-size: 8pt;
	    font-weight: bold;
	    color: #00ff00;
}

.ErrorMessage
{
    color: Red;
    font-weight: bold;
    font-size: 10pt;
}

a.adminmenu:hover
{
    font-size: 14px;
    color: White;
}

a.adminmenu:link
{
    font-size: 14px;
    color: White;
}

a.adminmenu:visited
{
    font-size: 14px;
    color: White;
}

.Blue
{
    color: #3366CC;
}

/*Menu*/
/*IE8 Menu fix for DynamicMenuStyle*/
.StaticMenuStyle
{
    border: solid 1px #0000FF;
    background:#00ff00 url('Images/MenuBG.gif') repeat-x;
    color: #3366CC;
    font-weight: bold;
}
.StaticMenuItemStyle
{
    color: #3366CC;
    font-weight: bold;
    height: 18px;
}
.StaticHoverStyle
{
    color: #ffffff; 
    background: orange url('Images/MenuHoverBG.gif') repeat-x;
    height: 18px;
}
.DynamicMenuStyle
{
    border: solid 1px #4682B4;
    background:#00ff00 url('Images/MenuBG.gif');
    z-index: 1; /*IE8 Menu fix for DynamicMenuStyle*/  
    width: 300px;
    padding-left: 3px;
    padding-right: 3px;
}
.DynamicMenuItemStyle
{
    color: #000000;
    height: 18px;
    width: 300px;
}
.DynamicHoverStyle
{
    color: #ffffff;
    background: orange url('Images/MenuHoverBG.gif') repeat-x;
    width: 300px;
}

