body {
	background-color: #4d4d4d;
	color: #AAA;
	font-size: 10px;
	font-family: arial, sans-serif;
	line-height: 1.5em;
	
}

td {
	background: transparent;
	font-size: 11px;
	color: #4d4d4d;
	font-family: arial, sans-serif;
	line-height: 1.5em;
}

td.content_bg {
	background: url("/images/content_bg.jpg");
}

.content_main {
	background-color: #FFF;
}


.content_left {
	background: url("/images/content_left.jpg");
}


.content_right {
	background: url("/images/content_right.jpg");
}

.error {
	color: #900;
	font-weight: bold;
}

.header1 {
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}


.header2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.sidebar {
	background-color: #444;
	color: #fff;
	padding: 20px;
	font-size: 12px;
	line-height: 1.7em;
}

.footer {
	color: #AAA;
	font-size: 10px;
	font-family: arial, sans-serif;
	line-height: 1.5em;
}

.credit {
	color: #888;
}


p.list {
	padding-left: 15px;
}





a.sidebarLink:link {
	color: #AAA;
	text-decoration: none;
	font-weight: bold;
}
a.sidebarLink:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.sidebarLink:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a.sidebarLink:visited {
	color: #AAA;
	text-decoration: none;
	font-weight: bold;
}



a.creditLink:link {
	color: #888;
	text-decoration: none;
	font-weight: normal;
}
a.creditLink:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
a.creditLink:active {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
a.creditLink:visited {
	color: #888;
	text-decoration: none;
	font-weight: normal;
}



a:link {
	color: #A00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}






