﻿/* 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:	none;
	color:	#306D97;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#306D97;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#306D97;
	}
	
		
A:hover
{
	color: #663333;
	text-decoration: underline;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.money 
{
	color:	#306D97;
}
	
	
.TableHeader
{
	border-right: white 1pt solid;
	border-top: white 1pt solid;
	font: bold 10pt/14pt Arial,TIMES,TMS;
	border-left: white 1pt solid;
	color: #f1e99c;
	border-bottom: white 1pt solid;
	background-color: #306D97;
}
.iTableDisplay
{
	border-right: white 1pt solid;
	border-top: white 1pt solid;
	font: bold 10pt/12pt Arial,TIMES,TMS;
	border-left: white 1pt solid;
	color: black;
	border-bottom: white 1pt solid;
	background-color: white;
}

.iTableDisplaySm
{
	border-right: white 1pt solid;
	border-top: white 1pt solid;
	font: bold 8pt/10pt Arial,TIMES,TMS;
	border-left: white 1pt solid;
	color: black;
	border-bottom: white 1pt solid;
	background-color: white;
}

.iTableDisplaySilver
{
	border-right: white 1pt solid;
	border-top: white 1pt solid;
	font: bold 10pt/12pt Arial,TIMES,TMS;
	border-left: white 1pt solid;
	color: #888888;
	border-bottom: white 1pt solid;
	background-color: white;
}

.logoBig
{
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	color: #306D97;
	font-family: Garamond;
}

.tagline
{
	font-weight: bold;
	font-size: 20px;
	color: #888888;
	font-family: Garamond;
}

.smallText
{
	font-weight: bold;
	font-size: 16px;
	color: #306D97;
	font-family: Arial;
}

.smallTextv2
{
	font-weight: bold;
	font-size: 14px;
	color: #306D97;
	font-family: Arial;
}

.smallTextv3
{
	font-size: 14px;
	color: #000000;
	font-family: Arial;
}

.silver
{
	color: #888888;
}

.red
{	color: Red;
}

.Aqua
{
	color:Aqua;
}

.Black
{
	color:Black;
}

.Blue
{
	color:Blue;
}

.Fuchsia
{
	color:Fuchsia;
}

.Gray
{
	color:Gray;
}

.Green
{
	color:Green;
}

.Lime
{
	color:Lime;
}

.Maroon
{
	color:Maroon;
}

.Navy
{
	color:Navy;
}

.Olive
{
	color:Olive;
}

.Purple
{
	color:Purple;
}

.Teal
{
	color:Teal;
}

.Yellow
{
	color:Yellow;
}



