body{
	background-color:#FFFFFF;
	font-family: georgia;
	font-size: 100%;
	margin:0px;
	color: #9d9d9d
	}
	
	p, ul {font-size: 1.1em;}
	
	h1 {color:#6fbc42; font-size: 1.4em;}
	
	table, tr, td {font-family: georgia;}
	
	a:link {color: #eda210; text-decoration:none}
	a:visited {color: #6fbc42; text-decoration:underline}
	a:hover {color: #6fbc42; text-decoration:underline}
	a:active {color: #6fbc42; text-decoration:underline}
	
	ul {list-style-type:square; margin-left:40px;}
	

		
	#Header {background-image:url(/images/managing_banner.gif); width:99%; background-position:0px 50px; background-repeat:no-repeat;height: 182px; top:0; text-align:center; font-size:0.7em;width: 99%}
	#Separator{background-color:#809dcd; border-top:1px solid #fcac13; border-bottom: 1px solid #fcac13; height:30px; text-align:right;}
	.SepLink {color:#ffffff; margin-top: 20px; margin-right:10px}
	a.SepLink:link {color: #ffffff; text-decoration:none}
	a.SepLink:visited {color: #ffffff; text-decoration:underline}
	a.SepLink:hover {color: #ffffff; text-decoration:underline}
	a.SepLink:active {color: #ffffff; text-decoration:underline}
	
	#Content {width: 800px; padding: 10px; border-right: 1px dashed #C0C0C0; text-align:left; float: left}
	#Right{position:relative; float: left; width: 150px; text-align:center; padding: 10px;}
	#Footer {color:#C0C0C0; height: 30px; border-top: 1px solid #C0C0C0; }
	
	
		#dhtmltooltip{
		font-size: 0.6em;
		font-family: verdana;
		position: absolute;
		left: -300px;
		width: 150px;
		border: 1px solid black;
		padding: 2px;
		background-color: lightyellow;
		visibility: hidden;
		z-index: 100;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
		}

		#dhtmlpointer{
		position:absolute;
		left: -300px;
		z-index: 101;
		visibility: hidden;
		}
	
	
	.FrmSmall {width:100%; text-align:center;font-size: 0.6em;}
	.bold {font-weight: bolder; color: #666666}
	.RedBold {font-weight: bolder; color: #EE0029}
	.SubmitButton{background-color:#6fbc42; color:#ffffff; font-weight: bold; border: 0px solid}