body {
	background:url(../images/body_bkgd.png) top left repeat-x white;
	margin:0;
	font-family:'proxima-nova-1', 'proxima-nova-2', 'Helvetica Neue', helvetica, verdana, sans-serif;
	font-weight:300;
	font-size:14px;
	color:#333;
}

p, li, h1, h2, h3, h4, h5, dt, dd {
	line-height:140%;
}

p { margin:0.8em 0 }
ul { margin-top:0 }

h1, h2, h3, h4, h5 {
	font-family:'proxima-nova-1', 'proxima-nova-2', 'Helvetica Neue', helvetica, verdana, sans-serif;
	font-weight:400;
	/*letter-spacing:-0.05em;*/
	color:#000;
	margin:0.6em 0 0 0;
	/*text-shadow:#ccc 1px 1px 1px;*/
}

h1 { font-size:26px }
h2 { font-size:19px;  }
h3 { font-size:16px; }
h4 { font-size:14px; border-bottom:1px solid #999; }
h5 { font-size:12px; }

a { text-decoration:none; color:#c00; border-color:#c00 }
a:hover { color:#000; border-color:#000 }
a img { border:none }

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

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

strong {
	font-weight:400;
}

dt {
	font-weight:normal;
	letter-spacing:-0.05em;
	color:#000;
	margin:0.6em 0;
	font-size:14px;
}

code { font-family:monaco, courier; color:green }

/* FORMS */

form { margin:0; }
legend { font-weight:normal; color:#666; background-color:transparent }
fieldset {
	border:1px solid #ccc;
	background:url(../images/form-bkgd.png) bottom center #fff repeat-x;
}

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

input, select, textarea {
	font-family:'proxima-nova-1', 'proxima-nova-2', 'Helvetica Neue', helvetica, verdana, sans-serif;
	font-size:13px;
	background-color:#fff;
	border:1px solid #999;
	color:#333;
	padding:2px;
}

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

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

input:focus, textarea:focus { border-color:#c00; color:#c00 }

label.checked { color:#DC006B }
.required, .req { color:green; font-size:20px; font-weight:bold; vertical-align:middle; }

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

.submit {
	background-color:#666;
	border-color:#ccc;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
}

input.submit:focus { color:white }
input.submit:hover { background-color:black }
input.radio { border:0; background-color:transparent }

#pooh { display:none; }

address { font-style:normal; margin:0.8em 0 }

/* utility classes */
.small { font-size:12px; }
.note { color:#666; }
.clear { clear:both; }
.right { float:right; margin:0 0 1em 1em }
.left { float:left }
img.left { margin:0 1em 1em 0 }
.block { display:block }
.hilite { color:#c00 }

.date { 
	font-size:13px;
	color:#666;
}

.date img {
	vertical-align:middle;
}

p.date {
	line-height:1em;
}

.download { padding-left:15px; background:url(../images/download.gif) top left no-repeat transparent; }
.border { border:1px solid #ccc }
.doc {
	padding-left:17px;
	background:url(../images/doc.gif) top left transparent no-repeat;
}
.error, .alert {
	padding-left:22px;
	background:url(../images/alert.gif) top left transparent no-repeat;
	color:#c60;
}
.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:50%; }

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

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