body{
margin: 0% 0% 0% 0%;
font-size: 11px;
background-image: url(media/main_bg.jpg);
background-repeat: repeat-x;
background-color: #d8d8d8;
}
.title{
	font-family : "Times New Roman", Times, serif;
	font-size : 50px;
	font-style : italic;
	font-weight : 900;
	color : #ff0000;
	background-color : transparent;
}
.description{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: 600;
	color: White;
}
.menu1{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
font-style: normal;
font-weight: 600;
text-align: center;
width: 730px;
background-color: #DCDCDC;
border: 1px Solid Red;
padding: 1px 5px 1px 5px;
margin-left: 15px;
}
.menu2{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 85%;
font-style: normal;
font-weight: 500;
color: Black;
text-align: center;
width: 730px;
background-color: #9e9e9e;
border: 1px Solid Red;
padding: 1px 5px 1px 5px;
margin-left: 15px;
}
.mth{
background-color: #9E9E9E;
border-left: 1px Solid Red;
border-top: 1px Solid Red;
border-right: 1px Solid Red;
border-bottom: 1px Solid Gray;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 120%;
font-weight: 800;
font-style: italic;
text-align: left;
padding: 5px;
margin-left: 15px;
width: 730px;
	
}
.mt{
	background-color: #E8E8E8;
	border-left: 1px Solid Red;
   border-bottom: 1px Solid Red;
   border-right: 1px Solid Red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	line-height: 16px;
	padding: 5px;
	margin-left: 15px;
	width: 730px;
	
}
.cc{
	background-color: #F5F5DC;
	border: 1px #800000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 500;
	text-align: left;
	padding: 10px;
		}
.img{
float: left;
padding: 1px;
border-left-style: solid;
	border-left-color: #800000;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #800000;
	border-top-width: 2px;
	border-right-style: solid;
	border-right-color: Gray;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
	border-bottom-width: 2px;
	margin: 5px;
}
.ocr{
	background-color: #d8d8d8;
	border-bottom: 3px #800000 solid;
	border-left: 1px #800000 solid;
	border-top: 3px #800000 solid;
	border-right: 3px #800000 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: 500;
	text-align: center;
	
}
.copy{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: 500;
	text-align: center;
	color: Black;
}
a:link{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}
a:visited{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}
a:hover{
color : #ff0000;
background-color : transparent;
text-decoration : underline;
}
a:active{
	color : #0000ff;
	background-color : transparent;
	text-decoration : none;
}