body {
	background: #cbcbcb  repeat-x top fixed;
	margin: 0;
	font: 12px Verdana, Arial;
}

.table_border {
	border-right: 1px solid #002D65;
	border-bottom: 1px solid #002D65;
	border-left: 1px solid #002D65;
}

.nav {
	background: #002D65;
	text-align: center;
	color: #fffff;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.nav a:link, .nav a:active, .nav a:visited {
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: none;
	background: #cbdc3d;
	color: #002d65;
}

.footer {
	background: #002d64;
	color: #fff;
	text-align: center;
	font-size: 10px;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.column1 {
	background: #fff;
	border-right: 1px solid #cadc3d;
	padding: 10px;
	font-size: 11px;
	color: #333333;
}

.column2 {
	background: #fff;
	padding: 10px;
	font-size: 11px;
	color: #333333;
}

.column3 {
	background: #fff;
	border-left: 1px solid #cadc3d;
	padding: 10px;
	font-size: 11px;
	color: #333333;
}

.formtext {
	font-size: 10px;
}

.b1 {
	background: url(/images/b1_gradient.gif) no-repeat;
}

.b2 {
	background: url(/images/b2_gradient.gif) repeat-x;
}

.b3 {
	background: url(/images/b3_gradient.gif) no-repeat;
}

.leftgrad {
	background: url(/images/left_gradient.gif) repeat-y;
}

.rightgrad {
	background: url(/images/right_gradient.gif) repeat-y;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #002d65;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #002d65;
}

li {
	padding-bottom: 8px;
}

.large {
	color: #0f0064;
	font-size: 30px;
	font-weight: bold;
}

.blue {
	color: #002d65;
}

strong {
	color: #002d65;
}
