.logo_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
.slogan_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.navi_text {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px;}

}
.small_text {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 9px;}

.welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

H1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: 336666; }

H2 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #336666; font-weight: bold; }

.small_gray_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.small_gray_text A:link {text-decoration: none; color: #333333}
.small_gray_text A:visited {text-decoration: none; color: #333333}
.small_gray_text A:active {text-decoration: none; color: #333333}
.small_gray_text A:hover {text-decoration: underline; color: #333333;}

.read_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DA0300;
}
.read_text A:link {text-decoration: none; color: #DA0300}
.read_text A:visited {text-decoration: none; color: #DA0300}
.read_text A:active {text-decoration: none; color: #DA0300}
.read_text A:hover {text-decoration: underline; color: #DA0300;}


.small_green_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #024B54;
}
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFB853;
}
a:active {
	text-decoration: none;
	color: #000000;
}
body {
	background-color: #666666;
}


ul.tab-headers,
.tab-content {
    width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
ul.tab-headers { 
    height: 20px;      
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;       
}
ul.tab-headers li {
    float: left;
    padding: 3px 10px 3px 10px;
    border: solid 1px #660000;
    border-bottom: 0;
    margin-left: 3px;
    cursor: pointer;
}
ul.tab-headers li.active {
    background-color: #660000;
    color: white;
}
.tab-content {
    width: 600px;
    margin: 0;
    padding: 0 5px 5px 5px;
    visibility: hidden;
}