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

body {
	margin: 0px;
	background: #808080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table{
	margin:0px;
	background: #ffffff;
}

.main{
	font-size: 13px;
	color: #000000;
}

.header {
	font-weight:bold;
	font-size: 14px;
}

a:link {
	color:#060;
}
a:visited {
	color:#040;
}


a:hover {
	color:#00F;
}
a:active {
	color:#960;
}



/* Content */






/* Sidebar */

#sidebar {
	width: 160px;
	font-size: 12px;
	background: url(images/menubg.jpg) repeat-y left top;	
}
#sidebar-bgbtm {
	padding-bottom:18px;
	background: url(images/menubottom.jpg) no-repeat left bottom;
}

#sidebar ul {
	padding: 0px 0px;
	margin: 0px;
	list-style: none;

}

#sidebar li {
	margin-left: 18px;
	margin-right: 0px;
	padding-left: 0px;
}

#sidebar h2 {
	background: url(images/menuheader.jpg) no-repeat left;
	padding-left: 12px;
	font-size: 14px;
	color: #cccccc;
}

#sidebar a:link {
	color:#060;
	text-decoration:underline;
}
#sidebar a:visited {
	color:#040;
	text-decoration:underline;
}

#sidebar a:hover {
	color:#00F;
	text-decoration:underline;
}
#sidebar a:active {
	color:#960;
	text-decoration:underline;
}

#footer {
	font-size:10px;
	color:#000000;
	margin-top:50px;
}

#footer a:link {
	font-size:10px;
	color:#777;
	text-decoration:none;
}
#footer a:visited {
	font-size:10px;
	color:#777;
	text-decoration:none;
}
#footer a:hover {
	font-size:10px;
	color:#060;
	text-decoration:underline;
}
#footer a:active {
	font-size:10px;
	color:#060;
	text-decoration:underline;
}
