BODY {
	
color: #858585; 
font-family: Verdana, Helvetica;
font-size: 7pt; 
text-align: left;
background: #d7dcd3;}

A {text-decoration: none; font-weight: normal;}

P, DIV, TD, SPAN {
font-size:10px;
font-style:normal;
}

h1{
	border-bottom: 1px dotted #7c9d39;
	font-family: Trebuchet MS;
	font-size: 12px; 
	line-height: 11px; 
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #3498ca; 
	text-align: left;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
}

img {border: 0px;}

.content-page {
background: #ffffff;
padding: 3px;
font-family: arial;
font-size: 11px;
color: #727272;
}
	
a img {
	text-decoration: none;
	border-bottom: 0px;
	}
	
a:link, a:visited, a:active {
	border-bottom: 0px;
	font-style: none;
	text-decoration: none; 
	cursor: hand;
	color: #368286;
	letter-spacing:0px; 
	text-align: justify;}

a:hover {
	font-style: none;
	border-bottom: 0px dotted #4db8bd;
	text-decoration: underline; 
	cursor: hand;
	color: #4db8bd;}
	
.image {
        background-color: #transparent;
        border:1px solid #8a685c;
        margin: 1px;
        padding: 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;} 
	
.image:hover  {
        background-color: #;
        border:1px solid #bc9d8b;
        margin: 1px;
        padding: 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;} 
		
.sidebar {
background: #ffffff;
}

/* Navigation */

.navigation  {
background: #ffffff;
	color: #DDDDDD;
	font-size:11px;
	padding: 10px;
font-family: Trebuchet MS;
text-transform: uppercase;
	text-decoration: none; }
	
.navigation a:link  {
background: #ffffff;
padding-left: 8px;
padding-right: 8px;
letter-spacing:1px;
padding: 10px;
	color: #ED3B31;
	text-decoration: none; }

.navigation a:visited {
background: #ffffff;
	color: #ED3B31;
letter-spacing:1px;
	padding-left: 8px;
	padding: 10px;
padding-right: 8px;
	text-decoration: none; }

.navigation a:hover {
background: #b9d1d9;
padding-left: 8px;
letter-spacing:1px;
padding-right: 8px;
padding: 10px;
	color: #ED3B31;
	text-decoration: none;
	font-weight: none; 
	border-bottom: #747474 dotted 1px; }

}