﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    /*BACKGROUND-COLOR: #FFFFFF;*/
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    /*COLOR: #003366;*/
}

H1	{	
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight: 700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height:40px;
	}	
		
H2	{	
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	13pt;
	font-weight:	700;
	text-decoration:	none;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	11pt;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Comic Sans MS, 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: Comic Sans MS, 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: Comic Sans MS, Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{	
	text-decoration:	none;
	color:	#0034db;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0034db;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0034db;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#e33b00;
	}
	
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;
	}	

TD
{
	font-weight: normal;
	font-size: 10pt;
	text-transform: none;
	font-family: 'Comic Sans MS';
	color:#4b3100;
}
TD.footer
{
	font-weight: bold;
	font-size: 8pt;
	text-transform: none;
	font-family: 'Comic Sans MS';
	color:#FFFFFF;
}
A.ofooter:link, A.ofooter:visited
{
	font-weight: normal;
	font-size: 8pt;
	text-transform: none;
	font-family: 'Comic Sans MS';
	color:#FFFFFF;
}
A.afooter:link, A.afooter:visited
{
	font-weight:bold;
	font-size: 10pt;
	text-transform: none;
	font-family: 'Comic Sans MS';
	color:#FFFFFF;
}
.textbox
{
	border:solid 1px #f6851e;
	font-weight: normal;
	font-size:	10pt;
	font-family: 'Comic Sans MS';
}
.button
{
	font-weight: bold;
	font-size:medium;
	background-image: url(../images/button/button_bg.gif);
	color:White;
	border:solid 1px #f6851e;
	font-family: 'Comic Sans MS';
	cursor :hand;
	width:190px;
	height:35px;
}

.boldtext
{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
}

.normaltext
{
	font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
}



.headertext
{	
font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
font-size:	14pt;
font-weight: 700;
font-style:	normal;
text-decoration:	none;
word-spacing:	normal;
letter-spacing:	normal;
text-transform:	none;
line-height:40px;
}	

.keywordstyle
{
color:#ffd28c;
font-size:11px;    
text-align:left;
}

.keywordslink
{
color:#ffd28c;
font-size:11px;    
text-align:left;
}