/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-IMAGE: URL(images/bgpage.gif);
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    
}

.footer
{
	font-size:9;
	font-style:normal;
	color : #777879;
	font-family:Verdana,Sans-Serif,Helvetica,Times New Roman,Arial;
	font-weight:bold;
	vertical-align:middle;
	text-decoration:none;
}

.MenuLinks
{
	font-size:11;
	font-style:normal;
	font-weight:bold;
	font-family:Verdana,Sans-Serif,Helvetica,Times New Roman,Arial;
	text-decoration:none;
	
}

.small
{
	font-size:9;
	font-style:normal;
	color : #4F5152;
	font-weight:bold;
	font-family:Verdana,Sans-Serif,Helvetica,Times New Roman,Arial;
	text-align:center;
	text-decoration:none;
	
}

.intro
{
	font-size:12;
	font-style:normal;
	color: #D8D9DB;
	font-weight:bold;
	font-family:Verdana,Helvetica,Sans-Serif,Times New Roman,Arial;
	text-decoration:none;
	
}

.info
{
	font-size:12;
	font-style:normal;
	color: #2B6C90;
	font-weight:bold;
	font-family:Verdana,Helvetica,Sans-Serif,Times New Roman,Arial;
	text-decoration:none;
	
}

.SubHeader
{
	font-size:12;
	font-style:normal;
	color: #33677C;
	font-family:Verdana,Helvetica,Sans-Serif,Times New Roman,Arial;
	text-decoration:none;
}

.Header
{
	font-size:13;
	font-style:normal;
	font-weight:bold;
	color: #74787A;
	font-family:Verdana,Helvetica,Sans-Serif,Times New Roman,Arial;
	text-decoration:none;
}

.BlueSubmenu
{
	font-size:11;
	font-style:normal;
	font-weight:bold;
	font-family:Verdana,Sans-Serif, Helvetica,Times New Roman,Arial;
	text-decoration:none;
	text-align:left;
	
}

A:link	
{
	font-size:12;
	font-weight:bold;
	font-family:Verdana,Sans-Serif, Helvetica,Times New Roman,Arial;
	text-decoration:	none;
	color:	#333399;
	
	}	
		
A:visited	
{
	font-size:12;
	font-weight:bold;
	font-family:Verdana,Sans-Serif, Helvetica,Times New Roman,Arial;
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	
{
	font-size:12;	
	font-weight:bold;
	font-family:Verdana,Sans-Serif, Helvetica,Times New Roman,Arial;
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	
{
	font-size:12;
	font-weight:bold;
	font-family:Verdana,Sans-Serif, Helvetica,Times New Roman,Arial;
	text-decoration:	none;
	color:	#47AFDA;
	}
	

