/* CSS Document */
/* Sidebar */

HTML{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;;
}
BODY{
	background-color:#8c8c8c;
}

.text1{
	font-size:15px;
	color:#0f4574;
	margin:20px;
	background-color:#FFFFFF;
	padding:20px;
	border:2px dotted #0f4574;
	margin-top: 10px;
}

.text2{
	font-size:14px;
	color:#0f4574;
	margin:20px;
	background-color:#FFFFFF;
	padding:5px;
	border:1px dotted #0f4574;
}

#sidebar {
	float: left;
	width: 235px;
	margin-top: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
	text-align: left;
	background: #5587D4;
	background-color: #CC6600;
}

#sidebar li ul {
	padding: 10px 5px;
	font-size: 80%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	;
	color: #FFFFFF;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

.tableh{
	background-color:#5587D4;
	color:#FFFFFF;
	text-align:center;
}
.tablet{
	color:#FFFFFF;
	text-align:center;
	background-image: url(images/tlotext.jpg);
	font-weight: bolder;
}
.tablet2{
	color:#FF6600;
	text-align:center;
	background-image: url(images/tlotext.jpg);
}

.tbr1{
	background-color:#FFFFFF;
	text-align: center;
	font-weight: bold;
}
.tbr2{
	background-color:#D6E7EC;
	text-align: center;
	font-weight: bold;
}

