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

body {
	background: #D2D2D1;
	margin: 0px;
	font: 11px verdana;
	color: #333333;
}
	
a, a:active {
	color: #0067AB;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

form { display: inline; }
table { font-size: inherit; font-size: 100%;  }
table td { vertical-align: top;  }
optgroup option { text-indent: 10px; }
body #container div { position: relative; }
option { padding: 0em .3em; }

ul, ol {
	margin-left: 40px;
	margin-right: 40px;
}

ul li, ol li {
	margin-bottom: 10px;
}

input.fat, 
textarea.fat,
select.fat { 
	padding: 0.5em; 
	font-size: 116%; 
	border: 1px solid #B1C3CE;
}

label.error {
	display: block;
	color: red;
	font-style: italic;
}

h1 {
	border-bottom: 1px solid #B2D1E6;
	color:#005D9B;
	font-size:20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform:uppercase;
}

p.error, div.error {
	background: #FAF2F2;
	border-bottom: 1px solid #EBCCCC;
	padding: 5px;
}
p.success, div.success {
	background: #F2F7F2;
	border-bottom: 1px solid #CCE0CC;
	padding: 5px;
}

table.outlined {
	border-collapse: collapse;
	border-spacing: 0pt;
	border-width: 0pt 0pt 1px 1px;
}
table.outlined, table.outlined td, table.outlined th {
	border-color: #E6E6E6;
	border-style: solid;
	vertical-align: top;
	text-align: left;
}

table.verticals td {
	vertical-align: middle;
}

table.outlined th {
	color: #999999;
}

table.outlined td, table.outlined th {
	border-width: 1px 1px 0pt 0pt;
	margin: 0pt;
	padding: 6px;
}

.col {
	position: relative;
	float: left;	
	display: inline;
}

#container {
	margin: 10px;
	background: #FFFFFF;
	padding: 10px;
}

#footer {
	border-top: 1px solid #B2D1E6;
	height: 20px;
	line-height: 18px;
	padding-bottom: 10px;
	margin-top: 20px;
}

/* 	################################
		clearers
	################################ */

.clearer {
	clear: both;	
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 0px;
	line-height: 0px;
}

.clear_5, br .clear_5 { height: 5px; }
.clear_10, br .clear_10 { height: 10px; }
.clear_20, br .clear_20 { height: 20px; }
.clear_60, br .clear_60 { height: 60px; }

.filler_100 { height: 100px; }
.filler_150 { height: 150px; }
.filler_200 { height: 200px; }
.filler_300 { height: 300px; }



.note {
	color: #999999;
}

