.bodytext {
	font-family: Arial;
	/*font-family: Arial;*/
	font-size: 12px;
	color:#020202;
	font-weight: normal;
	line-height: 20px;
}

/*.links {
	font-family: Arial;
	font-size: 12px;
	color:#222C80; 
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
}

.links:hover {
	font-family: Arial;
	font-size: 12px;
	color:#6C480E;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
}*/

.links {
	font-family: Arial;
	font-size: 12px;
	color:#176F97; 
	font-weight: none;
	text-decoration: none;
	line-height: 14px;
}

.links:hover {
	font-family: Arial;
	font-size: 12px;
	color:#176F97; 
	font-weight: none;
	text-decoration: underline;
	line-height: 14px;
}

.ulfront{
	font-family: Arial;
	list-style-type: bullet;
	list-style-position: inside;
	font-size: 12px;
	color: #176F97;	
}

.footer {
	font-family: Arial;
	font-size: 10px;
	color:#176F97;
}
.footer:hover {
	font-family: Arial;
	font-size: 10px;
	color:#25A2DE;
}

.header {
	font-family: Arial;
	font-size: 12px;
	color:#176F97;
	font-weight: bold;
	line-height: 20px;
	/*letter-spacing: 2px;*/
	/*margin-left: 5pt;*/
}

.picborder {
	/*border: 1px solid #25A2DE;*/
	border: 1px solid #176F97;
}

.picborder_right {
	/*border: 1px solid #25A2DE;*/
	border: 1px solid #176F97;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.picborder_left {
	/*border: 1px solid #25A2DE;*/
	border: 1px solid #176F97;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.faqq {
	font-family: Arial;	
	font-size: 12px;
	color:#6C480E;
	font-weight: bold;
	line-height: 20px;
}

.faqa {
	font-family: Arial;	
	font-size: 12px;
	color:#176F97;
	font-weight: bold;
	line-height: 20px;
}

.small {
	font-family: Arial;
	font-size: 12px;
	color:#176F97;
}


#procedure-menu {
	width: 550px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 80px 10px 30px;
	line-height: 17px;
	
}

#procedure-menu ul {

	list-style-type: none;
	
}

#procedure-menu ul li a {
	color:#176F97; 
	font-weight: none;
	text-decoration: none;
}

#procedure-menu  ul li a:hover {
	font-weight: bold;
	list-style-image:url(images/list-arrow.jpg);
}

#procedure-left {
	float:left;
	width: 250px;
}

#procedure-right {
	float: right;
	width: 300px
}

