/* HTML TAGS */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:   url("images/back.gif");
	text-align: center;
	margin: 0px;
}
hr {
	color: #000000;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E5E5E5;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #003366;
	text-decoration: none;
}

/* MAIN SECTION */
.main {
	background-color: #FFFFFF;
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

/* HEADER */
.bar_back {
	background-image:   url("images/top_nav_back.gif");
}

/* LEFT NAVIGATION */
.ln {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.ln a:link {
	height: 20px;
	text-decoration: none;
	display: block;
	width: 100%;
	text-indent: 15px;
}
.ln a:visited {
	height: 20px;
	text-decoration: none;
	display: block;
	width: 100%;
	text-indent: 15px;
}
.ln_1 a:link {
	color: #000033;
}
.ln_1 a:visited {
	color: #000033;
}
.ln a:hover {
	background-color: #999966;
}
.ln_2 a:link {
	font-weight: bold;
	color: #660000;
}
.ln_2 a:visited {
	font-weight: bold;
	color: #660000;
}
.ln_2 a:hover {
	background-color: #999966;
}
.ln_3 a:link {
	color: #333333;
}
.ln_3 a:visited {
	color: #333333;
}
.ln_3 a:hover {
	background-color: #999966;
}
.featured {
	height: 20px;
	text-decoration: none;
	text-indent: 15px;
	color: #660000;
	font-weight: bold;
}
.featured a:link {
	height: 20px;
	text-decoration: none;
	text-indent: 20px;
	font-size: 10px;
	color: #660000;
	font-weight: normal;
}
.featured a:visited {
	height: 20px;
	text-decoration: none;
	text-indent: 20px;
	font-size: 10px;
	color: #660000;
	font-weight: normal;
}
.featured a:hover {
	background-color: #999966;
}

/* CENTER CONTENT */
.content {
	margin: 10px;
	text-align: left;
}

/* RIGHT SIDE */
.rs {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B7B789;
}

/* FOOTER */
.footer {
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-size: 10px;
	background-color: #FFFFFF;
}
.footer a:link {
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
}
.myLink a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.myLink a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
