body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #768dad;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6F0D8;
}

.text_bottom{
	font-size: 11px;
	font-weight: normal;
	color: #4F2D1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.bottom{
	font-size: 11px;
	font-weight: normal;
	color: #4F2D1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.title{
	font-size: 18px;
	font-weight: normal;
	color: #F6F0D8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	font-weight: bold;
	font-size: 12px;
	color: #F6F0D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	font-size: 12px;
	color: #4f2d1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.active {
	font-weight: bold;
	font-size: 12px;
	color: #4f2d1d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.window_corner {
	background-image: url(images/corner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.menu_title {
	font-size: 12px;
	font-weight: bold;
	color: #4F2D1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #000080;
}

a.images {
	border-top-color: #c4b299;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: #c4b299;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #c4b299;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #c4b299;
	border-left-style: solid;
	border-left-width: 2px;
	}
	
a.images:hover {
	border-top-color: #4f2d1d;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: #4f2d1d;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #4f2d1d;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #4f2d1d;
	border-left-style: solid;
	border-left-width: 2px;
	}
	
.images_big {
	border-top-color: #c4b299;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-color: #c4b299;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #c4b299;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #c4b299;
	border-left-style: solid;
	border-left-width: 2px;
	}
.pre {
TEXT-ALIGN: justify;
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 margin-left: 50px;
 
 word-wrap: break-word; /* Internet Explorer 5.5+ */
 width:650;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #F6F0D8;
 
 }

