.font_reg {
	color: Black;
	font-family: Verdana, serif;
	font-size: 13px;
}

.font_und {
	color: Black;
	font-family: Verdana, serif;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}

.font_bold {
	color: Black;
	font-family: Verdana, serif;
	font-size: 13px;
	font-weight: bold;
}


.font_large {
	color: white;
	font-family: Verdana, serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #EF2525;
}

.font_title {
	color: #344EA2;
	font-family: Verdana, serif;
	font-size: 17px;
	font-weight: bold;
}

.font_footer {
	color: #FA0505;
	font-family: Verdana, serif;
	font-size: 12px;
	font-weight: bold;
}

.padding {
	padding-bottom: 10px;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 10px;
}


.padding2 {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.padding3 {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: thin;
}

.padding2_border {
	background-image: url(images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 10px;
	padding-left: 200px;
	padding-right: 10px;
	padding-top: 10px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: thin;
}

.bg_banner {
	background-image: url(images/bg_banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 10%;
	padding-left: 250px;
	padding-top: 10px;
	padding-right: 260px;
}

.bg_banner02 {
	background-image: url(images/bg_banner02.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.bg_banner03 {
	background-image: url(images/bg_banner02.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 200px;
	padding-top: 10px;
	padding-right: 10px;
}



.bg_blue {
	background-image: url(images/bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 6px;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: thin;
}
.bg_green {
	background-image: url(images/bg_green.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 6px;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: thin;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: thin;
}

.bg_bg {
	background-image: url(images/bg_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}


a {
	color: #ff0000;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #ff0000;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #ff0000;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #ff0000;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}


.nav_main {
	color: White;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}




a#nav_main {
	color: White;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

a:active#nav_main {
	color: White;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
}

a:visited#nav_main {
	color: White;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
}

a:hover#nav_main {
	color: White;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;	
	text-decoration: none;
}



a#footer {
	color: #FA0505;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration: none;
}

a:active#footer {
	color: #FA0505;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration: none;
}



a:visited#footer {
	color: #FA0505;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover#footer {
	color: #ffffff;
	font-family: Verdana, serif;
	font-size: 12px;
	text-decoration: underline;
}

