@charset "utf-8";
/* CSS Document */

body {
	background-image: url(background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #586e2e;
}
.shadow_left {
	background-image: url(shadow_left.gif);
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url(shadow_right.gif);
	background-repeat: repeat-y;
}
.menu_main {
	background-color: #767676;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a:visited {
	color: #003399;
}
a:link {
	color: #003399;
}
a:hover {
	color: #003399;
}
a:active {
	color: #003399;
}
.side_text {
	font-size: 11px;
}
.side_text_img_top {
	padding-bottom: 5px;
}
.side_text_img_bottom {
	padding-top: 5px;
}
a.navlink:link {
	color: #FFFFFF;
	text-decoration: none;

}
a.navlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navlink:active {
	color: #000000;
	text-decoration: none;
}
a.navlink:hover {
	color: #000000;
	text-decoration: none;


