/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
}

.navigate a:link
{
	border-right: #d5960b thin solid;
	border-left: #d5960b thin solid;
	border-top: #d5960b thin solid;
	border-bottom: #d5960b thin solid;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	width: 132px;
	color: white;
	font-style: normal;
	font-family: Arial;
	background-color: #3995c4;
	text-align: center;
	text-decoration: none;
	padding: 2px;
}
	
.navigate A:visited
	{
	border-right: #d5960b thin solid;
	border-left: #d5960b thin solid;
	border-top: #d5960b thin solid;
	border-bottom: #d5960b thin solid;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	width: 132px;
	color: white;
	font-style: normal;
	font-family: Arial;
	background-color: #3995c4;
	text-align: center;
	text-decoration: none;
	padding: 2px;
	}

.navigate a:hover
	{	
		color: #3995C4;
		background-color: #FFFFFF;
	}
	
.navigate A:visited:hover
	{
		color: #3995C4;
		background-color: #FFFFFF;
	}	

.webdesignfont
	{
		color: #000000;
		font-family: Arial;
		font-size: 10pt;
		font-weight:normal;
	}	

.webdesignfont a:link
	{
		color: #266483;
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
	}
	
.webdesignfont A:visited
	{
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		color: #266483;
		font-style: normal;
		text-decoration: none;
	}

.webdesignfont a:hover
	{	
		color: silver;		
	}
	
.webdesignfont A:visited:hover
	{
		color: silver;
	}	
	
.footer a:link
	{
		color: #266483;
		font-family: Arial;
		font-size: 8pt;
		font-style: normal;
		text-decoration: none;
	}
	
.footer A:visited
	{
		font-family: Arial;
		font-size: 8pt;
		color: #266483;
		font-style: normal;
		text-decoration: none;
	}

.footer a:hover
	{	
		color: silver;		
	}
	
.footer A:visited:hover
	{
		color: silver;
	}		
	
.service
	{
		font-family: Arial;
		font-size: 11pt;
		font-weight:normal;
		line-height: 15pt;
	}
	
.info
	{
		font-family: Arial;
		font-size: 9pt;
		font-weight:normal;
		line-height: 15pt;
	}	

.details
	{
		color: #000000;
		font-family: Arial;
		font-size: 10pt;
		font-weight:normal;
	}	
	
	
	