/* CSS Document */

body {
	background: #9F937D;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0 ;

}
body, p, td, th, ul, ol, h3, h4, div, li, dt, dd { font-family: 'Trebuchet Ms' , Arial, Tahoma; font-size:12px; color:#333333}
h1{ color: #333333; font-size:18px; }
a:link, a:hover, a:visited, a:active { text-decoration:none; color:#990000}
a:hover, a:active { text-decoration:underline; color:#990000}

TABLE.content
{
	BORDER-RIGHT: #D4CEBF 1px solid;
    BORDER-left: #D4CEBF 1px solid;
	BORDER-top: #D4CEBF  1px solid;
	BORDER-bottom: #D4CEBF  1px solid;
}

.textFooter { font-size:12px;  color:#FFFFFF}
.textFooter a:link, .textFooter a:visited { text-decoration:underline; color:#FFFFFF }
.textFooter a:hover, .textFooter a:active { text-decoration:none; color:#FFFFFF}

table.picture {
	border-top: #D4CEBF 1px solid;
	border-bottom: #D4CEBF 1px solid;
	border-left: #D4CEBF 1px solid;
	border-right: #D4CEBF 1px solid;
	padding: 3px;
	}

.textboxstyle {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 12px;
	color: #660000;
	background-color: #ffffff;
	BORDER-RIGHT: #D4CEBF 1px solid;
    BORDER-left: #D4CEBF 1px solid;
	BORDER-top: #D4CEBF 1px solid	;
	BORDER-bottom: #D4CEBF 1px solid;

}
#nav a {
	color: #ffffff;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
	}