body {
  background-image: url(bg.png);
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, 	Sans-Serif;
	font-size: 9px;
	color: #000000;
	text-align: justify;
	margin: 0px; 
	padding: 0px;
	letter-spacing: 1px;
	line-height: 11px;
	}

a { 
  text-decoration: none; 
  color: #00A9B9;
  letter-spacing: 1px;
    }

a:hover {color: #E7DDCB; border-bottom: 0px;}


input, textarea{
	background-color: #ffffff;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, 	Sans-Serif;
	font-size: 9px;
	color: #000000;
	letter-spacing: 1px;
	border: 2px solid #8D0000;
	padding:2px; }

b{color: #D8CFBF; }
i{color: #00A9B9; }


.title {
  	font-size: 12pt;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing:2px;
	font-weight: bold;
	font-style: italic;
	color: #D3D3D3;
	border-bottom: 1px dotted;
	border-color: #00A9B9;
	text-align: center;
}

.navtitle {
	font-size: 12pt;
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing:2px;
	font-weight: bold;
	font-style: italic;
	color: #D3D3D3;
	border-bottom: 1px dotted;
	border-color: #00A9B9;
	text-align: center;
	
}


.buttonscontainer {width: 140px;}

.buttons a {color: #000000;
background-color: #E7DDCB;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 3px solid #00A9B9;
font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
font-size: 9px;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 3px solid #E7DDCB;
text-decoration: none;
color: #00A9B9;
background-color: #D3D3D3;}