﻿
.RestBtn
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: Navy;
	color: Aqua;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 22px;
}

.RestBtn:hover
{	
	border-style: solid;
	border-color: Red;
	border-width: 2px;
	background-color: white;
	color: Yellow;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 22px;
}

.link
{
	font-size: 12px;
	color: Navy;
	text-align: left;
	vertical-align: middle;
	line-height: 18px;
}

.navigation a:link
{
	color: Green;
	text-decoration: none;
	text-align: left;
}

.navigation a:visited
{
	color: Gray;
	text-decoration: none;
}

.navigation a:hover
{
	font-size: 24;
	font-weight: bold;
	color: Maroon;
}

.navigation a:active
{
	text-decoration: none;
}

.transport
{
}

div#content p
{
	margin: 0;
	padding-bottom: 10px;
}

/* column headers */
.emergencyHeader
{
	font-size: 24px;
	color: White;
	text-align: left;
	vertical-align: bottom;
	line-height: 28px;
	margin-left: 20px;
	background-color: Red;
	padding-left: 20px;
	padding-right: 20px;
}
.FlorenceThurstonHeader
{
	font-size: 20px;
	font-style: inherit;
	font-weight: bold;
	color: #000099;
	text-align: left;
	vertical-align: bottom;
	line-height: 17px;
	margin-left: 20px;
}
.body
{
	font-family: Arial;
	font-size: 16px;
	color: Black;
	text-align: left;
	vertical-align: bottom;
	line-height: 23px;
	margin: 0;
}
.testimonial
{
	font-family: Arial;
	font-size: 16px;
	color: Black;
	text-align: left;
	vertical-align: bottom;
	line-height: 23px;
}
.foot
{
	font-family: Arial;
	font-size: 10px;
	color: Green;
	text-align: center;
	vertical-align: bottom;
	line-height: 14px;
}

h1
{
	font-size: 28px;
	color: #000099;
	line-height: 19px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	color: #000099;
	line-height: 19px;
	font-weight: bold;
}

h3
{
	font-size: 20px;
	color: #000099;
	font-weight: bold;
	margin-left: 25px;
	height: 1px;
}

h4
{
	font-size: 12px;
	color: #000099;
	line-height: 13px;
	font-weight: bold;
}

h5
{
	font-size: 10px;
	line-height: 11px;
	color: #000099;
	font-weight: bold;
}

h6
{
	font-family: Arial;
	font-size: 16px;
	color: Black;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 23px;
	padding-left: 20px;
}

.headingDefinitionList
{
	font-family: Arial;
	font-size: 13px;
	color: Black;
	font-weight: bold;
	line-height: 19px;
	margin-left: 25px;
}

.definitionList
{
	font-family: Arial;
	font-size: 14px;
	color: Black;
	text-align: left;
	vertical-align: bottom;
	line-height: 18px;
	margin-left: 25px;
	margin-right: 50px;
}

.definitionQuote
{
	font-family: Arial;
	font-size: 9px;
	color: Green;
	text-align: left;
	vertical-align: bottom;
	line-height: 11px;
	margin-left: 5px;
	margin-right: 10px;
}

.support
{
	font-family: Arial;
	font-size: 12px;
	color: Green;
	text-align: center;
	vertical-align: bottom;
	line-height: 14px;
}

.supportEmail a:link
{
	color: Blue;
	text-decoration: none;
	text-align: left;
}

.supportEmail a:visited
{
	color: Gray;
	text-decoration: none;
	text-align: left;
}

.supportEmail a:link:hover
{
	color: Maroon;
	text-decoration: none;
	text-align: left;
}

.supportEmail a:active
{
	color: Blue;
	text-decoration: none;
	text-align: left;
}

.loginBox
{
	font-family: Arial;
	font-size: 14px;
	color: Black;
	text-align: left;
	vertical-align: bottom;
	line-height: 20px;
	margin-left: 200px;
}

.container
{
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	width: 780px;
}

.requiredField
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	text-align: left;
	vertical-align: bottom;
}

.registrationText
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-align: left;
	vertical-align: bottom;
}

.requiredStar
{
	font-family: Arial;
	font-size: 20px;
	color: Red;
	text-align: left;
	vertical-align: bottom;
}

.suspension
{
	font-size: 14px;
	color: Red;
	text-align: left;
	vertical-align: bottom;
	line-height: 18px;
}

.form
{
	font-family: Arial;
	font-size: 11px;
	color: Black;
	text-align: left;
	vertical-align: bottom;
}

.align-left
{
	float: left;
	margin: 0 15px 15px 0;
	vertical-align: top;
}

.align-right
{
	float: right;
	margin: 0 0 15px 15px;
	vertical-align: top;
}

.align-top
{
	vertical-align: top;
	margin: 0 15px 15px 0;
}

.align-middle
{
	vertical-align: middle;
	margin: 0 15px 15px 0;
}

.align-bottom
{
	vertical-align: bottom;
	margin: 0 15px 15px 0;
}
