body {
	color : #ddd;
	font-family : Verdana, Helvetica;
	font-size : 12px;
	line-height : 140%;
	background-color: #c1b696;	
	margin: 0px;
	background-image: url(images/back.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

td {
	color : #000000;
	font-family : Verdana, Helvetica;
	font-size : 12px;
}

td #para{
	border-bottom: 2px solid #546a4b;
}

p {
	color : #ddd;
	font-size : 12px;
	line-height : 140%;
	padding: 0px 4px 0px 4px;
}

h1 {
font-family: arial, verdana, helvetica, sans-serif;
	color : #fff;
	font-size : 21px;
	line-height : 100%;
	font-weight : bold;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
border-bottom: 1px solid #c1b696;
}

h2 {
font-family: arial, verdana, helvetica, sans-serif;
	color : #fff;
	font-size : 16px;
	line-height : 100%;
	font-weight : bold;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
border-bottom: 1px solid #c1b696;
}

h3 {
font-family: arial, verdana, helvetica, sans-serif;
	color : #fff;
	font-size : 13px;
	line-height : 100%;
	font-weight : bold;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
border-bottom: 1px solid #c1b696;
}

.copyright {
	color : #ddd;
	font-size : 10px;
	line-height : 160%;
}

a:link {
	color : #c1b696;	
	font-size : 12px;
	font-weight : bolder;
	text-decoration: none;
}
a:visited { 
	color : #c1b696;	
	font-size : 12px;
	font-weight : bolder;
text-decoration: none;
}
a:hover {
	color : #fff;
	font-size : 12px;
	font-weight : bolder;
text-decoration: none;
}
a:active {
	color: #c1b696;
	font-size : 12px;
	font-weight : bolder;
	text-decoration: none;
}

.caption {
	color: #fff;
	font-size : 11px;
	font-weight : bolder;
}

.inputdefault {
	font-family: verdana, helvetica, sans-serif;
	background-color: #5e7656;
}

input {
	font-family : Verdana, Helvetica;
	font-size : 12px;
	font-weight: bold;
	background-color: #e2d9c9;
}

select {
		font-family : Verdana, Helvetica;
	font-size : 12px;
	font-weight: bold;
	background-color: #e2d9c9;
}
.searchbox {
	font-family: verdana, helvetica, sans-serif;
	background-color: #e2d9c9;
	width: 180px;
}
	textarea {
	font-family: verdana, helvetica, sans-serif;
	background-color: #e2d9c9;
}

.button {
	border-top: 1px solid #0a0;
	border-right: 1px solid #030;
	border-bottom: 1px solid #030;
	border-left: 1px solid #0a0;
	background-color: #080;
	color: #ffffff;
	font-weight: bold;
	cursor: hand;
	}

.notesbox {
	background-color: #e2d9c9;
	width: 400px;
}

label {
	color : #fff;
	font-size : 12px;
	font-weight: bold;
 cursor: pointer; 
 cursor: hand;
}

form {
	margin: 0;
	padding: 0;
}

.warning {
	color : #000;
	font-size : 12px;
	line-height : 140%;
	padding: 2px 2px 2px 2px;
font-weight: bold;
}

.warningbox {
	font-family: verdana, helvetica, sans-serif;
	background-color: #ffda6a;
}

/* Menu */
#menu { 
	width: 200px;
/*	background-color: #c1b696;*/
 }
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #546a4b;
	}
#menu a {
	font-weight: bold;
	font-size : 12px;
	display: block;
	padding: 4px 0px 4px 4px;
	width: 200px;	
border-bottom: 1px solid #52624a;
}
#menu a:link, #menu a:visited {
	color: #fff;
}
#menu a:hover {
	color: #fff;
	background-color: #75956a;
}
#menu li a#current {
	font-weight: bold;
background-color: #ddd;
}
#menu li a#sub{
	font-weight: normal;
}
 /* Menu */

ul li{
		color: #ddd;
	font-weight: bold;
}