body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	margin:0;
	background-color: #666666;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
}
.wrapper {
	width: 850px;
	background-color: #FFFFFF;
	margin: 0 auto;
	border: solid #FF8C00 3px;
	padding-left: 20px;
	padding-right: 20px;
}
.header {
	width: 850px;
}
.content {
	background-color: #FFFFFF;
}
.content ul{
padding-left:250px;
line-height: 30px;
}
.style1 {
	color: #FF0000;
	font-size: 30px;
}
.style2 {
	color: #000066;
	font-weight: bold;
	font-size: 24px;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
}
.style4 {
	color: #000000
}
.style5 {
	font-size: 12px;
	font-weight: bold;
}
.style10 {
	font-size: 10px;
	color: #000000;
}
.style11 {color: #000000}
.style12 {font-size: 10px}
.style13 {
	font-size: 18px;
	color: #000099;
}

/*Form defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
	font-weight:bold;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}
