/* CSS Core Document */

* { margin: 0; padding: 0; }

body, html {
	height: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	/*background-color: #fff;*/
	line-height: 24px;
}

a { 
	/*color: #bf33d8;*/ 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	color: #0a3e7c;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #e31006;
	padding: 0px 0px 10px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0a3e7c;
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 5px 0px;
	width: 100%;
	background-image: url(/images/bg-dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
p { padding-bottom: 15px; }

/* reusable */
.splitLeft { 
	float: left; 
}
.splitRight { 
	float: right; 
}
.divider { 
	clear: both; 
	font-size: 1px; 
	line-height: 0px; 
	height: 0px; 
}
.spacer { 
	clear: both; 
	font-size: 20px; 
	line-height: 20px; 
	height: 20px; 
}
.spacerLine {
	clear: both;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	background-image: url(/images/bg-divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.padRight {
	float: left;
	padding: 0px 20px 20px 0px;
}
.padLeft {
/* top right bottom left*/
	float: left; 
	padding: 0px 0px 0px 20px;
}
.rightLink {
	float: right;
	background-image: url(/images/bg-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 14px;
}