body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #202020;
	background-repeat: repeat-x;
	background-attachment: scroll;}



/* STRUCTURAL */


.td,tr {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: arial;
	font-size: 11px; 
	line-height: 16px; 
	color: #C0C0C0; }


.content_main {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: trebuchet ms;
	font-size: 9px; 
	line-height: 16px; 
	color: #C0C0C0; }

.wel {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: trebuchet ms;
text-transform:uppercase;
	font-size: 8px; 
	line-height: 16px; 
	color: #C0C0C0; }

.sidebar a:visited, .sidebar1 a:visited, .sidebar2 a:visited {
	font-style: normal;
	border-bottom: 0px;
	text-decoration: none;
	color: #A05E60}

.sidebar {
	border-bottom: 1px dotted #A05E60;
	font-family: Georgia;
	font-size: 12px; 
	line-height: 11px; 
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: lowercase;
	color: #777779; 
	text-align: left;
	padding-left: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;}

/* REG LINK COLORS */

a:link, a:visited, a:active {
	border-bottom: 0px;
	font-style: none;
	text-decoration: none; 
	cursor: hand;
	color: #956D63;
	letter-spacing:0px; 
	text-align: justify;}

a:hover {
	font-style: none;
	border-bottom: 0px dotted #7A7A7C;
	text-decoration: underline; 
	cursor: hand;
	color: #5A021B;}

a img {
	border-bottom: 1px solid #7A7A7C;
	border: 1px solid #7A7A7C;
	padding: 2px;
	}

a img:hover {
	border-bottom: 1px solid;
	border: 1px solid #B99893;
	padding: 2px;
	}


/*no border */

.noborder {
	border: 0px;}

.noborder a img {
	border: 0px;
	}

.noborder a img:hover {
	border: 0px;
	}

.border {
	border-top: 1px solid #B45086;
	padding: 2px;}



/* FONTS */


i,em{
	font-style: italic;
	color:  #946867;}

b, strong {
	font-weight: bold;
	font-style: normal;
	color:  #946867;}

u {
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;}

