@CHARSET "UTF-8";

/*
@font-face {
	font-family: "Lucida Grande";
	src: url('LucidaGrande.eot');
}

@font-face {
	font-family: "Lucida Grande";
	font-weight: bold;
	src: url('LucidaGrande-Bold.eot');
}
*/

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

a, a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff7c01;
	text-decoration: none;
}

body {
	color: #333;
	font: 12px/16px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

h1 {
	margin-bottom: 3px;
	border-bottom: 1px solid #ff7c01;
	padding-bottom: 5px;
	color: #ff7c01;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding-top: .75em;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

img {
	vertical-align: middle;
}

input, textarea, select {
	margin: 0 2px;
	border: 1px solid #333;
	padding: 4px 2px;
	background: #fff;
	width: auto;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 0 0 5px 0;
}

select {
	width: auto;
}

table {
	margin: 10px 0;
	border-collapse: collapse;
}

table table th {
	border: 1px solid #333;
	padding: 5px;
	background: #333;
	color: #fff;
	vertical-align: middle;
	text-align: center;
}

table table td {
	padding: 5px;
	background: #fff;
	border: 1px solid #333;
	border: 1px dotted #333;
}

table td {
	padding: 0;
}
