body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color:#333333;
}

a:link, a:visited {
	color: #b15c06;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
.aRed:link, .aRed:visited {
	color: #ff0000;
	text-decoration:underline;
}
.aRed:hover {
	color: #ff0000;
	text-decoration: underline;
}
.aBlack:link, .aBlack:visited {
	color: #000000;
	text-decoration:underline;
}
.aBlack:hover {
	color: #000000;
	text-decoration: none;
}
.aGray:link, .aGray:visited {
	color: #666666;
	text-decoration:none;
}
.aGray:hover {
	color: #666666;
	text-decoration: none;
}

.aDarkGray:link, .aDarkGray:visited {
	color: #333333;
	text-decoration:none;
}
.aDarkGray:hover {
	color: #333333;
	text-decoration: none;
}

.aBlue:link, .aBlue:visited {
	color: #1f3a7d;
	text-decoration:underline;
}
.aBlue:hover {
	color: #1f3a7d;
	text-decoration: none;
}
.aLogout:link, .aLogout:visited {
	color: #1f3a7d;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px
}
.aLogout:hover {
	color: #1f3a7d;
	text-decoration: none;
}
.aWhite:link, .aWhite:visited {
	color: #ffffff;
	text-decoration:none;
}
.aWhite:hover {
	color: #ffffff;
	text-decoration: none;
}
.aWhiteBold:link, .aWhiteBold:visited {
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
}
.aWhiteBold:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.aMaroon:link, .aMaroon:visited {
	color: #BB0000;
	text-decoration:none;
	font-weight:bold;
}
.aMaroon:hover {
	color: #BB0000;
	text-decoration: none;
	font-weight:bold;
}
.aSubLinks:link, .aSubLinks:visited {
	color: #000000;
	text-decoration:none;
}
.aSubLinks:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.aSubLinksActive:link, .aSubLinksActive:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.txtOrange {
	color: #ff6600;
	font-weight:bold;
}
.txtStrong {
	font-weight: bold;
}
.textboxHome{
color:#333333;
font-family: Arial;
font-size: 11px;
border:1px solid #666666;
width:130px;
}
.textboxForm{
color:#333333;
font-family: Arial;
font-size: 11px;
border:1px solid #666666;
width:130px;
text-align:left;

}
.textAreaForm{
color:#333333;
font-family: Arial;
font-size: 11px;
border:1px solid #666666;
width:300px;
height:100px;
text-align:left;


}
.frmLabel
{
text-align:right;
}
.frmHelp
{
color:#999999;
text-align:left;
}
.btnSubmit
{
width:80px;
border:1px inset #ff6600;
background-color:#FFFFFF;
color:#000000;
}
.padding10 {
	padding: 10px 0px 10px 10px;
}
.txt666666 {
	color: #666666;
}
.txtBlue {
	color: #16387c;
}
.txtWhite
{
color:#FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txtRed{
color:#FF0000;
}
.txtGreen{
color:#009900;
}
.bgOrange {
	background-color: #FF860D;
}
.bgOrangeSubLinks {
	background-color: #FF860D;
	text-align:center;
}
.txtBold{
font-weight:bold;
}
.DeliverReportHeader{
color:#FFFFFF;
background-color:#FF860D;
text-align:center;
font-weight:bold;
}
.bgDeliveryRow{
background-color:#ffffff;
}
.bgDeliveryAlternateRow{
background-color:#F0F7FF;
}.bgUserSideLinks {
	background-color: #FFEECC;
}
.SideLinksHeading {
	color: #575757;
	font-weight: bold;
	padding-left: 25px;
}
.bulletSideLinks {
	padding-right: 5px;
	padding-left: 25px;
}
.txtUserFormHeading {
	font-weight: bold;
	color: #5C5C5C;
}
.Center,.Center p{
text-align:center;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.txtYellow
{
	color:#E3C000;
}
.DayHeading
{
	background-color: #FF6600;
	font-weight:bold;
	color:White;
}
.AlternateRow
{
	background-color:#EFF3FB;
}
