body, td, input, select, option, button, textarea {
	font-size: 11px;
	font-family: "Tahoma";	
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}

a.title1 {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
a.title1:hover {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: underline;
}

input.text {

}

input.button {
	width: 60px;
}

.title1 {
	font-weight: bold;
	color:#FFFFFF;
}

.title2 {
	font-weight: bold;
	color: #000000;
}

.title3 {
	font-size: 14.7px;
	font-weight: bold;
	color: #003399;
}

tr.clsover {
	background-color: #FFFFFF;
}
tr.clsout {
	background-color: #F7F7F7;
}

.enabled {
	color: green;
}
.disabled {
	color: red;
}
