body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {	
	background-color: #db1a00;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {color: #333333; text-decoration: underline; }
a:visited { text-decoration: underline; color: #333333;}
a:hover { text-decoration: none; color: #000066; }
a:active { text-decoration: underline; color: #000066; }

.menu { font-size: 12px; font-weight: bold; }
.menu a:link { text-decoration: none; color: #000000; }
.menu a:visited { text-decoration: none; color: #000000; }
.menu a:hover { text-decoration: underline overline; color: #333333; }
.menu a:active { text-decoration: underline overline; color: #333333; }

.mainT {
	background-image: url(images/l2Bg.png);
	background-position: center;
	background-repeat: repeat-y;
}

.content { 
	background-color: #FFFFFF;
	background-image: url(images/fff.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
	font-weight:  bold;
	border:  4px solid black;
	text-align:  left;
}
.content a:link {color: #990000; text-decoration: underline; }
.content a:visited { text-decoration: underline; color: #990000;}
.content a:hover { text-decoration: none; color: #990000; }
.content a:active { text-decoration: underline overline; color: #990000; }


h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}