/* CSS Document */
a {
	font: sans-serif, Arial, Helvetica;
	font-size: 13px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #dd6900; 
}
.input{
	font: sans-serif, Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.input2{
	font: sans-serif, Arial, Helvetica;
	font-size: 14px;
	color: #006699;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background:#ffffff;
}
.input3{
	font: sans-serif, Arial, Helvetica;
	font-size: 14px;
	color: #000000;
	border-style:none;
	border-color: #000000;
	border-width: 1px;
	background:#efefef;
}
.body {
	font: sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
}
.body2 {
	font: sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
}
.body3 {
	font: sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
}
.head {
	font: sans-serif, Arial, Helvetica;
	font-size: 14px;
	font-style:inherit;
}
