html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font-family:Trebuchet MS, tahoma, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre, address
{
        margin: 0;
        padding: 0;
}


body
{
	background-color: White;
	font-family:Trebuchet MS, tahoma, sans-serif;
	font-size: 10pt;
	color: #5e6e66;
}

img 
{
	border: 0;
}

a, 
a:link,
a:visited
{
	color: #54B948;
	text-decoration: underline;
}

a:active,
a:hover
{
	color: #54B948;
}


p, ul, ol, dl, blockquote, pre, address
{
	font-size: 10pt;
}

ul,ol
{
	margin-left:18px;
	margin-bottom:5px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	color: #0069AA;
}
h1
{
	font-size: 14pt;
	margin-bottom: 12px;
}

h2
{
	font-size: 12pt;
	line-height: 22px;
	margin-bottom: 2px;
}

h3
{
	font-size: 11pt;
}

hr
{
	color: #0069AA;
	background-color: #0069AA;
	width:100%;
	height:1px;
	margin:2px;
}

input,textarea,select {
	font: 10pt Trebuchet MS, tahoma, sans-serif;
	background-color : White;
	border: 1px solid #7eb0cd;
	margin: 1px;
	color: #323A36;

}
label
{
	font: 10pt Trebuchet MS, tahoma, sans-serif;
}

.button
{
	font: 10pt Trebuchet MS, tahoma, sans-serif;
	background-color : #E0DFE3;
	border: 1px solid #7eb0cd;
	margin: 1px;
	color: #464646;
}
#topper
{
	display:none;

}
#maincontainer
{
	width:960px;
	margin: 0 auto;
	background-color:White;

	
}
#mainbody
{
	width:939px;
	background-color:White;
	min-height:400px;
	padding:0px 11px 0px 10px;

}

#mainheader
{
	display:none;
}
#topnav
{
	display:none;
}

#maincontent
{
	width:939px;
	min-height:400px;

}
#footer
{
	display:none;
}

#sidenav
{
	display:none;
}
#sidenavbg
{
	display:none;
}
#sidenavi
{
	display:none;
}
#sidenavibg
{
	display:none;
}
#interiorbg
{
	background-color:White;
}
#sitepath
{
	display:none;
}
.imghead
{
	display:none;
}
#contentarea
{
	width:661px;
	padding:0px 24px 10px 24px;
}
#contentaread
{
	width:661px;
	padding:15px 24px 10px 24px;
}

a.bluelinks:link, a.bluelinks:visited
{
	font-size:9pt;
	text-decoration:none;
	color:#7eb0cd;
	padding-left:3px;
	padding-right:3px;
}

a.bluelinks:hover
{
	text-decoration:underline;
}

.bluetext
{
	color:#7eb0cd;
}

.alert
{
	color:Red;
	font-weight:bold;
}

.note
{
	font-size:8pt;
	font-style:italic;
}
.datagrid
{
	margin-top:4px;
	margin-bottom:8px;
}

.accountdetail
{
	margin-top:5px;
}
.accountdetail p,.accountdetail span
{
	font-size:9pt;
	
}