﻿a
{
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


a:link
{
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


a:visited
{
	color: #fff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px dashed #7F2C2B;
}


h1
{
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0;
	text-transform: uppercase;
	word-spacing: 7px;
	letter-spacing: 3px;
	color: #7F2C2B;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	color: #007CC2;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0;
	color: #007CC2;
}

h4, a.heading-link
{
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0;
	color: #007CC2;
}

h1 a, h2 a, h3 a, h4 a
{
	font-weight: bold;
	color: #007CC2;
}

h1 a:active, h2 a:active, h3 a:active, h4 a:active
{
	font-weight: bold;
	color: #007CC2;
}

h1 a:hover , h2 a:hover, h3 a:hover, h4 a:hover, p a:hover 
{
	font-weight: bold;
	color: #007CC2;
}


h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited
{
	font-weight: bold;
	color: #007CC2;
}


p
{
	font-size: 1.0em;
	padding: 5px 0 5px 0;
	line-height: 1.5em;
	text-align: justify;
}

.data-title
{
	color:#007CC2;
	text-align:right;
	padding-right:5px;
	text-transform:uppercase;
}

.thin-line
{
	clear: both; 
	border-bottom: 1px dashed #981C03;
	margin-top:5px; 
	padding-bottom: 2px;
}

.view-list-item
{
	padding:10px;
	background-color:White;
}

.view-list-alt-item
{
	padding:10px;
	background-color:White;
}

.required
{
	color:Red;
}

.data
{
	vertical-align:top;
}
