body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #444444;
	background-color: #EEF1F1;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #766A95;
	text-decoration: underline;	
}

a:hover {
	color: #222222;
}

#left_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#left_menu li a:link, #left_menu li a:visited, #left_menu li a:active {
	margin: 0px;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF2F2;
	list-style-type: none;
	display: block;
	text-decoration: none;	
}

#left_menu li a:hover {
	background-color: #F4F7F7;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF2F2;
	list-style-type: none;
	width: 200px;
	display: block;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #796D96;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #796D96;
}

.bg_left {
	background-image: url(/images/bg_left.jpg);
	background-repeat: repeat-y;
}
.bg_right {
	background-image: url(/images/bg_right.jpg);
	background-repeat: repeat-y;
}
.bg_bottom {
	background-image: url(/images/bg_bottom.jpg);
	background-repeat: repeat-x;
}
.bg_top {
	background-image: url(/images/bg_top.jpg);
	background-repeat: repeat-x;
}
.bg_left2 {
	background-image: url(/images/bg_left2.jpg);
	background-repeat: repeat-y;
}
.bg_right2 {
	background-image: url(/images/bg_right2.jpg);
	background-repeat: repeat-y;
}
.bg_menu_top {
	background-image: url(/images/bg_menu_top.jpg);
	background-repeat: repeat-x;
	background-color: #9AD1E5;
}
.bg_menu_bottom {
	background-image: url(/images/bg_menu_bottom.jpg);
	background-repeat: repeat-x;
	background-color: #9AD1E5;
}
.bg_menu {
	background-color: #9991AF;
}

