* {
	padding:0 0;
	margin:0 0;
	font-family:Verdana, "Lucida Sans", sans-serif;
	color:#848283;
}

a {
	text-decoration:none;
}

body {
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
}

h1, h2 {
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:16px;
}

#wrapper {
	margin:0 auto;
	width:800px;
	height:auto;
	background-image:url(../images/contentbg.png);
	background-repeat:repeat-y;
}

#pagedown {
	width:800px;
	height:33px;
	margin:0 auto;
	background-image:url(../images/contentdown.png);
	background-repeat:no-repeat;
}

#logo {
	width:210px;
	height:349px;
	padding-left:25px;
	float:left;
	background-image:url(../images/logobg.png);
	background-repeat:no-repeat;
	margin-left:-91px;
}

#topnav {
	float:right;
	margin-top:10px;
	color:#E77918;
}	

#topnav a {
	font-size:11px;
	color:#E77918;
	margin-left:10px;
	margin-right:10px;
}

#topnav a:hover {
	font-size:11px;
	color:#848283;
	margin-left:10px;
	margin-right:10px;
}

.content p {
	font-size:12px;
	text-align:justify;
}

.content ul {
	font-size:12px;
	padding-left:20px;
}

.content li {
	margin-top:5px;
}

p.ttop {
	margin-bottom:10px;	
	font-weight:bold;
	text-decoration:underline;
}

input {
	font-size:11px;	
	margin-top:3px;
}

input:focus {
	background-color:#F9DFC9;
	font-size:11px;	
}

textarea {
	font-size:11px;
}

textarea:focus {
	background-color:#F9DFC9;	
	font-size:11px;	
}

form {
	font-size:11px;
}

td.title {
	width:100px;
}

td.opttitle {
	width:190px;
}	

table.opt td { 
	padding:7px;
}