/* CSS Document */

/***** Global Settings *****/

body {
	font:78.5% Arial, Helvetica, sans-serif;
	color:#333333;
}
/***** Headings *****/
h1 {
	color:#000;
	font-size:1.5em;
	padding-bottom:0px;
	padding-left:7px;
	margin-bottom:0px;
	font-weight:bold;
}
h2 {
	font-size:1.3em;
	color: #3d3d3d;
	padding: 8px 0px;
}
h3 {
	color:#032a82;
	font-size:3em;
	border-bottom: 1px dotted #c5c5c5;
	letter-spacing:-1px;
	margin-bottom:12px;
}
h4 {
	/*color: #032a82;*/
		color: #333;
	font-size:1.2em;
	padding:10px 0;
	font-weight: bold;
}
h5 {
	/*color:#83bd0a;*/
	color: #032a82;
	font-size:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-left: 8px;
	padding-bottom:5px;
}
h6 {
	color:#383838;
	font-size:1.5em;
	padding-bottom:10px;
	letter-spacing:-.5px;
}
/***** Common Formatting *****/

div, td {
	font-size:12px;
	color:#333333;
}
div {
	clear:both;
}
p {
	font-size:1em;
	color:#333333;
	margin:2px 0;
	line-height:16px;
}
/***** Links *****/
a, a:link, a:visited {
	color: #333333;
	font-size:1em;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/***** Forms *****/
  
form {
	display:inline;
}
input, select, textarea {
	margin:0;
	font-size:1em;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
	margin: 0;
}
label {
	cursor:pointer;
}
/***** Global Classes *****/

.float-left {
	float:left;
}
.float-right {
	float:right;
}
.floatFix {
	clear: both;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.italic {
	font-style:italic;
}
.top {
	vertical-align:top;
}
.imgTitle { text-align: center; color: #333; font-size: 10px; font-weight: bold; padding: 2px 0 8px 0;}
