/* CSS Document */

.invisible
{
	display:none;
	position:absolute;
}

.visible
{
	display:inline;
	position:relative;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #16467a;
	text-decoration: none;
	padding-left: 30px;
}
.tab_text_up {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #4A6E97;
	text-decoration: none;
}
.subhead {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #b77d58;
	text-decoration: none;
}
.title_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4a6e97;
	text-decoration: none;
	padding: 10;
	padding-left: 0px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	line-height: 20px;
}
.footer_text {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 0px;
}
a:link.footer_link, a:visited.footer_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.footer_link {
	text-decoration: underline;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 25;
	line-height: 18px;
	text-align: justify;
	color: #4a6e97;
}

.textmain {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 19px;
	text-align: justify;
	color: #000000;
	padding: 10;

}
.textmain2 {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 19px;
	text-align: justify;
	color: #4a6e97;
	padding: 10;
	text-decoration: none;

}
.rightbg {
	background-image: url(images/right_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 299px;
	
}
.txtfield {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #f2e0d4;
	border: 1px solid #dcad8a;
}
.buttons {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #dcad8a;
	border: 1px solid #dcad8a;
	font-weight: bold;
}
#form1 .rightbg .text .border #button2 {
	cursor: hand;
}
#form1 .rightbg .text .border #button1 {
	cursor: hand;
}

.RedBox
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #f2e0d4;
	border: 1px solid #ff0000;
}