@charset "utf-8";
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/pro_dropline7.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
	
a:link {
	text-decoration: none;
}

a:hover {
	color: #400000;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:14px;
}

.baseDiv {
	text-align: center;
	display: table;
	width: 700px;
	margin: 0 auto;
}

.baseDivEnder {
	#position: relative;
	#top: -50%;
}

.headerDiv {
	display: table-cell;
	vertical-align: middle;
}

.menuDiv {
}

.contentDiv {
	float: left;
	width: 180px;
	line-height: 22px;
	margin: auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
}

.inputDiv {
	width: 500px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
