.contentbg {
	background-attachment: scroll;
	background-image: url(../images/content_bg_inf.jpg);
	background-repeat: repeat-y;
}

.btmbg {
	background-image: url(../images/btm_inf.jpg);
	background-repeat: repeat-y;
}

table, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;

}

input:hover {
	background-color: #FFCC99;
	border: 1px solid #000000;	
	
}

option {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}

.topbg {
	background-image: url(../images/top_inf.jpg);
	background-repeat: repeat-y;
}

.bold {
	font-weight: bold;
}

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:hover {
	color: #F4B70C;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}

a:visited {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
}

a:active {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.headlineSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.headlineXSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

