/* default link appearance */
a:link {
	background: transparent;
	color: #0000FF;
	font-size: 12px;
	text-decoration: none;
}
	
a:visited {
	background: transparent;
	color: #0000FF;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

/* alert link appearance */
a.alert:link {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.alert:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.alert:visited {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/* left menu link appearance */
a.leftlink:link {
	background: transparent;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 15px;
	text-decoration: none;
}
  
a.leftlink:visited {
	background: transparent;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 15px;
	text-decoration: none;
}

a.leftlink:hover {
	background: transparent;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 15px;
	text-decoration: none;
}

/* top menu link appearance */
a.toplink:link {
	background: transparent;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
  
a.toplink:visited {
	background: transparent;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.toplink:hover {
	background: transparent;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
	
body {
	background-color: #8fcfff;
/*	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #76c6fe;
	background-image: url(/images/background.gif); */
	font-family : Arial, Helvetica, sans-serif;
	margin: 0;
}

/* Image floats for left and right - with and without clear */
img.floatL {
	float: left;
	margin: 4px;
}

img.floatLC {
	float: left;
	clear: both;
	margin: 4px;
}

img.floatR {
	float: right;
	margin: 4px;
}

img.floatRC {
	float: right;
	clear: both;
	margin: 4px;
}

/* font size of 12px throughout */
p,td,th { font-size: 12px; }

/* CUSTOM STYLES */

.address {
	position: absolute; bottom: 15px; left: 15px;
	color: #000000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.alert {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.border_l {
	border-left: 1px #000000 dotted;
}

.border_lr {
	border-left: 1px #000000 dotted;
	border-right: 1px #000000 dotted;
}

.b_l_t {
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

.b_l_r_t {
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-top: 1px #000000 solid;
}

.b_l_t_b {
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

.b_all {
	border: 1px solid #000000;
}

.footer {
	font-size: 8pt;
	font-weight: bold;
}

.page_body_txt {
	margin-top: 20px;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
}

.page_body_head {
	font-size: 12px;
	font-weight: bold;
	clear: both;
}

.page_body_cell {
/*
	border-left: 1px dotted #000000;
	border-right: 1px dotted #000000;
*/
}

.page_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;
}

.reg_b {
	border: 1px solid #000000;
}

.top_nav {
	margin-right: 120px;
	text-align: right;
}
