@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 5px;
	margin-left: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.style1 {font-size: 14px}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.style3 {color:#666666}
.style4 {color: #666666}
.style5 {font-size: 11px}
.style6 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.style8 {color: #999999; font-size: 12px; }
.style9 {font-size: 12px}
.style10 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

.sidebar {
	background-image: url(images/side-bar-bg.jpg);
	background-repeat: no-repeat;
	line-height: 24px;
}

a.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a.side:link {
	text-decoration: none;
}
a.side:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.side:hover {
	text-decoration: none;
	color: #FF9900;
}
a.side:active {
	text-decoration: none;
}
