/* CSS Document */
body {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td {
	font-size:12px;
	color:#333333;
}

a:link {
	color: #0074b6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0074b6;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

input {font-size:12px;}

.input {
	border-left: 1px solid #0074b6; 
	border-right: 1px solid #0074b6; 
	border-top: 1px solid #0074b6; 
	border-bottom: 1px solid #0074b6; 
}
.STYLE1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.STYLE2 {	color: #FFFFFF;
	font-weight: bold;
}	
.STYLE3 {	color: red;
	font-weight: bold;
	font-size: 14px;
}	
