/* CSS Document */
.content{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: 003366;
	text-align: left;
}

 a.content:link{
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: 003366;
	TEXT-DECORATION: none
}

 a.content:visited{
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: 003366;
	TEXT-DECORATION: none
}

a.content:hover{
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #990000;
	TEXT-DECORATION: underline;
}

 a.content:active{
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: 003366;
	TEXT-DECORATION: none
}



.linkw {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	MARGIN: 0px; 
	font-family: Helvetica;
	font-size: 12px;
	COLOR: #ffffff
}

a.linkw:link {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #ffffff;
	TEXT-DECORATION: none
}
a.linkw:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #ffffff;
	TEXT-DECORATION: none
}
a.linkw:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #ffff00;
	TEXT-DECORATION: none
}
a.linkw:active {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #ffff00; 
	TEXT-DECORATION: none
}

.firsttable{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2d6cb5;
	border-bottom-color: #2d6cb5;
	border-left-color: #2d6cb5;
}


.subbg{
	background-image: url(images/subbg.gif);
	background-repeat: no-repeat;
	background-color: 3a86d2;
}
.subbgP{
	background-image: url(images/subbgP.gif);
	background-repeat: no-repeat;
	background-color: 3a86d2;
}
	
.horizontal{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}	
