body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #E8EAE9;
	background-repeat: repeat-x;
	background-attachment: scroll;}


.navigation {
	margin-top: 1px;
	padding-left: 10px;
	font: 11px Georgia;
	line-height: 11px;
	color: #BFA9B8;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: 0px;
	text-align: center;}

.navigation a:link {
	background: #E4E0E1;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	paddding-top: 5px;
	padding-botton: 12px;
	font-weight: normal;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
	border-bottom: 0px;
	text-decoration: none;
	color: #BFA9B8;}

.navigation a:visited {
	background: #E4E0E1;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
	paddding-top: 5px;
	padding-botton: 12px;
	font-weight: normal;
	border-bottom: 0px;
	text-decoration: none;
	color: #916977;}

.navigation a:hover {
	background: #C5BFC1;
 font: Verdana, Arial, Helvetica, sans-serif 9px;
padding: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 0px solid #aaa;
border-top:0;
	background-repeat: repeat-x;
	padding: 8px;
	font-weight: normal;
	border-bottom: 0px;
	text-decoration: none;
	color: #916977;}


/* STRUCTURAL */


.td,tr {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: trebuchet ms;
	font-size: 11px; 
	line-height: 16px; 
	color: #000000; }


.content_main {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: trebuchet ms;
	font-size: 10px; 
	line-height: 16px; 
	color: #000000; }


.sidebar {
background: #FFFFFF;
	border-bottom: 1px dotted #E6E8E7;
	font-family: Georgia;
	font-size: 12px; 
	line-height: 11px; 
	letter-spacing: 0px;
	color: #FF6106; 
-moz-border-radius: 10px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
	text-align: left;
	padding-left: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;}

.sidebar2 {
background: #FFFFFF;
	font-family: Georgia;
	font-size: 16px; 
	line-height: 11px; 
	font-weight: bold;
text-align: center;
font-style: italic;
	letter-spacing: 0px;
	text-transform: lowercase;
	color: #A9999F; 
}

/* REG LINK COLORS */

a:link, a:visited, a:active {
	border-bottom: 0px;
	font-style: none;
	text-decoration: none; 
	cursor: hand;
	color: #A9999F;
	letter-spacing:0px; 
	text-align: justify;}

a:hover {
	font-style: none;
	text-decoration: underline; 
	cursor: hand;
	color: #A9999F;}

a img {
	border-bottom: 1px solid #A9999F;
	border: 1px solid #A9999F;
	padding: 2px;
	}

a img:hover {
	border-bottom: 1px solid;
	border: 1px solid #A9999F;
	padding: 2px;
	}


/*no border */

.noborder {
	border: 0px;}

.noborder a img {
	border: 0px;
	}

.noborder a img:hover {
	border: 0px;
	}

.border {
	border-top: 1px solid #A9999F;
	padding: 2px;}



/* FONTS */


i,em{
	font-style: italic;
	color:  #A9999F;}

b, strong {
	font-weight: bold;
	font-style: normal;
	color:  #A9999F;}

u {
	text-decoration: underline;
	font-weight: bold;
	font-style: #A9999F;}


