body {
	background-color: Black;
	font-family: Verdana;
	font-size: 10px;
	color:white;
}
body, td, p, input, select, textarea {font-size:10px}
a{
		font-family: Verdana;
	font-size: 10px;
	color:white;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
		font-family: Verdana;
	font-size: 10px;
	color:white;
		font-weight: bold;
			text-decoration: none;
}
.main{
		background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.main2{
			background-image: url(images/bg2.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.nav{
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 56px;
	font-size: 10px;
	text-align: center;
	cursor:hand;

}
.nav_over{
	background-image: url(images/nav_bg_over.gif);
	background-repeat: repeat-x;
		height:56px;
			font-size: 10px;
			text-align: center;
				border-right: 1 solid Black;
		cursor:hand;
}
.nav_active{
	background-image: url(images/nav_bg_active.gif);
	background-repeat: repeat-x;
	height: 56px;
	font-size: 10px;
	border-right: 1 solid Black;
	text-align: center;
	cursor: hand;
	
}
.content{
	background-image: url(images/bg4.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #0D4378;
		font-size: 10px;
}
.footer{
	height:43px;
	background-color: #0D4378;
	font-size: 10px;
	color:white;
}
