/* center css */

#content {
	position : absolute;
	left : 50%;
	top : 0%;
	width: 100%;
	margin-left : -517px;
	text-align: center;
	visibility: visible;
	
	}
/* text css */
p
{
display: block;
margin: .5em 0;
text-align: left;
letter-spacing: 0.15em;
line-height: 18px;
}
.headlines {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
}
.sublines {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #999999;
}
.redlines {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #990000;
}

/* form css */

label
{
color: #999999;
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

input
{
font-size: 10pt;
width: 200px;
color: #000000;
background: #ffffff;
border: 1px solid #586882;
font-family:Arial, Helvetica, sans-serif;
}

.submit input
{
width: 75px;
color: #999999;
background: #4e0000;
border: 1px outset #999999;
text-align: center;
margin-left: 108px;
margin-top: 15px;
float: left;
}

.box 
{
font-size: 10pt;
width: 400px;
height: 200px;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;
border: 1px solid #586882;
font-family:Arial, Helvetica, sans-serif;
}
