/* 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;
	MARGIN-LEFT: 0px;
	MARGIN-TOP: 0px;
	MARGIN-RIGHT: 0px;
	MARGIN-BOTTOM: 0px;
    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;
	}	

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;
	}

.Title
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.TitleOnStop
{
	color: Red;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.Label
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}
.LabelOnStop
{
	color: Red;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}
.Combo
{
	font-family: Arial, 'Courier New';
	font-size: 12px;
	font-weight: bold;
}
.TextBox
{
	font-family: Arial, 'Courier New';
	font-size: 12px;
	font-weight: bold;
}
.Information
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.Error
{
	color: red;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
.Grid
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
}
A.Grid:link
{
	color: royalblue;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
A.Grid:visited
{
	color: royalblue;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
A.Grid:hover
{
	color: royalblue;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

A.Letter:link
{
	color: royalblue;
	border-left: royalblue 1px solid;
	border-bottom: royalblue 1px solid;
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
A.Letter:visited
{
	color: royalblue;
	border-left: royalblue 1px solid;
	border-bottom: royalblue 1px solid;
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
A.Letter:hover
{
	color: royalblue;
	border-left: royalblue 1px solid;
	border-bottom: royalblue 1px solid;
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
A.LetterSelected
{
	color: white;
	background-color: royalblue;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
A.LetterDisabled:link
{
	color: royalblue;
	border-left: royalblue 1px solid;
	border-bottom: royalblue 1px solid;
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
A.LetterDisabled:visited
{
	color: royalblue;
	border-left: royalblue 1px solid;
	border-bottom: royalblue 1px solid;
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
A.LetterDisabled:hover
{
	color: royalblue;
	border-left: royalblue 1px solid;
	border-bottom: royalblue 1px solid;
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.Menu
{
	color: royalblue;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}
A.Menu:link
{
	color: royalblue;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
A.Menu:visited
{
	color: royalblue;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
A.Menu:hover
{
	color: royalblue;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

A.TopMenu
{
	color: royalblue;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}
A.TopMenu:link
{
	color: royalblue;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
A.TopMenu:visited
{
	color: royalblue;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
A.TopMenu:hover
{
	color: royalblue;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
}

.Version
{
	color: red;
	font-family: Arial;
	font-size: 8pt;
	text-align: right;
}
