a { text-decoration: none }
a:link, a:visited, a:active { color: #625D5D }
a:hover { text-decoration: underline; color: #625D5D }

h1 { color: #444; text-decoration: none; font-size: 25px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h2 { color: #444; text-decoration: none; font-size: 21px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h3 { color: #444; text-decoration: none; font-size: 17px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h4 { color: #444; text-decoration: none; font-size: 14px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h5 { color: #444; text-decoration: none; font-size: 12px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}
h6 { color: #444; text-decoration: none; font-size: 10px; font-weight: bold; padding-right: 25px; border-bottom:2px solid #EFF6FF; max-width:350px;}


#datatable {
	border: 1px solid #666666;
	font-size: 10pt;
	text-align:center;
	color: #000000;
}

#datatable tr.even {
	background-color: #E0E0E0;
}

#datatable tr.odd {
	background-color: #EEEEEE;
}
#datatable th {
        background-color: #00478D;
        color: #FFFFFF;
        font-size: 10pt;
}

#tableim tr {
        text-align:left;
}

#tableim {
        border: 0;
}
input {
	font-size: 11px;
	padding:1px 2px 1px 2px;
	border:1px solid #999999;
	color:#666666;
	background:#F6F6F6;
}

textarea {
	font-size: 11px;
	border:1px solid #999999;
	color:#666666;
	background:#F6F6F6;
}
select {
	font-size: 11px;
	border:1px solid #999999;
	color:#666666;
	background:#F6F6F6;
}

