/* General Site Styles settings */
body {
	font-family: Arial;
	font-size: 11px;
}
td {
	font-family: Arial;
	font-size: 11px;
}
/* Miscellaneous */
.CSSPageFooterLinksTable {
	background-color: #CC6600;
	color: White;
	font-size: 11px;
	height: 20px;
	padding-top: 3px;
	font-weight: 600;
	text-align: center;
	font-family: Arial;
}
.CSSPageFooterLink {
	color: White;
	text-decoration: Underline;
	font-size: 11px;
}
/* Normal Text and Links Style */
.CSSNormalText {
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	font-family: Arial;
	color: #606060;
}
a.CSSNormalText {
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	font-family: Arial;
	color: blue;
}
a.CSSNormalText:hover {
	text-decoration: underline;
	color: #0AAAFF;
}
.smallLettersStyle {
	font-family: Arial;
	font-size: 8pt;
	color: #666666;
}
.greyBorderSides {
	background-position: top right;
	height: 30px;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 9px;
	font-weight: 600;
	margin: 0px;
	color: Black;
	padding: 0px;
	line-height: 11px;
	text-align: center;
}
a.greyBorderSides {
	text-decoration: none;
	font-family: arial;
	font-size: 8px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 11px;
}
.verticalMenuStyle {
	border-bottom: solid 1px #CECECE;
	border-right: solid 1px #CECECE;
	font-size: 7px;
	font-family: arial;
}
.MenuHoverStyle {
	cursor: pointer;
}
.HorzSubMenuItemLink {
	font-family: Arial;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	color: White;
}
.pageHeader {
	font-size: 16px;
	color: #CF6A28;
	font-weight: 800;
	font-family: Arial;
	margin-top: 5px;
	border-bottom: 1px #AEACAE solid;
	padding-bottom: 2px;
}
.LoginBar {
	width:95%
}