﻿/* Default CSS Stylesheet for a new Web Application project */
BODY
{
	background-color: white;
	font-size: 15px;
	font-family: Calibri;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.whiteText
{
	color: White;
	text-align: center;
	font-family: Calibri;
	font-weight: bold;
	font-size: 15px;
}

a.whiteText:hover { color: white; text-align: center;} 
a.whiteText:active { COLOR: white; TEXT-ALIGN: center; }
a.whiteText:visited { COLOR: white; TEXT-ALIGN: center; }
a.whiteText:link { COLOR: white; TEXT-ALIGN: center; }

.NavigationBlock
{
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align:middle;
}

.Friedrich
{
	font-weight: bold;
	font-size: 17pt;
	color: #005698;
	font-family: Trebuchet MS;
}

.LindaHeader1
{
	font-weight: bold;
	font-size: 41pt;
	color: #005698;
	font-family: Trebuchet MS;
}

.LindaHeader2
{
	font-weight: bold;
	font-size: 20pt;
	color: #005698;
	font-family: Trebuchet MS;
}

.LindaHeader3
{
	font-size: 10pt;
	color: #005698;
	font-family: Trebuchet MS;
}

.WeatherFont
{
	font-size: 8pt;
	font-family:Calibri;
}

.NavigationDivider
{
	border-left: #005698 2px solid;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Calibri
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Calibri;
	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: Calibri;
	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: Calibri;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Calibri;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Calibri;
	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: Calibri;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Calibri;
	}	


A:link
{
	color: #07166f;
	text-decoration: none;
}

A:visited	{color: #07166f; text-decoration:none}	
		
A:active    {color:#07166f; text-decoration:none}
		
A:hover     {color:#FF0000; 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;
	}	

