
body {
	margin: 0;
	padding: 0;
	background: #9dc5ce url('../images/bg.gif') repeat-x;
}

td, th {
	font: 11px Arial, Helvetica, sans-serif;
}

.bg_{
	background: url('../images/bg_.gif') repeat-y;
}

.bg_grad_l{
	background: url('../images/bg_l.gif') repeat-y;
}

.bg_grad_r{
	background: url('../images/bg_r.gif') repeat-y;
}

.bg_content_top{
	background: #fff url('../images/bg_content_top_v.gif') repeat-x bottom;
}

.style1{
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0055a6;
}

.style2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #0055a6;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0055a6;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0055a6;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a {
	color: #0055a6;
	text-decoration:none;
}

a:hover {
	color: #9dc5ce;
	text-decoration:none;
}

a.nav {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.nav:hover {
	color: #98b9d9;
	text-decoration:none;
	font-weight:bold;
}

input {
	font: 11px Arial, Helvetica, sans-serif;
	width: 100%;
	border: 1px solid #0055a6;
	padding: 2px;
}

textarea {
	font: 11px Arial, Helvetica, sans-serif;
	width: 100%;
	height: 190px;
	border: 1px solid #0055a6;
	padding: 2px;
}