@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.left_side {
	background-image: url(images/side_left.gif);
	background-repeat: repeat;
}
.nav_lines {
	background-color: #b8b8aa;
	width: 0px;
}
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.body_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #4e4e4e;
}

.body_header_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #6a9dc4;
	
}

.body_header_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #b8cd53;
}
.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4a4a4a;
}

.body_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #4a4a4a;
}

.body_med_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4a;
}

.footer_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.footer_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

/* Color Styles */
.brown {
	background-color: #786d59;
}
/* Link Styles */
A:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #bbc900;
	font-size : 11px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #bbc900;
	font-size : 11px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #bbc900;
	font-size : 11px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #6699FF;
	font-size : 11px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A.small:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 11px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A.small:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 10px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A.small:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 10px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A.small:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #47A4C6;
	font-size : 10px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

