
/* start */
* { margin:0; padding:0; }

/* content */
div#container { margin: 0 auto; width: 795px; }
.content { padding: 15px 10px 10px 10px; }


#container {
	  position: relative;
	  z-index: 10;
	}

/* links */
a image { border:none; text-decoration:none; }
a, a:link { color:#06f; text-decoration:none; outline: 0; /* -moz-outline-style:none; */ }
a:hover { color:#06f; text-decoration: underline; }
a:visited { color:#03c; }


/* headers */
h1 {
	font: normal 1.4em "Trebuchet MS", Trebuchet,Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	color: #ffa500;
	padding-bottom: 1em;

}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #e29816;
	padding-bottom: 0.5em;
	text-indent: 0.5em;
}


h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #3e558e;
	padding-bottom: 0.5em;
}

h4 {
	font: normal 1.4em Georgia,"Times New Roman",Times,serif;
	color:#6C6E3A;
	letter-spacing:-1px;
	color:#222;
	border-bottom: 1px dotted black;
	padding-top: 15px;
}

h4 a, h4 a:hover, h4 a:visited {
	color:black; /* #0066ff; */
	text-decoration: none;
}




.bbtn { font-family: Impact, "Trebuchet MS", sans-serif; font-size: 16px !important; padding: 5px; color:#900; } 


.w100 { width: 100%; }
.w85	{ width: 85%; }
.w75	{ width: 75%; }
.w65	{ width: 65%; }

/* tables */
.tform th, .tform td { vertical-align: top; }
.tform th div { font-family: Tahoma, Arial; font-size: .6em; line-height:11px; font-weight: normal; color: #808080; }
.tform th{ text-align:right; font-size: 1.2em; font-weight: bold; color:#900; width: 15%; }

/* header */
.header {
	font-size: 10pt;
}

/* footer */
	#footer {position:fixed;color:#aaa;width:100%;bottom:0px;z-index:10000;background:#E8E8E8; opacity:0.7; /* filter:alpha(opacity:70); */}
	.copy, a.copy {font-size:x-small;color:#777;text-transform: uppercase;}

