body {
	background: #FFFFFF;
	margin:0;
	padding:0;
	color:#000000;
	font-family: Arial, Verdana;
	font-size:11px;
} html>body {font-size:11px;}

.Ast {
	/*
		This is for asterisks*
	*/
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight: 700;
	color: Red;
}

th {
	background-color: #036EFF;
	color: #FFFFFF;
}

td {
	font-size: 11px;
}

.AddLink {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: 700;
}
.MainBody {
	width: 770px;
	padding: 0px 12px 0px 12px;
}
.mainList{
	margin: 0px 0px 0px 14px;
	list-style-position:outside;
	padding: 1px 2px 1px 4px;
}
.CellCaption {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: 700;
	color: #333333;
	padding-right: 6px;
}
.CellTitle {
	padding: 2px;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #036EFF;
	border: 1px solid #999999;
}
.CellValue {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: 400;
	color: #333333;
	width: 260px;
}
.UL1{
	margin:0;
	padding: 1px 2px 1px 0px;
	list-style-image: url(images/SmallOrangeBullet_6px.gif);
}
.AGLink{
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	font-weight: 400;
}
a {
	color: #333333;
	font-family: Arial;
}
.secondLink{
	color: #333333;
	font-family: Arial;
	font-size: 10px;
	font-weight: 400;
}
.LI1{
	margin:0;
	padding: 1px 1px 1px 0px;
	color: #333333;
	font-family: Arial;
	font-size: 11px;
	font-weight: 400;
	list-style-image: url(images/SmallRoundOrangeBullet_9px.gif);
}

.SpQuickLinks {
	width:100%;
	background: #DAE0D2 url(images/bg.gif) repeat-x bottom;
	padding: 2px;
}

.SpQuickLinksButtons {
	background-color: #036EFF;
	font-size: 9px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: 700;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	margin: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
	letter-spacing:0.2em;
}

.HelpText{cursor: help; font-style: italic; text-decoration: underline;}
.important {
	font-size: 14px;
	font-weight: 700;
	color: Red;
}

.QLinkBtn {
	padding:0px;margin:4px;font-size:11px;font-family:Tahoma,Verdana,Arial;
	font-weight:700;color:#333333;display:inline-block;text-align:center;cursor:pointer;background-image: url(images/QuickLink.Button.BG.png); background-position: top left; background-repeat:repeat-x;
	border: 1px solid #FFFFFF;
}

#header {
	float:left;
	width:100%;
	border-top: 1px solid #666666;
	background:#DAE0D2 url(images/bg.gif) repeat-x bottom;
	font-size:93%;
	line-height:normal;
  }
#header ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#header li {
	border-bottom: 1px solid #666666;
	float:left;
	background:url(images/left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#header a {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	float:left;
	display:block;
	background:url(images/right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #000;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
	color: #666;
}
#header #current {
	background-image:url(images/left_on.gif);
}
#header #current a {
	background-image:url(images/right_on.gif);
	color:#333;
	padding-bottom:5px;
}

.mceSeparator {display: none !important; }


