﻿body
{
	background: url('CROPPED_TEMPLATE/BG Image.png') repeat-x;
	margin: 0px;
}

.LargeBlueHeading
{
	font-size: 14pt;
	color: #3cc7fe;
	font-family: 'Microsoft Sans Serif';
}
.MediumBlackHeading
{
	font-size: 12pt;
	color: #1a1a1a;
	font-family: 'Microsoft Sans Serif';
	font-weight: bold;
}
.ContentText
{
	font-size: 10pt;
	color: #4c4c4c;
	font-family: 'Microsoft Sans Serif';
	text-align: justify;
	text-decoration: none;
}
.ContentTextBold
{
	font-size: 10pt;
	color: #4c4c4c;
	font-family: 'Microsoft Sans Serif';
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
}
.ContentTextBoldUnderline
{
	font-size: 10pt;
	color: #4c4c4c;
	font-family: 'Microsoft Sans Serif';
	text-align: justify;
	font-weight: bold;
	text-decoration: underline;
}
.SubMenuHeading
{
	font-weight: bold;
	font-size: 8pt;
	color: #808080;
	font-family: 'Microsoft Sans Serif';
	text-decoration: none;
}
.SubMenuLinks
{
	font-size: 8pt;
	color: #3cc7fe;
	font-family: 'Microsoft Sans Serif';
	text-decoration: none;
	font-weight: bold;
}

.SmallContentText
{
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	color: #4c4c4c;
	text-decoration: none;
}

.SmallBlueHeading
{
	font-weight: bold;
	font-size: 8pt;
	color: #3cc7fe;
	font-family: 'Microsoft Sans Serif';
	text-decoration: none;
}
.HorizontalLine
{
	color: #1a1a1a;
	text-decoration: none;
}
.TableAlternatingRows
{
	font-size: 10pt;
	color: #4c4c4c;
	font-family: 'Microsoft Sans Serif';
	text-align: justify;
	background-color: #ececec;
}
.LoginTextBox
{
	font-family: 'Microsoft Sans Serif';
	color: #4c4c4c;
	background-color: #ececec;
	font-size: 8pt;
}
.Button
{
	font-weight: bold;
	font-size: 8pt;
	color: #3cc7fe;
	font-family: 'Microsoft Sans Serif';
	text-decoration: none;
	width:100%;
	background-color: White;
	border-style:solid;
	border-width:1px;
	border-color:gainsboro;
 	
 
}
.TextBox
{
	
	font-size: 8pt;
	color: #4c4c4c;
	font-family: 'Microsoft Sans Serif';
	text-decoration: none;
	width:100%;
	background-color: White;
	border-style:solid;
	border-width:1px;
	border-color:gainsboro;
}
.HeaderLeft
{

	background: url('CROPPED_TEMPLATE/Header/HEADER BG Image White.png')  repeat-x;
	width:672px;
	
}
.HeaderMiddle
{

	background: url('CROPPED_TEMPLATE/Header/HEADER Center Joint.png')  no-repeat;
	width:4px;
	
}
.HeaderRight
{
		background: url('CROPPED_TEMPLATE/Header/HEADER BG Image Grey.png')  repeat-x;
		width:181px;
}
.SubMenuMiddle
{
	background: url('CROPPED_TEMPLATE/Sub Menu/SUB MENU BG Image.png')  repeat-x;		
	
}

