/* CSS Document */

body {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	background: #E4DED3;
	}

p, td {
	color: #4D4633;
	font-family: arial;
	font-size: 13px;
	}
	
	.linkpage {
	color: #666666;
	font-family: arial;
	font-size: 13px;
	}

a:link, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.maintable {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	background: #FFFFFF;
	}
	
.leftlink {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #4D4633;
	text-decoration: none;
	line-height: 1.8;
	}
	
.leftlink:hover {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.8;
	}
	
.footer {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	}

.footerlink {
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	}
	
.footerlink:hover {
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
	}
	
.text {
	font-family: arial;
	font-size: 13px;
	color: #C4A674;
	}

.textlink {
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	}
	
.textlink:hover {
	font-family: arial;
	font-size: 13px;
	text-decoration: underline;
	color: #C4A674;
	}
	
.imgright {
	float: right;
	margin-left: 10px;
	}
	
.imgleft {
	float: left;
	margin-right: 10px;
	}