* { margin: 0px;padding: 0px; }

html, body { height: 100%; }
body { width: 100%;margin: 1em; }

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

.grey { color: #888; }
.bold { font-weight: bold; }/*#edit#*/
.italic { font-style: italic; } /*#edit#*/
.uppercase { text-transform: uppercase; }/*#edit#*/
.smallfont { font-size: 0.9em; }/*#edit#*/

.alignJustify { text-align: justify; }/*#edit#*/
.alignCenter { text-align: center; }/*#edit#*/
.alignRight, TD.alignRight, TH.alignRight { text-align: right; }/*#edit#*/

.portrait { float: left;margin: 0 10px 20px -3px; }/*#edit#*/

.auto { width: auto; }

.print, .hidden { display: none; }

img { border: none; }

br.clear {
	float: none !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	height: 0.1px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
br.clear:after { /* EJ IE */
	content: ".";
	display: block;
	height: 0.1px;
	clear: both;
	font-size: 0;
	visibility: hidden;
}
hr {
	width: 99%;
	display: block;
	margin: 0.5em 0;
	height: 1px;
	border-top: 1px dashed #ccc;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	background-color: transparent;
	color: #fff;
}
ul { margin: 1em 1em 1em 1.5em; padding: 0; }
ul li { margin: 0 0 0.2em 0;padding: 0;list-style-type: circle; }
ul li li { margin: 0 0 1em 0;list-style-type: disc; }
ul li li li { margin: 0 0 0.1em 0;list-style-type: circle; }

ol { margin: 1em 1em 1em 2.5em;padding: 0; }
ol li, ol.decimal li { margin: 0 0 1em 0;list-style-type: decimal; }
ol ol { margin: 0.5em 1em 1em 2.5em; }
ol ol li { list-style-type: lower-alpha; }

.wrapper { position: relative;width: 934px;margin: 0 auto; }

.row { clear: both;position: relative;width: 834px;margin: 0 50px 10px 50px; }
.row .row{ width: 100%;margin: 0; }

.column { float: left;position: relative;width: 100%; }

.twoColumns .column { width: 48%;padding: 0 1% 0 0; }
.twoColumns .two { float: right;padding: 0 0 0 1%; }

DIV.home DIV.twoColumns DIV.column { width: 64%;padding: 0 2% 0 0; }
DIV.home DIV.twoColumns DIV.two { float: right;width: 32%;padding: 0; }

.threeColumns .column { width: 32%; }
.threeColumns .one { margin-right: 2%; }
.threeColumns .three { float: right; }

.fourColumns .column { width: 24%; }
.fourColumns .one, .fourColumns .two, .fourColumns .three { margin-right: 1%; }

#leftColumn, #rightColumn, .column, .row, .lt, .rt, .lb, .rb { display: block;min-height: 20px; }

/* ------------ tables & forms -------------- */

table { width: 99%;margin: 0 0 8px 0;padding: 0; }
th, td { line-height: 18px;padding: 0 0 0.1em 0;vertical-align: top;text-align: left; }
th { line-height: 1.2em;font-weight:bold;padding-bottom: 0.2em; }

TD.cover { width: 90px; }

form { margin: 0;padding: 0;border: none; }

input, select, button, textarea { font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px; }
input, select, button { margin: 0;padding: 0 0.1em; }

input, select, textarea { border: 1px solid #ccc; }
select { background-color: #fff; }
option { padding: 0 0 0 0.5em; }

.button {
	margin: 0 0 0 0.3em;
	padding: 0 5px;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
	background-color: #f5f5f5;
	text-transform: uppercase;

	color: #777;
}
