
a { 
	color: #dc0026;
	text-decoration:none;
}

a:hover { 
	color: #dc0026;
	text-decoration:underline
}


body
{
	font-family: arial;
	font-size: 14px;
}

form
{
	text-align: left;
}

h1
{
	margin: 0px 10px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}

h2
{
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #dc0026;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 3px solid #999999;
}

input.text
{
	width: 240px;
	border: 1px solid #000000;
}

li
{
	text-align: left;
}

p
{
	text-align: left;	
}

p.grey
{
	font-weight: bold;
	color: #999999;
}

p.quote
{
	color: #dc0026;
}

q
{
	color: #000000;
	font-style: italic;
}

textarea
{
	border: 1px solid #000000;
}

.copyright
{
	font-size: 10px;
}

.footer, .footer a:link, .footer a:visited, .footer a:active
{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.navi, .navi a:link, .navi a:visited, .navi a:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
}

.navi a:hover
{
	text-decoration: underline;
}

.red { 
	color:#ff0000;
}
