@charset "UTF-8";

/* ================================================================================
===================================================================================
                                  Vi CSS Document 
===================================================================================
================================================================================ */

/* =================================================================================

GENERIC PAGE LAYOUT - START

================================================================================= */

.layout_header_img {
	height: 150px;
	width: 880px;
	text-align: left;
	vertical-align: bottom;
	background-image: url(../img/pg_layout/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.layout_nav {
	height: 25px;
	width: 880px;
	text-align: center;
	vertical-align: middle;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(../img/pg_layout/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.layout_main {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	width: 880px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* =================================================================================

GENERIC PAGE LAYOUT - END

================================================================================= */

/* =================================================================================

SUB PAGE LAYOUT - START

================================================================================= */

.layout_pg_title_area {
	width: 550px;
	font-family: Geneva, Verdana, Arial;
	font-size: 14px;
	color: #6B9C09;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
}
/* =================================================================================

SUB PAGE LAYOUT - END

================================================================================= */

/* =================================================================================

FONTS - START

================================================================================= */
.header_footer_txt {
	font-family: Geneva, Verdana;
	font-size: 10px;
	color: #666666;
}
a.header_footer_txt:link {
	font-family: Geneva, Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.header_footer_txt:hover {
	font-family: Geneva, Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.header_footer_txt:visited {
	font-family: Geneva, Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.nav_txt {
	font-family: Geneva, Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
a.nav_txt:link {
	font-family: Geneva, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav_txt:hover {
	font-family: Geneva, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav_txt:visited {
	font-family: Geneva, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_standard {
	font-family: Geneva, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.txt_standard_justify {
	font-family: Geneva, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.txt_standard_bold {
	font-family: Geneva, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.txt_standard_red {
	font-family: Geneva, Verdana, Arial;
	font-size: 12px;
	color: #CC0000;
}
a.txt_standard:link {
	color: #205090;
	text-decoration: none;
}
a.txt_standard:hover {
	color: #205090;
	text-decoration: none;
}
a.txt_standard:visited {
	color: #205090;
	text-decoration: none;
}
a:link {
	color: #138E3B;
	text-decoration: none;
}
a:hover {
	color: #138E3B;
	text-decoration: none;
}
a:visited {
	color: #138E3B;
	text-decoration: none;
}
.float {
	float: right;
	padding-left: 20px;
}
.txt_standard_bold_center {
	font-family: Geneva, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.txt_title_bold_center {
	font-family: Geneva, Verdana, Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
a.picture:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.picture:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.picture:visited {
	color: #FFFFFF;
	text-decoration: none;
}