body td {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.mainbody {
	background-image:url(newbg.jpg);
	background-color: #333333;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: .8em;
}

.maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-image:url(bggrid.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	text-align: right;
	padding-bottom: 100px;
	padding-right: 100px;
	margin-left: 100px;
}

.menustyle {
	color: #FFFFCC;
	background-image:url(bggrid.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}


.headerstyle {
	color: #990000;
	background-color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 200px;
}





.table_style {
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.row_style {
	background-color: #000000;
	border: dotted #663333;
}

.row_style2 {
	background-color: #555555;
	border: dotted #663333;
	color: #FFFFFF;
}






.empahsis  {
	color: #FFFFFF;
	font-size: larger;
	font-weight: bolder;
}



a:hover {
	text-decoration: underline;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #990000;
}
a:active {
	color: #CC0000;
}

