@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/osv_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#F6DE7D;
}
.main_bg {
	background-image:url(images/wave_top.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFF;
}
.titles {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#0042C7;
	font-weight:bold;
	line-height:35px;
}
.body_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}
.copyright {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:10px;
}
.input_field {
	width: 200px;
}