body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ffffff;
	background-repeat: repeat-x;
	background-attachment: scroll;}


.navigation {
	margin-top: 1px;
	padding-left: 10px;
	font: 11px Georgia;
	line-height: 11px;
	color: #FF6106;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: 0px;
	text-align: center;}

.navigation a:link {
	background: #ffffff;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	paddding-top: 5px;
	padding-botton: 12px;
	font-weight: normal;
	border-bottom: 0px;
	text-decoration: none;
	color: #80C0D9;}

.navigation a:visited {
	background: #ffffff;
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	paddding-top: 5px;
	padding-botton: 12px;
	font-weight: normal;
	border-bottom: 0px;
	text-decoration: none;
	color: #FF6106;}

.navigation a:hover {
	background: url(gfx/navon.png);
	background-repeat: repeat-x;
	padding: 8px;
	font-weight: normal;
	border-bottom: 0px;
	text-decoration: none;
	color: #FF6106;}


/* 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: 8px; 
text-transform:uppercase;
	line-height: 16px; 
	color: #000000; }



.sidebar {
	border-bottom: 1px dotted #3286A2;
	font-family: Georgia;
	font-size: 12px; 
	line-height: 11px; 
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: lowercase;
	color: #FF6106; 
	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: #3286A2;
	letter-spacing:0px; 
	text-align: justify;}

a:hover {
	font-style: none;
	border-bottom: 0px dotted #FF5005;
	text-decoration: underline; 
	cursor: hand;
	color: #FF5005;}

a img {
	border-bottom: 1px solid #2DBAD6;
	border: 1px solid #2DBAD6;
	padding: 2px;
	}

a img:hover {
	border-bottom: 1px solid;
	border: 1px solid #2DBAD6;
	padding: 2px;
	}


/*no border */

.noborder {
	border: 0px;}

.noborder a img {
	border: 0px;
	}

.noborder a img:hover {
	border: 0px;
	}

.border {
	border-top: 1px solid #2DBAD6;
	padding: 2px;}



/* FONTS */


i,em{
	font-style: italic;
	color:  #2DBAD6;}

b, strong {
	font-weight: bold;
	font-style: normal;
	color:  #2DBAD6;}

u {
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;}

