body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-attachment: scroll;}



/* STRUCTURAL */


.td,tr {
	list-style: none;
	vertical-align: top;
	font-family: Trebuchet MS, Arial;
	font-size: 11px; 
	line-height: 16px; 
	color: #000000; 
	text-align: justify;}

.con {
	list-style: none;
	vertical-align: top;
	font-family: Arial;
	font-size: 11px; 
	line-height: 16px; 
	color: #000000; 
	text-align: justify;}

.con img {
	filter:alpha(opacity=80);
	-moz-opacity:0.7;
	border: 1px solid #9a8150;
	padding: 2px;
	}

.con img:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.99;
	border: 1px solid #9a8150;
	padding: 2px;
	}


.sidebar {
	border-bottom: 1px dotted #F33C7C;
background-color:#000000;
	font-family: Arial, Trebuchet MS;
	font-size: 12px; 
	line-height: 11px; 
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #9FB5B2; 
	text-align: center;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;}

.sidebarin {
	list-style: none;
	vertical-align: top;
	font-family: Trebuchet MS, Arial;
	font-size: 11px; 
	line-height: 16px; 
	color: #000000; 
background-color:#D5B8BD;
	text-align: justify;}

/* REG LINK COLORS */

a:link, a:visited, a:active {
	border-bottom: 0px;
	font-style: none;
	text-decoration: none; 
	cursor: hand;
	color: #F33C7C;
	letter-spacing:0px; 
	text-align: justify;}

a:hover {
	font-style: none;
	border-bottom: 0px dotted #B40C4B;
	text-decoration: underline; 
	cursor: hand;
	color: #B40C4B;}

a img {
	border-bottom: 1px solid #F12F78;
	border: 1px solid #4D090B;
	padding: 2px;
	}

a img:hover {
	border-bottom: 1px solid;
	border: 1px solid #000000;
	padding: 2px;
	}


/*no border */

.noborder {
	border: 0px;}

.noborder a img {
	border: 0px;
	}

.noborder a img:hover {
	border: 0px;
	}

.border {
	border-top: 1px solid #808080;
	padding: 2px;}



/* FONTS */


i,em{
	font-style: italic;
	color:  #F12F78;}

b, strong {
	font-weight: bold;
	font-style: normal;
color:#EE1667;}

u {
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;}

