/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial;	
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #FFFFFF;
	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	FONT-FAMILY: Arial;	
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	12pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	FONT-FAMILY: Arial;	
	}
	
TD 
{
	font-size: 10pt;
	FONT-FAMILY: Arial;
	color: #FFFFFF;	
}

IMG
{
	border: solid 0px #666699;	
}	


A:link	
{	
	font-size: 9pt;
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:visited	
{
	font-size: 9pt;	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:active	
{
	font-size: 9pt;	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:hover	
{
	font-size: 9pt;	
	text-decoration:	underline;
	color:	#FFFFFF;
	}	
	
.UnselectedButton
{
	font-size:10pt;
	color:#FFFFFF;	
	background-color:#993300;
	border: none 0px #ffffff;
	text-align: center;
}
.ButtonHover
{
	font-size:10pt;
	color:#FFFFFF;	
	background-color:#d7b286;
	border: none 0px #ffffff;
	text-align: center;
}

.SelectedButton
{
	font-family:Monotype Corsiva;
	color:#000000;
	font-size:12pt;	
	background-color:#B2B58C;	
	border: none 0px #ffffff;
	text-align: center;
}
.SelectedImage
{
	border: solid 1px #ffffff;	
}

.UnSelectedImage
{
	border: solid 1px #666699;	
}
	
