
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #75838B;
	font-size: 12px;
	font-family: tahoma;
	color: #757575;	
}
table {
	border: 0px;
	border-collapse: collapse;
}

table td {
        font-size: 11px;
}

.table-font {
        color: #000000;
}


a:active, a:visited, a:link {
	color: #3366cc;
	text-decoration: none;
}
a:hover {
	color: #3366cc;
	text-decoration: underline;
}


.body_bg {
	background: url(../images/body-bg0.jpg) repeat-x top #75838B;
	color: #cecece;
}

.a_field {
	color: #757575;		
	font-size: 12px;	
	font-family: tahoma;	
	background-image: url(../images/dlet_field_a.gif);
	background-repeat: repeat-x;
	height: 18px;
	padding-left: 3px;
	
	border: 1px solid #ffffff;	
}


.f_select {
	color: #757575;		
	font-size: 12px;	
	font-family: tahoma;	
	background-image: url(../images/dlet_field_o.gif);
        height: 18px;
	background-repeat: repeat-x;
	border: 1px solid #e0e0e0;
}

.h3 {
	font-size: 160%;
	padding: 0 2px 10px;
	margin: 0 -2px 10px;
	border-bottom: 1px solid #D0D9DF;
	color: #cecece;
	font-weight: normal;
}

.h2 {
        font-size: 140%;
        padding: 0 2px 10px;
        margin: 0 -2px 10px;
        color: #cecece;
        font-weight: normal;
}

