body {
	background-color:#000;
	color:#666;
	font-family:georgia;
	font-size:14px;
	margin:0;
}

* { line-height:135%; }

p { margin:0.6em 0; line-height:140%; }
ul { margin-top:0 }

h1, h2, h3, h4, h5 {
	/* font-family:helvetica, arial, verdana, sans-serif; */
	color:#000;
	margin:0.4em 0;
	font-weight:normal
}

h2 { font-size:24px; margin:0; color:#fff }
h3 { font-size:20px; }
h4 { font-size:16px; margin-top:0 }

a { text-decoration:none; color:#000; border-bottom:1px solid #666; }
a:hover { color:#999; border-bottom:1px solid #999; text-decoration:none;  }
a img { border:1px solid #ccc; }
a:hover img { border-color: #666; }

th, td { 
	padding:0.3em 1em 0.3em 0; 
	/* border-bottom:1px solid #666; */
	text-align:left; 
	vertical-align:top
}
th { padding-top:1em }
table { border-spacing:0 }
caption { text-align:left; }

hr { height: 1px; color: #999; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #999; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #999; border: 0px solid #999; } /* For Opera and Gecko-based browsers */

blockquote {
	/* background:url(../images/quote_left.png) top left no-repeat transparent; */
	padding-left:45px;
	margin:1em 0;
	font-size:16px;
}

blockquote p {
	margin:0.2em 0;
	color:#333;
}

blockquote .quote {
	/* background:url(../images/quote_right.png) bottom right no-repeat transparent; */
	padding-right:55px;
}

blockquote .quoted {
	font-size:12px;
}

.quoted { color:#666 }

/* FORMS */

form { margin:0; }

legend { font-weight:normal; color:#333; background-color:transparent }

fieldset {
	margin:1em auto;
	border:1px solid #dec599;
	/* background:url(../images/form-bkgd.png) bottom center transparent repeat-x; */
}

fieldset table {
	width:90%;
	margin:0.5em auto;
}

input, select, textarea {
	font-family:georgia;
	font-size:13px;
	background-color:#eee;
	border:1px solid #999;
	color:#000;
	padding:2px;
}

select {
	padding:0;
	/*
	padding:0;
	background-color:#06c;
	color:#fff;
	*/
}

textarea { width:95% }

input[type='text'], input[type='password'], textarea {
	/* background:url(../images/input_bkgd.gif) top left no-repeat #ccc; */
	padding:4px 6px;
}

select:focus, input:focus, textarea:focus { 
	border-color:#000;
	color:#000;
	background-color:#fff;
}

label.checked { color:#003A52 }
.required, .req { color:#dec599; font-size:20px; font-weight:normal; vertical-align:middle; }

input.checkbox { border:none; background-color:transparent }

.submit {
	background-color:#dec599;
	border-color:#dec599;
	color:#000;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.05em;
	padding:4px 6px;
}

input.submit:focus { color:#000 }
/* input.submit:hover { background-color:black } */

input.radio, input.checkbox, input[type='radio'], input[type='checkbox'] { 
	border:0; background-color:transparent;
}

#pooh { display:none; }

address { font-style:normal; }

.big { font-family:arial; font-weight:normal; color:#003A52; font-size:18px; }

/* utility classes */
.small { font-family:arial; font-size:11px; }
.note { color:#666; }
.clear { clear:both; }
.right { float:right; margin:0 0 1em 1em }
.left { float:left; margin:0 1em 1em 0 }
.block { display:block }
.hilite { color:green; font-weight:bold }
.date { font-family:verdana; font-size:10px; }
.download { padding-left:15px; background:url(../images/download.gif) top left no-repeat transparent; }
.border { border: 1px solid #999; }
.icon { vertical-align:middle; border:none }
.textright { text-align:right }
.doc {
	padding-left:17px;
	background:url(../images/doc.gif) top left transparent no-repeat;
}
.error, .alert {
	padding-left:32px;
	background:url(../images/alert.png) top left transparent no-repeat;
	color:#f30;
}
.success {
	padding-left:28px;
	background:url(../images/success.png) top left transparent no-repeat;
	color:green;
}
.floated_right {
	float:right;
	width:200px;
	text-align:center;
	padding:0.5em;
	border:1px solid #ccc;
	margin:0 0 10px 10px;
}

.third { float:left; width:33%; }
.half { float:left; width:49%; }

.pleft {
	width:50%;
	float:left;
}

.pright {
	width:50%;
	float:left;
	text-align:right;
}

a.button {
	padding:0.5em 0.7em;
	border:1px outset #ccc;
	text-decoration:none;
	font-weight:bold;
}

#address {
	 color:#666; font-size:11px;
}

.spaced span {
	padding-right:2em;
}