body
	{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url('images/back.gif');
	background-position: 0px 0px; 
	background-repeat:repeat-x;
	}

tr, td
	{
	font weight:300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
	}

table 
	{
	border-collapse: separate;
	}


a
	{
	color: #cc0000;
	text-decoration:  underline;
	}
 
a:hover
	{
	color: #cc0000;
	text-decoration:  none;
	}

td.content{
	padding-left: 15px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-top: 10px solid #000099;
	}

td.main{
	border-left: 1px solid white;
	border-top: 1px solid white;
	}

td.header{
	border-bottom: 1px solid white;
	}

td.side
	{
	width: 200px;
	background-color: #3399ff;
	padding-top: 12px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	}

td.left
	{
	padding-left: 10px;
	}

td.topNav
	{
	padding-right: 15px;
	padding-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	}

td.topNav a
	{
	color: #000000; 
	text-decoration: none;
	}
 
td.topNav a:hover
	{
	color: #3399ff; 
	text-decoration: none;
	}

td.nav
	{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	}

td.nav a
	{
	color: #ffffff; 
	text-decoration: none;
	}
	 
td.nav a:hover
	{
	color: #000099; 
	text-decoration: none;
	}


h1
	{
	font-size: 17px;
	color: #cc0000;  
	font-weight: 900;
	line-height: 23px;
	}

h2
	{
	font-size: 15px;
	color: #cc0000;  
	font-weight: 900;
	line-height: 20px;
	}

h3
	{
	font-size: 14px;
	color: #3399FF;  
	font-weight: 900;
	line-height: 20px;
	}

td.footer
	{
	text-align: right;
	font-size: 10px;
	padding: 10px;
	border-top: 10px solid #000099;
	}



ul
	{ 
	list-style-image: url("images/arrow.gif") 
	}


.input
	{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #666666; 
	width: 250px;
	background-color: #ffffff;
	border: 1px solid #cccccc; 
	}

.button
	{
	font-size: 11px;
	color: #ffffff;
	font-weight: 600;
	background-color: #cc0000;
	font-family:  Verdana, Arial, Helvetica, sans-serif ;
	padding: 2px;
	border-top: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	border-bottom: 1px solid #660000;
	border-right: 1px solid #660000;
	}




