@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4d50;
}
.left_side {
	background-image: url(images/side_left.gif);
	background-repeat: repeat;
}
.nav_lines {
	background-color: #b8b8aa;
	width: 0px;
}
body {
	background-color: #4e4e4e;
	background-image: url(images/bg.gif);
	background-repeat: 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_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4e4e4e;
}
.brown {
	background-color: #b8b8aa;
}
/* Link Styles */
A:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #5b5b42;
	font-size : 13px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

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

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

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

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

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

A.small:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #A0C341;
	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;
}
