body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-color: #EEEEEE;
	background-repeat: repeat-y;
	background-position: center;
}
li {
	list-style-image: url(images/item.gif);

}
a {
	color: #000000;
	text-decoration: none;
}
.tick {
	list-style-image: url(images/tick.gif);

}
.button {
         border-right: #CCCCCC 1px solid;
         border-top: #CCCCCC 1px solid;
         border-left: #CCCCCC 1px solid;
         border-bottom: #CCCCCC 1px solid;
         font-size: 8pt;
         color: #000000;
         background-color: #FFFFFF;
         cursor: hand;
}
.info {
	font-size: 10px;
	text-align: center;
}
.title {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
.subtitle {
	font-weight: bold;
	line-height: 200%;
}
.comment {
	font-size: 10px;
	color: #FF0000;
}
.footer {
	font-size: 10px;
	color: #FF0000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	text-align: center;
}
.nav_link {
	text-decoration: none;
	color: #000000;
	display: block;
}
.nav_link_sel {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
.nav_lefttd_sel {
	background-color: #000000;
}
.nav_lefttd_unsel {
	background-color: #999999;
}
.nav_righttd_sel {
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
}
.nav_righttd_unsel {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	padding: 2px;
}
.nav_righttd_unsel_hover {
	background-color: #FFCCCC;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	padding: 2px;
}
.nav_righttd_sub_sel {
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 2px;
}
.nav_righttd_sub {
	background-color: #EEEEEE;
	color: #000000;
	cursor: pointer;
	padding: 2px;
}
.nav_righttd_sub_hover {
	background-color: #FFCCCC;
	color: #000000;
	cursor: pointer;
	padding: 2px;
}
.form_desc_td{
	color: #000000;
	background-color: #EEEEEE;
	padding: 3px;
	vertical-align: top;
}
.checked_form_description{
	color: #000000;
	vertical-align: top;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.checked_form_values{
	color: #000000;
	vertical-align: top;
	font-family: "Courier New", Courier, mono;
}
.checked_form_table{
	border: 1px solid #000000;
	background-color: #EEEEEE;
	padding: 10px;
	margin: 10px;
}
.image {
	border: 1px solid #FFFFFF;
}
.ref_com {
	display: block;
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}
#center {
	width: 800px;
	height: 100%;
	z-index: 2;
	margin: 0px auto;
}
#pos_logo {
	position: absolute;
	margin-left: 25px;
	margin-top: 10px;
	width: 500px;
	height: 130px;
	z-index: 2;
}
#pos_contact {
	position: absolute;
	margin-left: 525px;
	margin-top: 10px;
	width: 250px;
	height: 130px;
	z-index: 2;
	text-align: right;
}
#pos_nav {
	position: absolute;
	margin-left: 25px;
	margin-top: 160px;
	width: 160px;
	height: 300px;
	z-index: 2;
}
#pos_content {
	padding:140px 25px 5px 195px;
	text-align: justify;
}
#pos_content img {
	border: 1px solid #000000;
}
