body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
}

a:visited {
	color:  #ccc;
}

a:active {
	color:  #ccc;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h1 {
	font-size: 22px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

fieldset { 
	border:0;
	margin:0;
	padding:0; 
}

label { 
	display:block;
}

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}
	
#header {
	padding-bottom: 1px;
	width: 100%;
	height: 54px;
	margin-top: 0px;
	background: url(../i/topbar.png) repeat-x;
	border-bottom: 1px solid #fff;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	border: 0px;
	background: #000;
	width: 190px;
	voice-family:inherit;
	width: 170px;
}
	
#middle {
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	background: #000 url(../i/new_window_background.png) repeat-x;
	voice-family:inherit;
	margin-top: -20px;
}

#right {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	border: 0px;
	background: #000;
	width: 190px;
	voice-family:inherit;
	width: 170px;
}

.content {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	min-height: 50px;
	height: auto;
	width: 65%;
	color: #fff;
}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}
	
.input {
	border: thin solid #fff;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}

.submit {
	border: thin solid #fff;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	width: 50px;
	height: 30px;
}


