body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #E0F0FD;
	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: #000000; }


.content_main {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: trebuchet ms;
	font-size: 9px; 
	line-height: 16px; 
	color: #000000; }

.wel {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: trebuchet ms;
	font-size: 6px; 
text-transform:uppercase;
	line-height: 16px; 
	color: #000000; }

.sidebar {
	border-bottom: 1px dotted #043258;
	font-family: Georgia;
	font-size: 12px; 
	line-height: 11px; 
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: lowercase;
	color: #0069FB; 
	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: #0069FB;
	letter-spacing:0px; 
	text-align: justify;}

a:hover {
	font-style: none;
	border-bottom: 0px dotted #EB0B01;
	text-decoration: underline; 
	cursor: hand;
	color: #F65938;}

a img {
	border-bottom: 1px solid #0069FB;
	border: 1px solid #0069FB;
	padding: 2px;
	}

a img:hover {
	border-bottom: 1px solid;
	border: 1px solid #0069FB;
	padding: 2px;
	}


/*no border */

.noborder {
	border: 0px;}

.noborder a img {
	border: 0px;
	}

.noborder a img:hover {
	border: 0px;
	}

.border {
	border-top: 1px solid #0069FB;
	padding: 2px;}



/* FONTS */


i,em{
	font-style: italic;
	color:  #0069FB;}

b, strong {
	font-weight: bold;
	font-style: normal;
	color: #0069FB;}

u {
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;}

