body {
	BACKGROUND-IMAGE: url(back_x.gif); 
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #D5D5D5;
             	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, verdana, Helvetica;
	font-size: 12px;
	line-height: 130%;
	}



th, td, input {
	font-family: Arial, verdana, Helvetica;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}
li {
	font-size: 12px;
	color: #000000;
	list-style: none outside;
	background: url(dot.gif) no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

#table_header {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
    line-height: 150%;
	
}
.table_header {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
    line-height: 150%;
}

	/* General linkology */
	
a:link, a:visited {
	text-decoration : none;
              font-weight: bold;
	background: transparent; 
	color: #1455AF;
	}

a:hover {
	text-decoration : underline;
	font-weight: bold;
	background: transparent; 
              color: #1455AF;
	}

a:active {
	text-decoration : none;
	color: #4055AF;
	background: transparent;  
}

h1 {
	font-size: 12px;
	line-height: normal;
	color: #1E24A0;
	font-weight: bold;
	font-family: "Arial", "Verdana", "Helvetica";	
}




