BODY
{
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #303030;
}

p
{
	font-family: Arial;
	font-size: 12px;
	color: #303030;
}

A
{
	color: #336699;
	text-decoration: underline;
}

a:hover
{
	color: #303030;
	text-decoration: underline;
}

.header
{
	border-collapse: collapse;
	width: 100%;
	height: 300px;
}

.header-right
{
	width: 335px;
	height: 270px;
	background-color: #336699;
}

.header-text
{
	padding: 60px 30px 0 30px;
	font-family: Times New Roman;
	font-size: 28px;
	color: #ffffff;
}

.footer
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #999999;
}

.footer a, .footer a:active, .footer a:hover
{
	color: #303030;
	text-decoration: underline;
}

.textBox
{
    color:#ffffff;
    font-size:12px;
    font-family:Arial;
    padding:5px 5px;
    background-color:#6699cc;
    border:1px solid #cccccc;
    margin:15px 0px;
    height:25px;
    width: 150px;
}

.textBox1
{
    color:#ffffff;
    font-size:12px;
    font-family:Arial;
    padding:5px 5px;
    background-color:#6699cc;
    border:1px solid #cccccc;
    margin:15px 0px;
    height:50px;
    width: 320px;
}

.errorText
{
    font-size:10px;
    font-family:Arial;
    color:#6699cc;
}

.errorText1
{
    font-size:12px;
    font-family:Arial;
    color:#000000;
}

.introTextContact
{
    font-size:12px;
    color:#000000;
    font-family:Arial;
}