body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #962133;
	background-image: url(images/back2.jpg);
	background-repeat: repeat-x;
	font: 12px/19px Tahoma, Arial, Helvetica;
	color: #555;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: normal;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
	color: #000;
}
#nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#nav ul li a{

	background-image: none;
	padding: 9px 12px;
	
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
#nav ul li a:hover  {
	color: #FFF;
	background: #000;
}

#nav li.current a{
	color:  #000;
	background:#EEE;
	display: block;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.style7 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.inputText{
	width: 95%;
}
.footer {
	font-size: 11px;
	color: #666666;
}
.footer a{
	text-decoration: none;
	color: #666666;	
}
.footer a:hover{
	text-decoration: underline;
	color: #000;	
}
.imgRight{
	padding: 3px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}