BODY 
{
	MARGIN: 0px
}
.footer
{
	font-size: 10px;
	color: #004b89;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.spacer
{
	width: 99%;
	color: #004b89;
	height: 1px;
}
.WhiteText
{
	font-size: 13px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	vertical-align:middle;
}
.Link
{
	font-size: 13px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	
}
.Link:hover
{
	font-size: 13px;
	color: #ffd700;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.LinkSelected
{
	font-size: 13px;
	color: #ffd700;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.LinkSelected:hover
{
	font-size: 13px;
	color: #ffd700;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.NewLink
{
	font-size: 12px;
	color: #004b89;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.NewLink:hover
{
	font-size: 12px;
	color: #004b89;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
.NewLink1
{
	font-size: 10px;
	color: #004b89;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
.NewLink1:hover
{
	font-size: 10px;
	color: #004b89;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
.Link2
{
	font-size: 13px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	
}
.Link2:hover
{
	font-size: 13px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
p
{
	font-size: 13px;
	/*color: #004b89;*/
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	
}
.headersmall
{
	font-size: 14px;
	color: #004b89;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}
.header
{
	font-size: 18px;
	color: #004b89;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;	
}
.normaltext
{
	font-size: 12px;
	/*color: #004b89;*/
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}
.SuccessMessage {
	font-family: Arial;
	font-size: 14px;
	color: green;
}
.ErrorMessage
{
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
}
.New
{
	font-family: Arial;
	text-decoration: none;
		color: #004b89;
		font-size: 13px;
}
.New:hover
{
	font-family: Arial;
	text-decoration: underline;
		color: #004b89;
		font-size: 13px;
}