﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	BACKGROUND-COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: .8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
}

TFOOT
{
    COLOR: #003366;
}

THEAD
{
    COLOR: #003366;
}

TH
{
    COLOR: #003366;
}

H5
{
    COLOR: #003366;
}

H4
{
    COLOR: #003366;
}

H3
{
    COLOR: #003366;
}

H2
{
    COLOR: #003366;
}

H1
{
    COLOR: #003366;
}
H1	{
	font-family: "Courier New", Courier, monospace;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
H2	{
	font-family: "Courier New", Courier, monospace;
	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: 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;
	margin-top: 20px;
	margin-bottom: 5px;
}	
		
H4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}	
		
DT	{
	font-family: 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;
}	
		
H5	{
	font-family: 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: 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;
}

p {
	margin-top:5px;
	
}

	

		
THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Comic Sans MS;
	}	
		
TFOOT	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Comic Sans MS;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Comic Sans MS;
	}
TD.header
{
	font-size:		2.5em;
	font-family:	Comic Sans MS;
	font-weight:	normal;
	background-color: #99ccff;
	text-align:	center;
	height: 60px

	
}
TABLE.footer
{
	background-color: #99ccff;
}
TD.footer
{
	font-size:		.8em;
	font-family:	Comic Sans MS;
	font-weight:	normal;
	background-color: #99ccff;
	text-align:	center;
	height: 20px
}

a.menu 
{
	font-family:Comic Sans MS;
	font-size: .6em;
}
			
 

A:link	{
	text-decoration: none;
	color: #0100AB;
	font-family: Arial, Helvetica, sans-serif;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0100AB;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#0100AB;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#669ACC;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

PRE	{	
	font-family:	Courier New, monospace;
	}	
	

BLOCKQUOTE	{	
	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;
	}	

