.MainText{
	color : #003366;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
}
.MainText A {color: #663333; font-weight : normal; TEXT-DECORATION: none;}
.MainText A:LINK {color: #663333;}
.MainText A:VISITED {color: #663333;}
.MainText A:HOVER {color: #663333; TEXT-DECORATION: underline;}

.MainTextBold{
	color : #003366;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	line-height: 15px;
}
.MainTextBold A {color: #003366; font-weight : bold; TEXT-DECORATION: none;}
.MainTextBold A:LINK {color: #003366;}
.MainTextBold A:VISITED {color: #003366;}
.MainTextBold A:HOVER {color: #003366; TEXT-DECORATION: underline;}

.DropNavText{
	color : #003366;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
}
.DropNavText A {color: #663333; font-weight : normal; TEXT-DECORATION: none;}
.DropNavText A:LINK {color: #663333;}
.DropNavText A:VISITED {color: #663333;}
.DropNavText A:HOVER {color: #003366; TEXT-DECORATION: none;}

.HeaderText{
	color : #660000;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	line-height: 15px;
}
.HeaderText A {color: #660000; font-weight : normal; TEXT-DECORATION: none;}
.HeaderText A:LINK {color: #660000;}
.HeaderText A:VISITED {color: #660000;}
.HeaderText A:HOVER {color: #660000; TEXT-DECORATION: underline;}

.SecondaryNavText{
	color : #003366;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	line-height: 15px;
}
.SecondaryNavText A {color: #003366; font-weight : bold; TEXT-DECORATION: none;}
.SecondaryNavText A:LINK {color: #003366;}
.SecondaryNavText A:VISITED {color: #003366;}
.SecondaryNavText A:HOVER {color: #003366; TEXT-DECORATION: underline;}

.FooterText{
	color : #003366;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	line-height: 15px;
}
.FooterText A {color: #003366; font-weight : normal; TEXT-DECORATION: none;}
.FooterText A:LINK {color: #003366;}
.FooterText A:VISITED {color: #003366;}
.FooterText A:HOVER {color: #003366; TEXT-DECORATION: underline;}

.BreadCrumbText{
	color : #003366;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	line-height: 15px;
}
.BreadCrumbText A {color: #003366; font-weight : normal; TEXT-DECORATION: none;}
.BreadCrumbText A:LINK {color: #003366;}
.BreadCrumbText A:VISITED {color: #003366;}
.BreadCrumbText A:HOVER {color: #003366; TEXT-DECORATION: underline;}

.FormTD{
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #003366;
	font-weight : normal;
	text-align: right;
	background-color : #F0F0C7;
	padding-right: 5px;
}
.FormTD A {color: #666666; TEXT-DECORATION: underline;}
.FormTD A:LINK {color: #666666;}
.FormTD A:VISITED {color: #666666;}
.FormTD A:HOVER {color: #FF9900;}

.ErrText{
	color : red;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	line-height: 15px;
}

input{
	font-size : 11px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}

select{
	font-size : 11px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}

textarea{
	font-size : 11px;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}

.PageBg{
	background-image : url(/Images/CommonImages/background.gif);
}

.GeneralBg{
	background-color : #FAFAE6
}

.NavBg{
	background-color : #DDDDB5
}

.LineBg{
	background-color : #003366
}

.WhiteBg{
	background-color : #FFFFFF
}

.SecondaryNavBg{
	background-color : #F1F1D0
}

