/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	


.questionCorrect { color:#33A033; font-weight:bold; }
.questionWrong { color:#ff0000; font-weight:bold; text-decoration:underline; }

.content { font-family: Verdana, helvetica; font-size: 12px; }
.contenttop {  font-family: Verdana; font-size: 60%; color: #666666}
.content_exam { font-family: Verdana, helvetica; font-size: 10px; }

.cardtextTop { font-family: Arial, helvetica; font-size: 14px; }
.cardtext { font-family: Arial, helvetica; font-size: 12px; }
.cardtext9 { font-family: Arial, helvetica; font-size: 9px; }
.cardtext8 { font-family: Arial, helvetica; font-size: 8px; }

.pagetext { font-family: Verdana, helvetica; font-size: 12px; }
.pagetextsmall { font-family: Verdana, helvetica; font-size: 11px; }
.pagetext9 { font-family: Verdana, helvetica; font-size: 9px; }
.pagetext8 { font-family: Verdana, helvetica; font-size: 8px; }
.error { font-family: Verdana, helvetica; font-size: 12px; color:#e00000;  }
.completed { font-family: Verdana, helvetica; font-size: 10px; color:#606060;}

.sublist { font-family: Verdana, helvetica; font-size: 11px; }

.greentext { font-family: Verdana, helvetica; font-weight:bold; font-size: 8px; color: #30e060;}

.formitem { font-family: arial, helvetica; font-size: 12px; }
.formitemsmall { font-family: arial, helvetica; font-size: 11px; padding: 2px 2px; }

.formhead { font-family: Verdana, Arial; font-weight: bold; 
			font-size: 13px; color: #30b060; }

.formhead2 { font-family: Verdana, Arial;
			font-size: 11px; font-weight: bold; color: #30e060; }

.button {background: #e0f0e0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #003000; font-weight: bold}
.buttonBlue {background: #e0e6f6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: bold}
	
.table_contestants { width: 95%; margin-left: 20px; font-family: Verdana, helvetica; font-size: 12px; }
.table_contestants TD { font-family: Verdana, helvetica; font-size: 11px; }
.table_contestants TH { background-color:#e0f6e0; font-family: Verdana, helvetica; 
	font-size: 11px; font-weight:bold; color:#606060;
	text-align:left; }


