body {
	margin: 10px 0px 20px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	background: url(png/page_bg.png) #cccccc ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;
	color: #000000 ;
}

p, li {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 28px ;
	line-height: 32px ;
	font-weight: normal ;
	color: #2459A4 ;
	font-family: tahoma ;
	margin-top: 0px ;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

.button {
	padding: 10px ;
	text-align: center ;
	background: none ;
	border-left: 1px solid #1F318A ;
}

.buttonUp {
	padding: 10px ;
	text-align: center ;
	background: url(images/button_up.png) ;
	background-position: center ;
	border-left: 1px solid #1F318A ;
}

a.nav_link:link, a.nav_link:active, a.nav_link:visited {
	color: #ffffff ;
	text-decoration: none ;
	font-size: 13px ;
	font-family: verdana ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

a.nav_link:hover {
	color: #D3F3FF ;
	text-decoration: underline ;
}

a:link {
	color: #2459A4 ;
}

a:active, a:visited {
	color: #999999 ;
}

a:hover {
	color: #2F75D6 ;
}

#content {
	padding: 15px ;
	padding-top: 5px ;
	background: #ffffff ;
}

.faq_q {
	font-weight: bold ;
	font-style: italic ;
}

.faq_a {
	margin-left: 20px ;
}

a.oc_link {
	color: #666666 ;
	text-decoration: none ;
}

.head_holder {
	border: 1px solid #2459A4 ;
	background: #ffffff ;
	padding: 1px ;
}

.head_title {
	background: url(images/head_bg.png) #2459A4 ;
	background-position: center ;
	font-size: 22px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	padding: 5px 10px ;
	color: #ffffff ;
}

.head_area {
	margin-top: 1px ;
	padding: 10px ;
}

.required {
	text-align: center; 
	color: #990000;
}