

body {
	font-family:			"Arial","Verdana","Helvetica",san-serif;
	margin:				0px auto;
	background-color:		#e0d7bb;
	cursor:				default;
	text-align:			center;		/* centers container in IE */
	width:				750px;
	color:				#000;
}

p, td {
	font-size:			12px;
}


a:active, a:link, a:visited {
	color:				#630000;
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

a.text:active, a.text:link, a.text:visited, a.text:hover {
	color:				#000;
	text-decoration:		none;
	cursor:				default;
}

div.container {
	position:			relative;
	margin:				0 auto;
	width:				750px;
	top:				10px;
	z-index:			0;
}

.content {
	border:				1px solid #d79445;
	width:				750px;
	background-color:		#fff;
}

div.tabs {
	text-align:			center;
	width:				750px;
	height:				52px;
	background-color:		#fff;
}

table.tabs {
	width:				660px;
	height:				35px;
	vertical-align:			bottom;
	position:			relative;
	top:				16px;
}


a.tab1, #tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7 {
	background-image:		URL(images/tab.gif);
	margin:				2px 2px 0px;
	background-repeat:		no-repeat;
	position:			relative;
	cursor:				pointer;
	text-align:			center;
	display:			block;
	font-weight:			bold;
	font-size:			12px;
	width:				90px;
	height:				35px;
	color:				#fff;
	float:				left;
	text-decoration:		none;
	padding:			12px 0px 0px;
}

a.tab1:hover {
	background-image:		URL(images/tab_hover.gif);
	margin:				2px 2px 0px;
	background-repeat:		no-repeat;
	position:			relative;
	cursor:				pointer;
	text-align:			center;
	display:			block;
	font-weight:			bold;
	font-size:			12px;
	width:				90px;
	height:				35px;
	color:				#000;
	float:				left;
	text-decoration:		none;
	padding:			7px 0px 0px;
}

.copyright {
	width:				750px;
	font-size:			10px;
	color:				#330;
	padding:			10px 10px 25px;
}

input.textbox {
	font-family:			"Arial","Verdana","Helvetica",san-serif;
	border:				1px solid #d79445;
	background-color:		#f5f5f5;
	width:				150px;
	height:				18px;
	font-size:			12px;
}

input.button {
	font-family:			"Arial","Verdana","Helvetica",san-serif;
	font-size:			12px;
	width:				80px;
	height:				20px;
}

textarea {
	font-family:			"Arial","Verdana","Helvetica",san-serif;
	border:				1px solid #d79445;
	background-color:		#f5f5f5;
	width:				250px;
	font-size:			12px;
}









