body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}



/* STRUCTURAL */


.td,tr {
	list-style: none;
	vertical-align: top;
	font-family: trebuchet ms;
	font-size: 11px; 
	line-height: 16px; 
	color: #000000; 
	text-align: justify;}


.sidebar {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: lucida sans;
	font-size: 11px; 
	line-height: 16px; 
	color: #000000; }

.content_main {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: trebuchet ms;
background-color:#FFE7EF;
	font-size: 11px; 
	line-height: 16px; 
	color: #000000; }

.imgstyle {
background-color: #FFFFFF;
padding: 3px;
margin: 3px;
border: #D9123D solid 1px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;

}
.imgstyle:hover {
background-color: #D9123D
padding: 3px;
margin: 3px;
border: #F4708C solid 1px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
}

input, textarea, select, button {
padding: 3px;
font-size:11px;
color:#898989;
background: #e0e0e0;
border: #898989 solid 1px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
padding: 3px;
color:#898989;
background: #e0e0e0;
border: #898989 solid 1px;
-moz-border-radius:  6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;}



.sidebar {
	border-bottom: 1px solid #E3256B;
	font-family: lucida sans;
	font-size: 12px; 
	line-height: 11px; 
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: lowercase;
	color:#950E37; 
	text-align: left;
	padding-left: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 2px;}

/* REG LINK COLORS */

a:link, a:visited, a:active {
	border-bottom: 0px;
	font-style: none;
	text-decoration: none; 
	cursor: hand;
	color: #CD0040;
	letter-spacing:0px; 
	text-align: justify;}

a:hover {
	font-style: none;
	border-bottom: 0px dotted #F9538A;
	text-decoration: underline; 
	cursor: hand;
	color: #950E37;}



/*no border */

.noborder {
	border: 0px;}

.noborder a img {
	border: 0px;
	}

.noborder a img:hover {
	border: 0px;
	}

.border {
	border-top: 1px solid #F9538A;
	padding: 2px;}



/* FONTS */


i,em{
	font-style: italic;
	color:  #E1054E;}

b, strong {
	font-weight: bold;
	font-style: normal;
	color:  #A9053B;}

u {
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;}


