@charset "utf-8";
#win {
	width: 1200px;
	background-color: #B3DEB6;
	-webkit-box-shadow: 0 5px 15px 0;
	box-shadow: 0 5px 15px 0;
	border-left: medium solid #000000;
	border-right: medium solid #000000;
	border-bottom: thin solid #000000;
	border-top: medium solid #000000;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 25px;
}
#nav {
	width: 250px;
	float: left;
}

#footer {
	text-align: center;
	width: 1200px;
	clear: both;
}
#top {
	border-bottom: thin solid #000000;
	height: 100px;
	color: #000000;
	padding-top: 0px;
	width: 1200px;
	background-color: #FBF9F9;

}
#ltop {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: auto;
	padding-bottom: auto;
	height: 100px;
	width: 100px;
}
#rtop {
	float: left;
	color: #000000;
	font-weight: 800;
	font-size: xx-large;
	text-align: left;
	height: 100px;
	margin-left: 10px;
	margin-bottom: auto;
	width: 890px;
	margin-top: 0px;
	opacity: 1;
	line-height: 100px;
}
#main {
	width: 1000px;
	min-height: 400px;
	float: right;
	
	
}
body {
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(left,  #e2e2e2 0%, #dbdbdb 21%, #fefefe 53%, #fefefe 53%, #d1d1d1 91%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2e2e2), color-stop(21%,#dbdbdb), color-stop(53%,#fefefe), color-stop(53%,#fefefe), color-stop(91%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e2e2e2 0%,#dbdbdb 21%,#fefefe 53%,#fefefe 53%,#d1d1d1 91%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e2e2e2 0%,#dbdbdb 21%,#fefefe 53%,#fefefe 53%,#d1d1d1 91%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e2e2e2 0%,#dbdbdb 21%,#fefefe 53%,#fefefe 53%,#d1d1d1 91%); /* IE10+ */
background: linear-gradient(to right,  #e2e2e2 0%,#dbdbdb 21%,#fefefe 53%,#fefefe 53%,#d1d1d1 91%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#d1d1d1',GradientType=1 ); /* IE6-9 */


}

#tnav a {
	display: block;
	text-align: center;
	text-decoration:blink;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
#tnav a:hover {
	background-color: #294D18;
	color: #ffffff;
}

#tnav ul li {
	list-style-type: none;

}
td p #Button {
	color: #030303;
}
#main table {
	margin-left: 5px;
}

#snav a {
	display: block;
	text-align: center;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
#snav a:hover {
	background-color: #294D18;
	color: #ffffff;
}

#snav ul li {
	list-style-type: none;
}


#top {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.desc tr:nth-child(even) {background: #CCC}
.desc tr:nth-child(odd) {background: #FFF}