@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #364262;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #F86035;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #006FD6;
}
a:active {
	text-decoration: none;
	color: #006FD6;
}
h1 {
	font-size: 18px;
	color: #4064BB;
}
h2 {
	font-size: 16px;
	color: #364262;
}
#LeftSide {
	padding-left: 10px;
	padding-right: 10px;
}
#LeftSide ul {
	list-style-type: none;
	padding: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 12px;
	margin-left: 1px;
}
#LeftSide li {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5D7F2;
}
h3 {
	font-size: 14px;
	color: #60687E;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #60687E;
}
#MainColumn {
	padding-right: 8px;
	padding-left: 8px;
}
