/***** Global Settings *****/
html, body {
	border:0;
	margin:0 0 15px 0;
	padding:0;
}

body {
	font: 84% Arial, Helvetica, sans-serif, "MS sans serif"; /* IE defaults to 16px, 80% = 14px */
	background-color:#cccccc;
	line-height:150%;
	text-align: center;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6, {
	margin:0;
	padding:0;
	font-weight: bold;
	color: #ffffff;
}

h1 {
	padding:0;
	margin:0 0 5px 0;
	letter-spacing:0px;
	font:1.4em Arial, Helvetica, sans-serif, "MS sans serif";
	line-height:130%;
	font-weight: bold;
	color: #ffffff;
}

h2 {
	letter-spacing:1px;
	font:1.2em Arial, Helvetica, sans-serif, "MS sans serif";
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	color:#ffffff;
	line-height:130%;
}

h3 {
	font:1.1em Arial, Helvetica, sans-serif, "MS sans serif";
	font-weight:bold;
	margin: 0px 0px 5px 0px;	
	color:#ffffff;	
}

h3 span {
	font-size:75%;
}

blockquote {
	margin:22px 40px;
	padding:0;
}

small {
	font-size:0.85em;
}

input, select {
	font-size:80%;
	color:#666666;
}

label {
	font-size:80%;
	color:#333333;
}

/***** Links *****/

a:link, a:active, a:visited {
	text-decoration:none;
	color: #e2e2e2;
	font-size:0.8em;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color: #6984bd;
}

/***** order list: roman numerals *****/
OL { 
	list-style:decimal;
	}   

/***** Tables *****/

/*table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}*/

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.img-left{
	float:left;
	padding:4px;
	border: 1px solid #999;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0;
}

.img-vert {
	float:left;
	padding:4px;
	border: 4px solid #000000;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0;
}

.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
