body {
	margin:0;
	padding:0;
	background-color:#6E8CC1;
	font-family: tahoma, verdana, 'times new roman';
	color: #3A3A3A;
}

a:link, a:visited {
	color:#707E8D;
}

input {
	border:1px solid #569FFE;
	background-color:#ffffff;
}

textarea {
	border:1px solid #569FFE;
}

hr {
	border:1px solid #569FFE;
}

a:hover {
	color:#569FFE;
}

table#tableform {
	font-size:100%;
}

ul#mainmenu {
	list-style-type:none;
	margin:25px 0 25px 0;
	padding:0;
	font-size:75%;
}

#mainmenu li {
	margin:0 0 3px 30px;
}

#mainmenu li a {
	background:url(/img/marker.jpg) no-repeat left 50%;
	padding-left:18px;
	font-weight:bold;
}

ul#level2 {
	font-size:85%;
	list-style-type:none;
	margin:10px 0 10px 0;
}

ul#level2 li {
	margin:0 0 3px 10px;
}

#level2 li a {
	background:url(/img/marker_resize.jpg) no-repeat left 50%;
	padding-left:18px;
	font-weight:bold;
}

.text {
	font-size:75%;
}

.text table {
	font-size:100%;
}

#footer {
	font-size: 60%;
	padding-top: 75px;
	color:#ffffff;
	background:url(/img/bottom_bg.jpg) repeat-x bottom left;
	width:100%;
	height:127px;
	text-align:center;
}

a.copylink:link, a.copylink:visited {
	color:#ffffff;
}

a.copylink:hover {
	color:#707e8d;
}