﻿body
{
	font-size: 12px;
	font-family: Verdana;
	background-color: #ffffff;
	margin: 0;
}


A:link
{
	text-decoration: none;
	color: #21636a;
}
A:visited
{
	text-decoration: none;
}
A:active
{
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
	color: #7cc7cf;
}

.LargerText
{
	font-size: 14px;
	font-family: Verdana;
}

.LargeText
{
	font-size: 12px;
	font-family: Verdana;
}

.justify
{
	text-align: justify;
}

.menubg
{
	background-color: #7cc7cf;
}

.menuItemHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #21636a;
}

.menuItemChild
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7cc7cf;
	list-style-type: none;
}

.square
{
	list-style: square;
}

select
{
	font-size: 10px;
	font-family: Verdana;
}

.Box
{
	font-size: 10px;
	font-family: Verdana;
	border: 1px #000000 solid;
}

.SmallBox
{
	font-size: 9px;
	font-family: Verdana;
}

.MainHeader
{
	font-weight: bold;
	font-size: medium;
	color: Navy;
}

.RedText
{
	color: Red;
}

.ContentHeaderText
{
	font-size: large;
	color: Navy;
}

.ContentHeaderLine
{
	height: 2px;
}

.ContentSubHeaderText
{
	font-size: medium;
	color: #6B9ED6;
}

.MainContentHolder
{
	padding: 5px;
}

.ButtonDefault
{
	border: 1px solid navy;
	background-color: silver;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	cursor: hand;
}

.ListHeader
{
	background-color: #6B9ED6;
	padding: 2px;
	font-weight: bold;
	color: White;
}


.List
{
	background-color: #DEEBFF;
}

.Error
{
	font-size: 10px;
	font-family: Verdana;
	color: red;
}

.DottedLine
{
	border: dotted #21636a;
}

.FormHeaderText
{
	font-size: 20px;
	font-family: Times New Roman;
	font-weight: bold;
	text-decoration: underline;
}

.FormBodyText
{
	font-size: 12px;
	font-family: Times New Roman;
}

.FormBodyTextHeader
{
	font-size: 12px;
	font-family: Times New Roman;
	font-weight: bold;
}
.FormBodyDescText
{
	font-size: 10px;
	font-family: Times New Roman;
}

.menutitle
{
	margin-top: 0.5em;
	margin-bottom: 5px;
	background-color: #21636a;
	color: #FFFFFF;
	width: 220px;
	padding: 2px;
	text-align: left;
	font-weight: bold;
	border: 1px 1px 1px 1px solid #000000;
}

.submenu
{
	margin-bottom: 0.5em;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
}



