a:link { text-decoration: none; }
a:visited { color: #780263; text-decoration: none; }
a:hover { text-decoration: underline; }
body { color: #333; font-size: 11px; font-family: arial; line-height: 13px; background-color: white; background-image: url(im/bg.jpg); background-repeat: repeat-x; margin: 0 0 5px; }
.pop_bg { color: #333; font-size: 11px; font-family: arial; line-height: 13px; background-color: white; background-image: url(im/pop_bg.gif); background-repeat: repeat-x; margin: 0 0 5px; }
.body { color: #333; font-size: 11px; font-family: arial; line-height: 12px; margin: 0 0 4px; }
.small_text { color: #333; font-size: 10px; font-family: arial; line-height: 11px; margin: 0 0 4px; }
.home_text { color: #333; font-size: 13px; font-family: arial; line-height: 16px; margin: 0 0 9px; }
.pages_text { color: #333; font-size: 12px; font-family: arial; line-height: 15px; margin: 0 0 8px; }
.submenu_text { color: #333; font-size: 11px; font-family: arial; line-height: 13px; margin: 0 0 6px; }
.sub_text { color: #063999; font-size: 14px; font-family: arial; line-height: 16px; margin: 9px 0 6px; }
.title_text { color: #063999; font-size: 22px; font-family: arial; line-height: 24px; margin: 0 0 10px; }
.title2_text { color: #063999; font-size: 18px; font-family: arial; line-height: 20px; margin: 0 0 10px; }
.title3_text { color: #ff9900; font-size: 33px; font-family: Impact, Arial; font-weight: bold; line-height: 28px; margin: 0 0 10px; }
.form { font-size: 11px; font-family: arial; line-height: 11px; background-color: #fff; padding: 1px; border: solid 1px #bebebe; }
.bg_photo { }
.super { font-size: 65%; vertical-align: super; }
.error { color: #990000; }

/* What is this fade box */
div#fadebox_hold {
	position: absolute;
	display: none;
	z-index: 10000;
	width: 400px;
	height: auto;
	text-align: center;
	left: 60%;
	margin: 40px 0 0 -300px;
	border: 3px solid #dcdcdc;
	background-color: #ffffff;;
}

div.fadebox_main {
	position: relative;
	background-color:#ffffff;
	color: #333333;
	font-family: Century Gothic;
	font-size: 20px;
	text-align: left;
	width: 400px;
}

div.fadebox_btn_hold {
	background-color: #ffffff;
	color: #0033CC;
	padding: 0 0 0 120px;
	margin: 0;
}

div.fadebox_btn {
	margin: 2px;
	color: #0033CC;
	padding: 0 0 8px 5px;
}

.fadebox_close {
	background-color: #ffffff;
	padding: 6px 12px 4px 12px;
	color: #0033CC;
	font-family: Century Gothic;
	font-size: 15px;
	cursor: pointer;
	text-decoration: none;
}