@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFF;
	font-weight:bold;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}



	* { margin: 0; padding: 0; }
			html { width: 100%; height: 100%;  background:   url('images/fullback.jpg') top center repeat-y; background-color:#191919 ;}
			body {
	width: 100%;
	min-height: 100%;
	margin: 0px auto 0;
	padding-bottom: 0px;
	background-image: url('images/back1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
}
			/* min-height for IE */
			* html body { height: 100%; }

body,td,th {
	font-size: 15px;
	color: #FFF;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}.smallchoose {
	font-size: 11px;
}

