/* CSS Document */
<!--
body {
	font-family: Arial;
	font-size: 11px;
	color: #ebecef;
	margin: 0px;
	background:#000;
}
table,td,tr{ vertical-align:top; font-size: 11px;
}
a {text-decoration:none; color:#76999E; font-weight:bold}
a:hover {text-decoration: underline; color:#D5D7DE;
}
a img {
	padding:0px;
	border: 1px solid #541813;
	}
a:hover img {
	padding:0px;
	border: 1px solid #2d1e25;
}
.nav{text-decoration:none}
.nav a img{border:0px; padding:0px}
.nav a:hover img{border:0px;
}
.welcome { text-align:right; color:#f1f2ef; padding:0px 3px 0px 3px; text-align:justify;}
.title { padding:6px; text-align: center; background-color:#000000; letter-spacing:1px; color:#fff; text-transform:uppercase; font-size:8pt;
border-bottom:solid;
border-bottom-color: #541813;
border-bottom-width:2px;
border-bottom-style:solid;
}
.content { background:url(images/bg.jpg) repeat-x; padding:8px;
border-bottom:solid;
border-bottom-color: #541813;
border-bottom-width:0px;
border-bottom-style:solid;}

.margin { margin-bottom:8px;
}
/* Begin Forms */
textarea, input, select, button {
	background-color: #ffffff;
	border: 1px solid #fc4797;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
/* End Forms */

