/* Basic Elements */

body { 
	color: #ffffff; 
	background: #000000; 
	margin: auto 0px auto 0px; 
}

p {
 	font: 11px franklin gothic book, trebuchet ms, helvetica, arial, sans-serif; 
	line-height: 12px;
	margin-top: 0px; 
	text-align: left;
}

a:link { 
	font-weight: bold;
	text-decoration: none; 
	color: #ffffff; 
}

a:visited { 
	font-weight: bold;
	text-decoration: none; 
	color: #ffffff; 
}

a:hover, a:active { 
	font-weight: bold;
	text-decoration: none; 
	color: #cccccc; 
}

h4, h4 span {
 	font: 14px franklin gothic book, trebuchet ms, helvetica, arial, sans-serif; 
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	}

h5, h5 span {
 	font: 12px franklin gothic book, trebuchet ms, helvetica, arial, sans-serif; 
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	}

table tr td {
 	font: 11px franklin gothic book, trebuchet ms, arial, helvetica, sans-serif; 
	line-height: 14px;
	color: #ffffff;
}

/* Specific Elements */

#container {
	position: relative;
	border: 0px solid #ffffff;
        padding: 0px;
	margin: 20px auto 20px auto;
	padding: 10px;
	width: 460px;
	background-color: #464646;
        background-repeat: no-repeat;
        background-position: 0px 0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

#header {
	margin: 10px auto 15px auto;
	padding: 0;
	text-align: center;
	display: block;
	position: relative;
}

#header h3 {
	margin: 0;
	padding: 0;
	display: block;
	visibility: visible;
	font: 16px franklin gothic book, trebuchet ms, arial, helvetica, sans-serif; 
	line-height: 16px;
	color: #ffffff;
}

#nav {
	margin: 0 auto 10px auto;
	padding: 0;
}

#nav a span {
	font-weight: bold;
}

#rate {
	margin: 0px auto 10px auto;
	width: 320px;
}

#rate tr td {
	font-size: 10px;
	line-height: 9px;
}

td.ratecategory, tr.ratecategory td {
	font-weight: bold;
}

td.subcategory {
	font-style: italic;
}

#form {
	position: relative;
 	font: 11px franklin gothic book, trebuchet ms, arial, helvetica, sans-serif; 
	line-height: 14px;
	text-align: left;
        margin: 20px auto 20px auto;
	padding: 0px;
        width: 440px;
	color: #ffffff;
}

textarea {
 	font: 11px franklin gothic book, trebuchet ms, arial, helvetica, sans-serif; 
	color: #ffffff;
	background-color: #606060;
	border:1px;
	border-color:#ffffff;
	border-style:solid;
}

input {
 	font: 11px franklin gothic book, trebuchet ms, arial, helvetica, sans-serif; 
	color: #ffffff;
	background:#606060;
	border:1px;
	border-color:#ffffff;
	border-style:solid;
}