/* TEMP DELETE SOON */
/* Main Headline on Page */
.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2A6DA0;
	text-decoration: none;
}

/* Sub Headline on Page */
.PageHeaderSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A6DA0;
	text-decoration: none;
}

/* Body Text CSS */
.BodyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 17px;
}

.TitleTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #eeeeee;
}

/* Body Text Multi Link Scenario CSS */
.MultiLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A6DA0;
	text-decoration: none;
	line-height: 17px;
	cursor: auto;
}
/* DELETE TO HERE */

/* HTML CSS */
hr { 
	color:#CCCCCC;
	height: 1px;
}

/* Top Navigation CSS */
.topNav, .topNav A:link, .topNav A:hover, .topNav A:active, .topNav A:visited, .topNav A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Right Hand Side Navigation CSS */
.sideNav, .sideNav A:link, .sideNav A:hover, .sideNav A:active, .sideNav A:visited, .sideNav A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #165A2D;
	text-decoration: none;
}

/* Right Hand Side Sub Navigation CSS */
.sideSubNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #165A2D;
	text-decoration: none;
	line-height: 17px;
}
.sideSubNav A:link, .sideSubNav A:active, .sideSubNav A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal;
}
.sideSubNav A:hover, .sideSubNav A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D29800;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal;
}

/* Sub Headline on Page */
.PageHeaderSmall A:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}

/* Highlighted Title */
.highlightedTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2B6EA1;
	padding: 2px 2px 2px 4px;
	height: 19;
	width: 300;
	border: none;
}
.highlightedTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699CC;
	padding: 2px 2px 2px 4px;
	height: 15;
	width: 265px;
	border: none;
}

/* Footer Text Navigation CSS */
.FooterTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	line-height: 14px;
	
}
.FooterTxt12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	line-height: 14px;
	cursor: auto;
}
.ErrorTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Red;
	line-height: 14px;
	display:list-item;
}
.FooterTxt A:link, .FooterTxt A:active, .FooterTxt A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
.FooterTxt A:hover, .FooterTxt A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

/* Bread Crumbs Navigation CSS */
.BreadCrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #2A6DA0;
}
.BreadCrumbs A:link, .BreadCrumbs A:active, .BreadCrumbs A:visited, .BreadCrumbs A:hover, .BreadCrumbs A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #2A6DA0;
	font-weight: normal;
}

/* Body Text CSS */
.BodyTxt A:link, .BodyTxt A:active, .BodyTxt A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	line-height: 17px;
	font-weight: normal;
}
.BodyTxt A:hover, .BodyTxt A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A6DA0;
	text-decoration: underline;
	line-height: 17px;
	font-weight: normal;
}

/* Body Text Multi Link Scenario CSS */
.MultiLink A:link, .MultiLink A:active, .MultiLink A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A6DA0;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal;
	cursor: auto;
}
.MultiLink A:hover, .MultiLink A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	line-height: 17px;
	font-weight: normal;
	cursor: auto;
}

/* Pop-up Scenario CSS */
.PopLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A6DA0;
	text-decoration: none;
	line-height: 17px;
	cursor: hand;
}
.PopLink A:link, .PopLink A:active, .PopLink A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A6DA0;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal;
	cursor: hand;
}
.PopLink A:hover, .PopLink A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	line-height: 17px;
	font-weight: normal;
	cursor: hand;
}


/* Bottom Footer CSS */
.bottomFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.bottomFooter A:link, .bottomFooter A:active, .bottomFooter A:visited, .bottomFooter A:hover, .bottomFooter A:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
	
/* Box CSS */
.pdfBox {
	height: auto;
	width: 495;
	border: 1px solid #999999;
	background-color: #EEEEEE;
}
.pdfDownload {
	height: auto;
	width: auto;
	border: 1px solid #999999;
	background-color: #ffffff;
}
.pdfBox a:hover{
	height: auto;
	width: 495;
	border: 1px solid #999999;
	background-color: #e0e0e0;
}

/* Box border */
.boxBorder {
	padding: 5px;
	border: thin dotted #999999;
}

/* Search Box */
.searchBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #AFC9B2;
	border: 1px solid #666666;
}

/* Flash Movie Border */

.flashMovie {
	border: 2px solid #666666;
}
.formBoxTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Body Text Public Notices */
.PublicNotices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A6DA0;
	text-decoration: none;
	line-height: 17px;
	cursor: auto;
}
a.PublicNotices  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A6DA0;
	text-decoration: none;
	line-height: 17px;	
	cursor: auto;
}
.PublicNotices A:hover, .PublicNotices A:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: 17px;
	cursor: auto;
}

/* Box CSS */
.Box {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}