body {
	background:#fff;
	margin:0;
	padding:0;
	font-family:verdana,helvetica,sans-serif;
	font-size:11px;
	text-align:center;
	line-height:1.45em;

}

p { padding-top:0; margin-top:0;color:#cccccc }

a img { border:none; }
a, a:link { color:#ffffff;text-decoration:none;}
a:hover {text-decoration:underline}
/*a:visited { color:lightsteelblue; }*/


.smaller {font-size:smaller;}


img.left {float:left; margin:0 6px 5px 0;}
img.right {float:right; margin:0 0 5px 6px;}

form { margin:0; padding:0; }
fieldset { margin:0 0 15px 0; }

input[type="text"], input[type="password"], textarea { padding:3px; background:#5C5C5C; border:1px solid #AEAEAE; color:#ccc; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus { border:1px solid #fff; }


textarea {width:330px; height:150px;}

h1,h2,h3,h4,h5 { color:#ffffff; font-weight:normal; }
h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; margin:0 0 5px 0; padding:5px 0; text-transform:uppercase; font-weight:bold;}
h2 {  margin-top:5px; font-size:12px; margin:0px 0 5px 0; }
h3 { font-size:11px; margin:5px 0 0px 0; }
h4 { font-size:12px; margin:5px 0 10px 0; padding-top:10px;font-family:Georgia, "Times New Roman", Times, serif;}

table { border-collapse:collapse; }
th { padding:4px; font-weight:normal; text-align:left; }
td { padding:4px; }

.notes {color:#666; font-style:italic; font-size:0.9em;}
.req { color:red; }

/* table alignment */
.number { text-align:right; }
.center { text-align:center; }


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ---------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */