html,body{
	position:relative;
	width:100%;
	height:100%;
	max-height:100%;
	margin:0;
	padding:0;
	font:12px Georgia,"Times New Roman",Times,serif;
	color:#083b64;
	line-height:20px;
}
input,select,textarea {
	position:relative;
	margin:0;
	border:1px solid #abadb3;
	font:12px Georgia,"Times New Roman",Times,serif;
	outline:none;
}
input[type=checkbox],input[type=radio] {
	border:0;
}
input.Button {
	padding:4px 8px;
	border-color:#6398b1;
	background:#eee;
	color:#115a8b;
}
input.Button:hover {
	border-color:#43815b;
	background:#009639;
	color:#fff;
	cursor:pointer;
	cursor:hand;
}
textarea {
	overflow:auto;
}
div {
	position:relative;
	float:left;
}
span,a,u,b,i,img,ul,ol,li {
	position:relative;
	border:0;
}
h1,h2,h3,h4,h5 {
	height:auto;
	line-height:normal;
}
h1,h2,h3,h4,h5,p,blockquote {
	position:relative;
	margin:0;
	padding:0;
}
form,center {
	position:relative;
}
table {
	table-layout:fixed;
}
table.mceLayout {
	table-layout:auto;
}
a {
	color:#2a98eb;
	text-decoration:none;
}
a:hover,a h1:hover,a h2:hover,a h3:hover {
	color:#035da1;
}
.Hand {
	cursor:pointer;
	cursor:hand;
}
.ButtonLink {
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:0;
	font-size:inherit;
	font-weight:inherit;
	color:#00A940;
	background:transparent;
	cursor:pointer;
	cursor:hand;
}
h1 {
	margin:10px 0 20px 0;
	font-size:20px;
	font-weight:normal;
	color:#007a36;
}
blockquote {
	margin:20px 0 0;
	padding:6px 0 10px 0px;
	background:url('/Images/quote_left_top.gif') top left no-repeat;
}
blockquote p {
	width:500px;
	padding:0px 0px 14px 30px;
	background:url('/Images/quote_left_bottom.gif') bottom right no-repeat;
	font-size:12px;
	color:#056630;
	font-style:italic;
	text-align:center;
}