﻿body, td, div, input, select, textarea
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;	
}

img, div, td
{
	behavior: url(Styles/iepngfix.htc);
}

img
{
	border: 0px;
}

.redHeader
{
	font-size: 14px;
	color: #ef492f;
	font-weight: bold;
}

.blueHeader
{
	font-size: 12px;
	color: #00345b;
	font-weight: bold;
}

.content
{
	font-size: 12px;
	line-height: 15px;
}

.content a
{
	color: #00345b;
	text-decoration: none;
}

.content a:hover
{
	text-decoration: underline;	
	color: #ef492f;
}

.copyright
{
	font-size: 11px;
	color: #858585;
}

.copyright a
{
	font-size: 11px;
	color: #858585;
	text-decoration: none;
	padding-left: 40px;
}

.footer, .footerPage
{
	height: 25px;	
}

.footerPage a
{
	font-size: 12px;
	color: #858585;
	text-decoration: none;
	padding-left: 40px;
}

.footer a
{
	font-size: 12px;
	color: #858585;
	text-decoration: none;
	padding-left: 15px;
}

.footer a:hover, .footerPage a:hover, .copyright a:hover
{
	text-decoration: underline;
}

/*** Master Page ***/
.background
{
	background-image: url('../Images/background.jpg');
	background-repeat: no-repeat;
	width: 960px;
	height: 600px;
	position: relative;
}

.logo
{
	position: absolute;
	top: 490px;
	left: 0px;
}

/*** End Master Page ***/


