/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    margin-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
    background-color:#D9EBFF;    
}
.SidesTopMargin
{
	MARGIN-TOP: 25px; 
	PADDING-TOP: 25px
}
.NormalText, .ParagraphJustified, .Error
{
	font-size:10pt;
}
.Error
{
	color:Red;
}
.ParagraphJustified
{
	text-align:justify;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1, .Heading1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14pt;	
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#194872;
	}	
		
H2, .Heading2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;	
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#194872;
	font-weight:bold;
	}	
		
A:link, A:visited, A:active, A:hover
{
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	7pt;
	}	
	
.MenuNormal
{
	width:155px;
	background-image:url(/images/menu.jpg);
	height:30px;	
}
.MenuOver
{
	background-color:#F6C964;
	color:Black;	
	border:solid 1px ##08299A;
	text-decoration:none;
}