@import url("nav.css");
@import url("text.css");
@import url("tables.css");
body   {
	background: #0f3e86;
	background-image:url('/images/site_background.png') ;
	background-repeat: repeat-x;
	behavior: url("../htc/csshover3.htc");
	}
table.mainTable{
	background:#000;
	background-image:url('/images/mainTableBG.jpg');
	background-repeat:no-repeat;
	width:1000px;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
	}	


a.sm:link	{
	color: #fff; 
	text-decoration: underline; 
	font-family:calibri;
	font-size:12;
	}
a.sm:active {
 	color: #f00; 
	text-decoration: underline;
	font-family:calibri;
	font-size:12; 
	}
a.sm:visited {
	color: #fff; 
	text-decoration: underline;
	font-family:calibri;
	font-size:12; 
	}
a.sm:hover {
	color: #ff0; 
	text-decoration: underline;
	font-family:calibri;
	font-size:12; 
	}

a.reg:link	{
	color: #ff0; 
	text-decoration: underline; 
	}
a.reg:active {
 	color: #f00; 
	text-decoration: underline; 
	}
a.reg:visited {
	color: #ff0; 
	text-decoration: underline; 
	}
a.reg:hover {
	color: #fff; 
	text-decoration: underline; 
	}	
	
a.reg2:link	{
	color: #fff; 
	text-decoration: underline; 
	}
a.reg2:active {
 	color: #f00; 
	text-decoration: underline; 
	}
a.reg2:visited {
	color: #fff; 
	text-decoration: underline; 
	}
a.reg2:hover {
	color: #ff0; 
	text-decoration: underline; 
	}	

