body {
	margin: 0px;
	width: 1002px;
	background-attachment: fixed;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
 	line-height: 180%;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.white {
	color: #FFFFFF;
}


.menu{
	margin-top: 5px;
	margin-bottom: 5px;
}
.title {
	font-size: 24px;
}
.green {
	color: #67883E;
}
.more {
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.red {
	font-size: 14px;
	color: #FF6600;
}
