@charset "utf-8";
/* CSS Document */
/* force browsers to show a vertical scroll bar */
html {

  overflow-y: scroll;

}

/* FONTS */
.body_bottom {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6F6F6F;
}
.body_content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
}
.body_content_cursor {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	cursor:pointer;
}
.body_content_red {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#911b1b;
}
.body_heading {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}
.cursor_bottom {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6F6F6F;
	cursor:pointer;
}

/* LINKS */
a.link_locator:link,a.link_locator:visited,a.link_locator:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6F6F6F;
	text-decoration:none;
}
a.link_locator:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6F6F6F;
	text-decoration:underline;
}
a.link_tab:link,a.link_tab:visited,a.link_tab:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#f4f4f4;
	text-decoration:none;
}
a.link_tab:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#f4f4f4;
	text-decoration:none;	
}
a.navi:link,a.navi:visited,a.navi:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#911b1b;
	text-decoration:none;
}
a.navi:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#911b1b;
	text-decoration:underline;	
}
a.link_content:link,a.link_content:visited,a.link_content:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#911b1b;	
	border-bottom:1px dotted #911b1b;
	text-decoration:none;
}
a.link_content:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#911b1b;
	border:0;
	text-decoration:none;	
}

/* FORMS */
.form_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	border:0;
	border:1px solid #911b1b;
	background:#f2f2f2;
	width:250px;
	height:20px;
}
.form_text_short {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	border:0;
	border:1px solid #911b1b;
	background:#f2f2f2;
	width:50px;
	height:20px;
}
.form_text_medium {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	border:0;
	border:1px solid #911b1b;
	background:#f2f2f2;
	width:183px;
	height:20px;
}
.form_textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	border:1px solid #911b1b;
	background:#f2f2f2;
	width:250px;
	height:150px;
}
.form_button{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#f4f4f4;
	border:1px solid #911b1b;
	background:#911b1b;
	width:250px;
	height:25px;
}