﻿td.important
{
	color: Red;
}
td.errorMsg
{
	color: Red;
}
td.tissue
{
	width: 400px;
	color: Black;
	text-align: left;
}
.input
{
	width: 150px;
}
.label
{
	width: 100px;
}
div.headLine
{
	border-style: solid;
	border-width: thin;
	border-color: Gray;
	font-size: small;
	font-style: italic;
}
body.main
{
	width: 1024px;
	margin: 0 auto;
}
td
{
	padding: 0px 0px 0px 0px;
}
td.logo
{
	padding: 0px 0px 0px 0px;
	background-color: Black;
	width: 240px;
	height: 80px;
	background-image: url( '../images/logo.gif' );
	background-repeat: no-repeat;
}
td.banner
{
	padding: 0px 0px 0px 0px;
	background-color: Blue;
	width: 784px;
	height: 80px;
	background-image: url( '../images/banner.jpg' );
}

hr.one
{
	height: 10px;
	background-color: #9e0c0f;
	border-bottom-style: solid;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
}
hr.two
{
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	border-style: solid;
	background-color: Black;
	border-color: Black;
}
hr.three
{
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	border-style: solid;
}
div.footer
{
	background-color: #b4b4b4;
	text-align: center;
	font-size: small;
	border-top-style: solid;
	border-top-color: Black;
}
.fullWidth
{
	width: 1024px;
}
div.title
{
	background-color: #9e0c0f;
	color: White;
	margin:10px auto 10px auto;
}
div.secondTitle
{
	background-color: Gray;
	color: White;
	margin:5px auto 5px auto;
}

