/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
img {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	background: white;
	color: black;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;	
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
address {
	font-style: normal;
}
/* reset */


body {
	color: #9d9d9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	line-height: normal;
}

p {
	margin: 0 0 1.357em 0;
	line-height: 135%;
}
p.lead {
	font-size: 18px;
	color: #000000;
	line-height: 135%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
    color: #0000FF;
	text-decoration: underline;
}
a:visited {
    color: #0000FF;
}

blockquote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #cccccc;
	padding: 10px;
	font-size: 13px;
	line-height: 145%;
	margin: 0 0 15px 20px;
	}
	blockquote cite {
		display: block;
		font-weight: bold;
		margin-bottom: 3px;
		padding-left: 21px;
		background: 0 3px no-repeat url(../gfx/quote.png);
	}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #211F1F;
	
}

table td {
	vertical-align: top;
}

.clear {
	clear: both;
}
.clear2 {
	clear: both;
	height: 0px;
	overflow: hidden;
}
img.block { display: block; }

/* IE6 fix */
* html img.fix {
	behavior: url(js/iepngfix.htc);
}


div.wrap {
	width: 400px;
	margin: 0 auto;
}

h2.title {
	padding-left: 20px;
	margin-bottom: 20px;
}

#content {
	padding-left: 30px;
}

div.field {
	padding: 0 0 10px 0;
}

input.text {
	background: transparent url(../gfx/input-bg.jpg) no-repeat scroll 0 0;
	border:1px solid #000000;
	color: #D6D6D6;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 19px;
	padding: 2px 8px;
	width: 310px;
}
