body{
	background-color: #A3B7C5;
}
body, table, td { 
	font-family: arial;
	font-size: 11px;
	color:#5E6F7F;
}

a {
	text-decoration: none;
	color: #02022F;
}
b{
        color:#3D5662;
}

a:hover {
	text-decoration:none;
	color: #91ACBE;
        cursor:help;
}

form {
	margin:0

}


input {
	font-family: arial;
	font-size:11px;
	font-color:#234261
}

.catdis {
	border:1px solid #808080;
	background-color: #EFF7FD;
	padding:4px
}

.cleardis {
	border:3px double #808080;
	padding:2px;
	background-color: #D6E3ED;
}

.heavydis {
	border:1px solid #808080;
	background-color: #D6E3ED;
	padding:4px
}
input,textarea,select { 
	background-color: #EAF0F5;
	font-size: 11px;
 	font-family: arial,helvetica,Times New Roman,arial narrow;
 	color: #293B4C; 
 	border-style:1px solid;
 	border-color: #1A334A;
 	border-top-width: 1px; 
 	border-right-width: 1px; 
 	border-bottom-width: 1px; 
 	border-left-width: 1px; }

.small {
	font-size:11px
}

.large {
	font-size:12px;
}