/* Core CSS Styles, Developed by Scott Showalter, Scottrageous Creative */
/* Contains Browser Resets and Base Styles */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.8em;
	color:#545454;
	background: #FFFFFF url(/ui/images/bg-document.png) repeat-x top;
}
html>body {
	font-size:10px;
}
a {
	cursor:pointer;
	color: #87A52B;
}
a:hover {
	color: #ADD040;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Calibri, "Lucida Grande", "Lucida Sans Unicode", Helvetica, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, address, code {
	margin:0px;
	padding:0 0 0.5em;
	line-height:1.3em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-size: inherit;
	color: inherit;
}
h1 {
	font-size:2em;
	font-weight:bold;
	color: #8B1022;
}
h2 {
	font-size:1.8em;
	font-weight:bold;
	color: #6F9613;
}
h3 {
	font-size:1.6em;
	font-weight:bold;
	color: #87A52B;
}
h4 {
	font-size:1.4em;
	font-weight:bold;
	color: #545454;
}
h5 {
	font-size:1.2em;
	font-weight:bold;
	color: #545454;
}
h6 {
	font-size:1em;
	font-weight:bold;
	color:#545454;
}
p, ol, ul, address, code, pre, dd, dt, th, td {
	font-size:1.2em;
}
dd p, td p {
	font-size:inherit;
}
ol, ul {
	padding: 0 0 0 .5em;
	margin: 0;
}
ol {
	list-style:decimal inside;
}
ul {
	list-style:disc inside;
}
ol.flat, ul.flat {
	list-style:none;
}
li ol, li ul {
	font-size:1em;
	padding-left:1em;
}
li h1, li h2, li h3, li h4, li h5, li h6 {
	/*padding:0; margin: 0; line-height: 0;*/
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
	margin:0 2em;
}
big {
	font-size:1.1em;
}
small {
	font-size:0.9em;
}
img {
	border:none;
}
img.left {
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
img.right {
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
.vtop {
	vertical-align:top;
}
.vmiddle {
	vertical-align:middle;
}
.vbottom {
	vertical-align:bottom;
}
.vbaseline {
	vertical-align:baseline;
}
.aleft {
	text-align:left;
}
.acenter {
	text-align:center;
}
.aright {
	text-align:right;
}
.ajustify {
	text-align:justify;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearing:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
	visibility:hidden;
	overflow:hidden;
}
.clear {
	clear:both;
}
.lclear {
	clear:left;
}
.rclear {
	clear:right;
}
