/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(images/bg.gif);
}


.background_yellow {
	background-color: #FFCC00;
	padding: 5px 20px;
	vertical-align: top;
	height: 340px;
}
.bottom_bar {
	background-color: #CCCCCC;
}
.background_top {
	background-image: url(images/spacer_y.gif);
	text-align: right;
}
.text_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	vertical-align: top;
}
.text_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	padding: 10px;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	background-color: #FFD942;
	border: thin solid #990000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.border {
	border: 1px solid #993300;
}
.smallimages {
	text-align: center;
	border: 1px solid #993300;
}
