@charset "utf-8";
/*********** TEXT STYLES ***********/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.bodytext_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #4A2D1F;
	padding-right:10px;
	padding-left:10px;
}
.bodytext_brown_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4A2D1F;
	padding-right:10px;
	padding-left:10px;
}
li {
	line-height: 15px;
}
.bodytext_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color:#000000
}
.bodytext2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4A2D1F;
	padding-left:10px;
}
.bodytext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #4A2D1F;
}
.bodytext_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background:#4A2D1F;
}

/*********** LINKS FORMATTING ***********/
.nav_bar_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#333333;
}
.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #8ED9DE;
	text-decoration: none;
}
.nav_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left:5px;
	line-height:20px;
}
.nav_left a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.nav_left a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.nav_left a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #8ED9DE;
	text-decoration: none;
}
img {
	border: none;
	}

/*********** TABLE FORMATTING ***********/
.td_top_bot {
	border-bottom-color:#dadada;
	border-bottom-width:1px;
	border-top-color:#dadada;
	border-top-width:1px;
	}
.td_footer{
	background-repeat:repeat-x;
	}
.td_shadow{
	background-repeat:repeat-y;
	}
.td_corner_right{
	background-repeat:no-repeat;
	background-position:top;
	}
.td_corner_left{
	background-repeat:no-repeat;
	background-position:top;
	}
.td_nav{
	padding-right: 5px;
	border: 1px solid #dadada;
	border-left:none;
	border-right:none;
	}
.td_content{
	padding-right: 10px;
	padding-left: 10x;
	}
hr {
	height:1px;
	color: #dadada;
}

