html, body, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #0D7DAD;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {
	background: url(images/top_bg.jpg) repeat-x;
	text-align: left;
}
.text {
	font-family: tahoma, arial;
	font-size: 11px;
	font-style: normal;
	color: #5C5C5C;
	border-top-color: #0D7DAD;
	border-right-color: #0D7DAD;
	border-bottom-color: #0D7DAD;
	border-left-color: #0D7DAD;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 7px;
}
.sidebar {
	font-family: tahoma, arial;
	font-size: 11px;
	font-style: normal;
	color: #5C5C5C;
	border: medium none;
}
.sideNav {
	font-family: tahoma, arial;
	font-size: 11px;
	font-style: normal;
	border: medium none;
	margin-left: 5px;
}
.footer {
	font-family: tahoma, arial;
	font-size: 11px;
	font-style: normal;
	color: #0D7DAD;
	border-top-color: #999999;
	border-top-style: dotted;
	padding: 7px;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
