﻿div, span, body, table, td{
    border-collapse: collapse; 
    margin: 0px; 
    padding: 0px; 
}   

body{
    background-color: #000000;
    text-align: center;
}

a
{
	border: 0px;
}

.contentHeader1{
	color: #ff6600;
    font-family: trebuchet ms, arial, verdana; 
    font-size: 13px;
    font-weight: bold;
}

.contentBody1{
    font-family: trebuchet ms, arial, verdana; 
    font-size: 13px;
    padding: 10px;
}

.contentBody2{
    font-family: trebuchet ms, arial, verdana; 
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}   

.inputHeader
{
	padding: 3px;
	text-align: right;
	vertical-align: top;
	white-space:nowrap;
} 

.inputValue
{
	text-align: left;
}

.inputField
{
	width: 250px;
}

.inputArea
{
	height: 150px;
	width: 250px;
}
