﻿body {
	margin: 35px 0 35px 0;
	background-color: #162b44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

img {
	border: none;
}

	/* The different styles for all links are here */
	a:link, a:active, a:visited {
		color: #AE2328;
	}
	
	#footer a:link, #footer a:visited, #footer a:active {
		color: #0E324F;
		text-decoration: none;
	}
	
	#right_col a:link, #right_col a:visited, #right_col a:active {
		color: #ffffff;
		text-decoration: underline;
	}
	#right_col .hrs {
	border-top: 1px solid #FFFFFF;
	}

	/* Paragraph Tags */
	p {
		margin: 0;
		padding-bottom: 10px;
		color: #000000;
	}

	#right_col p {
		margin: 0;
		padding-bottom: 8px;
		color: #ffffff;
	}

h1 {
	color: #0E324F;
	font-size: 14.5pt;
	font-weight: normal;
	margin: 0;
	padding: 7px 0;
}

h2 {
	color: #6A88A2;
	font-size: 12pt;
	margin: 0;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 7px 0;
}
h3.homepage {
	font-size:11pt;
	font-weight:bold;
	padding-bottom:2px;
}
h4{
	font-size: 10pt;
	color: #6A88A2;
	font-weight: bold;
	margin: 0;
	padding-bottom:10px;
}
h4.faq{
	font-size: 10pt;
	color: #6A88A2;
	font-weight: bold;
	margin: 0;
	padding-bottom:2px;
	text-decoration:underline
}
ul {
	list-style: square;
	margin-top: 0;
	margin-bottom: 10px;
}

li {
	padding-bottom: 5px;
}

.hr {
	border-bottom: 1px dashed #96aebb;
}

#tracks {
	width: 350px;
	border: 2px solid #96aebb;
	background-color: #F4E8C3; 
	padding: 5px 5px 0 8px;
	
}

.validation
{
	font-size: 9pt;
	text-align:left;
	}
	
.padding 
{	padding-left: 8px;
	font-style: italic;
	}
	
.resultstable 
{
	padding: 0;
	}
	
.whitetext 
{
	color: #AE2328;
	font-weight: bold;
	font-size: 8.5pt;
	padding-left: 5px;
	}
	
.cell 
{
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
	padding-left: 2px;
	padding-bottom: 2px;
	}
	
.cell2 
{
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
	padding-left: 2px;
	padding-bottom: 2px;
	}
	
	
.red 
{	font-weight: bold;
	color: #ff0000;
	}
	
.orange

{	color: #E88b00;
	padding-left: 5px;
	}
	
.blue

{	color: #0099FF;
	padding-left: 5px;
	}
	
.item {
	border-top: 1px solid #00aedb;
	background-color: #e0eff7;
	font-weight: bold;
	color: #134579;
	padding: 5px 5px 5px 20px;
}

.subtitle 
{	font-family: Arial, Helvetica, Sans-Serif;
	color: #636b70;
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 10px;
	padding-top: 10px;
	}
	
	
.mailmessage 
{	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #f3f3f6;
	
	}
	
	
.box 
{	padding: 5px;
	border: solid 1px #cccccc;
	background-color: #f3f3f6;
	}
	
.hrs {
	border-top: 1px solid #FFFFFF;
	}


