/* CSS Document */

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
	A:link    { color: grey }
	A:active  { color: blue; font-size: 125% }
	A:visited { color: blue; font-size: 100% }
	
.footer {
	font-weight:bold;
}

TABLE {
    margin-left: auto;
    margin-right: auto;
	background-color:#DCF7F8;
}


TH { 
	text-align: center; 
	font-size: 18px;
	font-weight: bold; 
	color: #ffffff;
	background-color:#3399CC;
	}
	
TD { 
	text-align: right; 
	font-size: 12px;
	font-weight: bold; 
	background-color:#DCF7F8;
	}
	
TD.forms { 
	text-align: left; 
	font-size: 12px;
	font-weight: bold;
	width: 50%;
	background-color:#DCF7F8;
	 
	}
	
TD.submits { 
	text-align: center; 
	font-size: 12px;
	font-weight: bold; 
	background-color:#DCF7F8;
	}
	
TD.lists { 
	text-align: left;
	elevation:higher;
	background-color:#DCF7F8;
	font-weight: bold;
	width: 50%;
	 
	}
	
TD.blank { 
	text-align: center; 
	font-size: 12px;
	font-weight: bold; 
	background-color:#ffffff;
	}

TD.header {
	color:#000000;
	text-align: center; 
	font-size: 12px;
	font-weight: bold; 
	background-color:#ffffff;
	}

style10 { 
	font-size: 10px;
	}