body {
	
	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: 130%;
	color: #000000;
}
li {
	font-size: 12px;
	color: #000000;
	list-style: none outside;
	background: url(dot_black.gif) no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

#table_header {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
    line-height: 130%;
	
}
.table_header {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
    line-height: 130%;
}

	/* General linkology */
	
a:link, a:visited {
	text-decoration : none;
              font-weight: normal;
	background: transparent; 
	color: #1455AF;
	}

a:hover {
	text-decoration : underline;
	font-weight: normal;
	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";	
}




