/* CSS Document */

td img { display: block; }

a img { border: none; }

body { margin:30px 0px; padding:0px;
	   text-align:center;
	   background-color: #ffffff; 
	   background-image: url('images/bckgrnd.gif') }


.Content {
	width:830px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:0px;
	}


.mainNavigation {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.mainNavigation a:link {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.mainNavigation a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.mainNavigation a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0079c2;
	text-decoration: underline;
}


.quote {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
}
.quote a:link {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.quote a:visited {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.quote a:hover {
	font-size: 13px;
	color: #333333;
	text-decoration: underline;
}


.footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}
.footer a:link {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.footer a:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}


h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: condensed;
	color: #0079C2;
	margin: 0;
	padding:0;
	height: 25px;
	width: 200px;
}


p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0;
}
p a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding: 0;
}
p a:visited {
	font-size: 12px;
	color: #002744;
	text-decoration: none;
	padding: 0;
}
p a:hover {
	font-size: 12px;
	color: #0079c2;
	text-decoration: underline;
	padding: 0;
}


.formtext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
.formtext a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.formtext a:visited {
	font-size: 12px;
	color: #002744;
	text-decoration: none;
}
.formtext a:hover {
	font-size: 12px;
	color: #0079c2;
	text-decoration: underline;
}


ul
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 14pt;
	list-style-type: none;
	padding: 0 15px 0 0;
	margin: 0px;
}

li
{
	background-image: url(images/list.png);
	background-repeat: no-repeat;
	background-position: 0px 4px; 
	padding-left: 20px;
}