﻿.Left { float: left; }
.Right { float: right; }
.Center { margin: 0 auto; }

.DisplayInline { display: inline; }
.DisplayBlock { display: block; }
.DisplayNone { display: none; }

.FivePercent { width: 5%; }
.TenPercent { width: 10%; }
.FifteenPercent { width: 15%; }
.TwentyPercent { width: 20%; }
.TwentyFivePercent { width: 25%; }
.ThirtyPercent { width: 30%; }
.ThirtyFivePercent { width: 35%; }
.FortyPercent { width: 40%; }
.FortyFivePercent { width: 45%; }
.FiftyPercent { width: 50%; }
.FiftyFivePercent { width: 55%; }
.SixtyPercent { width: 60%; }
.SixtyFivePercent { width: 65%; }
.SeventyPercent { width: 70%; }
.SeventyFivePercent { width: 75%; }
.SeventySixPercent { width: 76%; }
.SeventySevenPercent { width: 77%; }
.SeventyEightPercent { width: 78%; }
.EightyPercent { width: 80%; }
.EightyFivePercent { width: 85%; }
.NinetyPercent { width: 90%; }
.NinetyFivePercent { width: 95%; }
.OneHundredPercent { width: 100%; }

.TextRight { text-align: right; }
.TextLeft { text-align: left; }
.TextCenter { text-align: center; }
.TextJustify { text-align: justify; }

.Top { top: 0; }
.Bottom { bottom: 0; }

.TextBold { font-weight: bold; }

.TopPaddingFivePixel { padding-top: 5px; }
.TopPaddingTenPixel { padding-top: 10px; }
.TopPaddingFifteenPixel { padding-top: 15px; }
.TopPaddingTwentyPixel { padding-top: 20px; }

.TopMarginFivePixel { margin-top: 5px; }
.TopMarginTenPixel { margin-top: 10px; }
.TopMarginFifteenPixel { margin-top: 15px; }
.TopMarginTwentyPixel { margin-top: 20px; }

.BottomPaddingFivePixel { padding-bottom: 5px; }
.BottomPaddingTenPixel { padding-bottom: 10px; }
.BottomPaddingFifteenPixel { padding-bottom: 15px; }
.BottomPaddingTwentyPixel { padding-bottom: 20px; }

.BottomMarginTwoPixel { margin-bottom: 2px; }
.BottomMarginThreePixel { margin-bottom: 3px; }
.BottomMarginFivePixel { margin-bottom: 5px; }
.BottomMarginTenPixel { margin-bottom: 10px; }
.BottomMarginFifteenPixel { margin-bottom: 15px; }
.BottomMarginTwentyPixel { margin-bottom: 20px; }

.LeftPaddingFivePixel { padding-left: 5px; }
.LeftPaddingTenPixel { padding-left: 10px; }
.LeftPaddingFifteenPixel { padding-left: 15px; }
.LeftPaddingTwentyPixel { padding-left: 20px; }

.LeftMarginFivePixel { margin-left: 5px; }
.LeftMarginTenPixel { margin-left: 10px; }
.LeftMarginFifteenPixel { margin-left: 15px; }
.LeftMarginTwentyPixel { margin-left: 20px; }

.RightPaddingFivePixel { padding-right: 5px; }
.RightPaddingTenPixel { padding-right: 10px; }
.RightPaddingFifteenPixel { padding-right: 15px; }
.RightPaddingTwentyPixel { padding-right: 20px; }

.RightMarginFivePixel { margin-right: 5px; }
.RightMarginTenPixel { margin-right: 10px; }
.RightMarginFifteenPixel { margin-right: 15px; }
.RightMarginTwentyPixel { margin-right: 20px; }

.RedText { color: Red; }

.Hidden { visibility: hidden; }

.ClearLeft { clear: left; }
.ClearRight { clear: right; }
.ClearBoth { clear: both; }

.BorderTop { border-top-width: 1px; border-color: Black; border-style: solid; }
.BorderBottom { border-bottom-width: 1px; border-color: Black; border-style: solid; }
.BorderLeft { border-left-width: 1px; border-color: Black; border-style: solid; }
.BorderRight { border-right-width: 1px; border-color: Black; border-style: solid; }

.NoBorderTop { border-top-width: 0; border-color: Black; }
.NoBorderBottom { border-bottom-width: 0; border-color: Black; }
.NoBorderLeft { border-left-width: 0; border-color: Black; }
.NoBorderRight { border-right-width: 0; border-color: Black; }

.BorderBlack { border: Solid 1px Black; }

.WebPage { float: left; width: 100%; }
.WebPage hr { color: #7D9EFF; height: 1px; background-color: #7D9EFF; }

.WebPage .Title {}
.WebPage .Title h1 { font-size: 16pt; font-weight: bold; margin: 0; }
.WebPage .Title h2 { font-size: 15pt; font-weight: bold; margin: 0; }

.WebPage .AdCopy
{
	text-align: justify;
	font-family: "Trebuchet MS",Verdana,"Lucida Grande","Lucida Sans Unicode",Tahoma,Arial,sans-serif;
	color: Black;
	font-size: 13.5px;
	line-height: 130%;
}

.WebPage .AdCopy h1 { font-size: 13pt; font-weight: bold; text-align:left; }
.WebPage .AdCopy h2 { font-size: 11pt; font-weight: bold; text-align:left; }
.WebPage .AdCopy h3 { font-size: 9pt; font-weight: bold; text-align:left; }

.WebPage .AlertMessage  
{
	text-align: center; 
	font-weight: bold; 
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: Solid 1px Black;
	border-bottom: Solid 1px Black;
	background-color: #FFFFCC;
}

.WebPage .NormalMessage  
{
	font-weight: bold; 
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: Solid 1px Black;
	border-bottom: Solid 1px Black;
	background-color: #FFFFCC;
}

.WebPage .Table {}

.WebPage .Table .Header
{
	border: Solid 1px Black; 
	background-color: #7D9EFF; 
	text-align: center;
	font-weight: bold;
	color: White;
}

.WebPage .Table .Header .Row
{
	height: 30px;
}

.WebPage .Table .Header .Row .Column
{
	border-top: Solid 1px Black;
	border-bottom: Solid 1px Black;
	padding: 5px 5px 5px 5px;
}

.WebPage .Table .Body {}
.WebPage .Table .Body .Row { height: 30px; border-bottom: Solid 1px Black; }

.WebPage .Table .Footer {}
.WebPage .Table .Footer .Row { height: 30px; }
.WebPage .Table .Footer .Row .Column  
{
	color: Black;
	border-top: Solid 1px Black; 
	border-bottom: Solid 1px Black; 
	padding: 5px 0 5px 0; 
	font-weight: bold;
	text-align: center;
	background-color: #FFFFCC;
}