@charset "UTF-8";
/* CSS Document */

html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image: url(/images/bg.jpeg);
	background-repeat:repeat-x;
}


a{
	text-decoration:none;
	color:#000033;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

input, textarea{
	border:thin; 
	border-color:#802415; 
	border-width:1px;
	border-style:solid;
	color:#2d1f0e;
}

.spacer{
	font-size: 4px;
	color:#2d1f0e;
	background-color:#802415;
}

.mnuBorder{
	border:#2d1f0e;
	border-style:solid;
	border-width:0px;
}
.msgAlert {
	font-size: 10px; 
	color: #990000; 
	padding:2px;
}
body center table tr td table tr td table tr td h2 {
	text-align: center;
}
title {
	font-size:13;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
}