body {
	font-family: arial;
	color: #656565;
	background-image: url(/images/bg-master.gif);
}

body,td,th {
	font-size: 9pt;
}
a:link {
	color: #254b8b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #254b8b;
}
a:hover {
	text-decoration: none;
	color: #2880c0;
}
a:active {
	text-decoration: underline;
	color: #254b8b;
}
h1 {
	font-size: 1.4em;
	color: #606060;
}
h2 {
	font-size:10pt;
	color: #2880c0;
}
/* FORM */

fieldset{
	border: 1px solid #dfdfdf;
	width: 95%;
	
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;}
.label{
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0057AE;
	text-decoration: none;
	width: 25%;
	text-align:right;
	padding-right:3px;
}
.space{
background-color: #eeeeee;
color: #FF9933;
font-family:arial;
font-size:9pt;
font-weight:bold;
width: 1%;
}
.field{
background-color: #f9fffc;
width: 64%;
}
.form{
	border: 1px solid #E0E0E0; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FF6633; 
	font-size: 9pt;
	width:98%;
	display: block;
	
}
.formerror{
	border: 1px solid #ff9393; 
	background-color: #fff4f4; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #006600; font-size: 9pt;
	width:98%;
	
}
select{
	border: 1px solid #E0E0E0; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #006699; font-size: 9pt;
}
.buttom{
	border: 1px solid  #0065CA; 
	background-color: #004080; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #CCCCCC; 
	font-size: 9pt;
	display: block;
	
}

