body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-image: url(../images/backg.jpg);
	background-repeat: repeat;
}
.body_content_background {
	background-image: url(../images/body.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* ============= Links for text main ============= */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
    color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ============= Links for menu on top ============= */
.menu A:link {
	color: #b3103b;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.menu A:visited {
	color: #b3103b;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.menu A:active {
	color: #b3103b;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.menu A:hover {
	color: #b3103b;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}


/* ============= Links for navigations on bottom ============= */
.nav_bottom A:link {
	color: #ffffff;
	text-decoration: none;
}
.nav_bottom A:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav_bottom A:active {
	color: #ffffff;
	text-decoration: none;
}
.nav_bottom A:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ============= Rollover Button Links ============= */
#redlink A:link {
	color: #b3103b;
	text-decoration: none;
}
#redlink A:visited {
	color: #b3103b;
	text-decoration: none;
}
#redlink A:active {
	color: #b3103b;
	text-decoration: none;
}
#redlink A:hover {
	color: #b3103b;
	text-decoration: underline;
}

/* ============= Remove Borders from any image link ============= */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

/* ============= Forms item ============= */
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ============= Bullet items ============= */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

/* ============= Font Styles ============= */

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.bottom_links {
	font-size: 10px;
	color: #7b7b7b;
}
.font_white_10 {
	font-size: 10px;
	color: #ffffff;
}
.font_red {
	color: #b3103b;
}
.font_red_bold {
	color: #b3103b;
	font-weight: bold;
}
.font_black {
	color: #000000;
}
.font_black_16 {
	color: #000000;
	font-size: 16px;
}
.font_red_16 {
	color: #b3103b;
	font-size: 16px;
}
#copyright {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#bot_menu {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.red_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b3103b;
}

/* ============= LAYER DIV ============= */
#layer_text_name {
	position:absolute;
	left: 42px;
	top: 240px;
	height: 172px;
	width: 387px;
	color: #ffffff;
	text-align: justify;
	z-index: 300;
}