body {
	background-color: #929292;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/persistent/templateimages/bodybg.jpg);
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	line-height: 1;
	}	
	
h1 {
	font-size: 18px;
	color: #969696;
	}
	
h2 {
	font-size: 14px;
	color: #333333;
	}
	
h3 {
	font-size: 12px;
	}		
	
li {	
	list-style-position: outside;	
	list-style-image: url(/persistent/templateimages/li.gif);
}	
	
input, select, textarea {
	border: 1px solid #DADADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}	
	
table.maintable {
	width: 775px;
	height: 100%;
	}	
	
td.header {
	background: url(/persistent/templateimages/header.jpg) no-repeat;
	width: 775px;
	height: 53px;
	}
	
td.picbar {
	display: none;
	}
	
/* MAIN MENU */	
td.menu {
	background: url(/persistent/templateimages/menubg.jpg) repeat-x  #484848;
	height: 20px;
	padding-left: 10px;
	display: none;
	}
	
td.diag {
	background-image: url(/persistent/templateimages/menu_diag.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	padding-right: 30px;
	line-height: 1.7;
	text-align: center;
	}
	
td.menu a {
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	display: block;
	margin-left: 3px;
	text-align: center;
	}
	
td.menu a:hover {
	color: #FFED02;
	}	


/* SUB MENU */
td.submenu {
	line-height: 0.1;
	width: 160px;
	border-top: 4px solid #484848;
	padding-top: 1px;
	}

td.submenu a {
	background-color: #E5E5E5;
	height: 20px;
	width: 160px;
	display: block;
	line-height: 2;
	padding-left: 10px;
	font-size: 11px;
	color: #484848;
	text-decoration: none;
	}
	
td.submenu a:hover {
	background-color: #E9E9E9;
	}
		
td.content {
	background-color: #FFFFFF;
	width: 650px;
	height: 100%;
	padding: 30px 0px 0px 0px;
	line-height: 1.8;
	}	
	
td.content td {
	line-height: 1.4;
	}		

td.content a {
	color: #666666;
	}
	
td.content a:hover {
	text-decoration: none;
	}	
	
td.content_inner {
	width: 100%;
	padding: 10px; 
	}		
	
td.footer {
	background-color: #484848;
	color: #FFED02;
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	height: 20px;
	line-height: 2;
	}

td.footer a {
	color: #FFED02;
	text-decoration: none;
	}		
	
td.footer a:hover {
	color: #FFFFFF;
	}			
	
div.printlogo {
	display: block;
	}		
	
