/* CSS Document */


/* STANDARD CLASSES */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
 
p, ul, ol {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #445248;
	text-align: justify;
}

hr {
	width: 100%;
}

/* CUSTOM CLASSES */
.footer {
	color: #19144E;
}

.promo {
	text-align: left;
	color:#FFFFFF;
}

.title {
	font-size: 14px;
	font-weight: bolder;
	color:#19144E;
}

.date {
	text-align:right;
	font-weight: bolder;
	color:#19144E;
}

.alternate {
	font-size: 11px;
	color: #65627F;
}


/* STANDARD IDS */







/* LINKS */
a {
	color: #19144E;
	font-size: 12px;
	text-decoration:underline;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

.footerLink {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
}

.footerLink:hover {
	text-decoration: none;
}

.promoLink {
	color: #ffffff;
	text-decoration: underline;
}

.promoLink:hover {
	color:#999999;
	text-decoration: none;
}

.contact li {	list-style-type: none; }

form li
{ 
	list-style-type: none; 
	margin-bottom: 4px;
	width: 100%;
}

label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

.submit input
{
	margin-left: 8em;
}

