/* CSS Document */

.linkbold:link {
	FONT-FAMILY: verdana;
	font-weight: bold;
	FONT-SIZE: 11px;
	color: #663333; 
	text-decoration: none;
} 

.linkbold:visited {
	FONT-SIZE: 11px; 	
	font-weight: bold;
	color: #663333; 
	text-decoration: underline;
} 

.linkbold:hover {
	FONT-SIZE: 11px; 	
	font-weight: bold;
	color: #663333; 
	text-decoration: underline;
} 

.linkbold:active {
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #663333; 
	text-decoration: none;
}

.lessBoldLink {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}

.lessBoldLink:link {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: underline;
}

.lessBoldLink:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC0033;
	text-decoration: none;
}

.header4 {

	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #BC8483;
	FONT-FAMILY: verdana;
	HEIGHT: 18px;
}
.header4:link {

	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #BC8483;
	FONT-FAMILY: verdana;
	HEIGHT: 18px;
}
.header4:hover {

	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #BC8483;
	FONT-FAMILY: verdana;
	HEIGHT: 18px;
	text-decoration: underline;
}

.header4:visited {

	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #BC8483;
	FONT-FAMILY: verdana;
	HEIGHT: 18px;
}

.header4:active {

	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #BC8483;
	FONT-FAMILY: verdana;
	HEIGHT: 18px;
}

.textboxwiderstill {
	width: 98%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 60px;

}

.textwider5rows {

	width: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #D7E4E0;
	border: 1px solid;
	height: 50px;
}

.textboxwider {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.Button {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #08689B;
	border: 1px solid #CCCCCC;
}
