/* - - - - - - - - - - general - - - - - - - - - -  */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	position: relative;
}
	
img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {	
	font-weight: normal;
}
	
abbr:hover, acronym:hover { cursor: help; }

.note { font-size: .5em; }

.first { margin-top: 0; }
.last { margin-bottom: 0; }

.alert, .error, .required {
	color: #000 !important;
	font-weight: bold;
	}

.right {float: right;}
.left {float: left;}
.nofloat {float: none;}

.clear_left {clear: left;}
.clear_right {clear: right;}
.ClearBoth {clear: both;}
div.clear_both, div.clear_left, div.clear_right {
	height: 0;
	font-size: 0;
	line-height: 0;
}

.hide {display: none;}
	
	
	
	
/* - - - - - - - - - - quoting - - - - - - - - - -  */

blockquote { padding-left: 1.5em; }

q { font-style: italic; }

/* not IE compatible
q:before { content: "\201C"; }
q:after { content: "\201D"; }
*/

p.QuoteHang { margin-left: 1em; }
p.QuoteHang q { margin-left: -.5em; }
	
	
	
	
/* - - - - - - - - - - tables - - - - - - - - - -  */

caption { text-align: left; }

td, th { vertical-align: top; }
tr.Alt td { background-color: #dfdfdf; }
td.Button {
	text-align: center;
	vertical-align: middle;
}
	
	
	
	
/* - - - - - - - - - - lists - - - - - - - - - -  */

.noindent {
	margin-left: 0;
	padding-left: 1em;
}
	
ul, ol, dl {padding-left: 2em;}
li, dt, dd {margin-left: 1.5em;}
	
	
	
	
/* - - - - - - - - - - forms - - - - - - - - - -  */

fieldset {
	margin-bottom: 1.75em;
	border-width: 1px;
	padding: 1em;
}

legend {padding: .5em;}
label, legend {font-weight: bold;}

/* not IE compatible
br + input, br + select, br + textarea {margin-top: .5em;}
*/

/* not IE compatible
input[type="button"], input[type="submit"], input[type="reset"] {
	padding: .25em;
	}
*/




/* - - - - - - - - - - typography - - - - - - - - - -  */

p { margin-bottom: 1em; }
