/* CSS Document */

body {
margin:0px;
background-color: #37B5C9; 
background: url('images/background.jpg') repeat-y;
background-position: 170px 100%;
scrollbar-face-color:  #FFFFFF;
scrollbar-3dlight-color: #37B5C9;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-arrow-color: #37B5C9;
scrollbar-track-color: #FFFFFF;
} 


body, div.content, div.navigation, td {
font-size: 10px;
font-family: Tahoma, Verdana, Arial, Trebuchet, Georgia ;
color: #000000;
letter-spacing: 0px;
line-height: 10px;
}


b {
color: #DDA165;
line-height: 10px;
letter-spacing: 0px;
}


i {
color: #37B5C9;
line-height: 10px;
letter-spacing: 0px; 
}


u {
color: #DDA165;
border-bottom: #37B5C9 solid 1px;
line-height: 10px;
letter-spacing: 0px;
}


a:hover {
color: #37B5C9;
font-weight: bold;
text-decoration: underline;
cursor: none;
}


a:link, a:active, a:visited {
color: #37B5C9;
font-weight: bold;
text-decoration: none;
text-transform: none;  
cursor: none;
}


h1 {
font-size: 9px; 
font-family: Tahoma, Verdana, Arial, Trebuchet, Georgia;
font-weight: bold;
color: #FFFFFF;
letter-spacing: 2px;
background: #37B5C9;
text-align: center;
text-transform: uppercase;    
width: 100%;
height: 10px;
padding-top: 3px;
padding-bottom: 3px; 
border-bottom: #DDA165 solid 2px;
}


blockquote {
	font-family: Georgia;
	text-align: justify;
	border-top: 1px dotted #37B5C9;
	border-bottom: 1px dotted #37B5C9;
	background: #DDA165;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 35px;
	margin-right: 35px;
	color: #000000;
}