/* _________________________________ RESET __________________________________ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
}

form,fieldset,input,textarea,select {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

input, textarea {
	color: #ffffff;
	background: #313131;
	border: 0;
	padding: 2px 3px 2px 3px;
}
input {
	width: 150px;
	margin-left: 3px;
	margin-right: 3px;
}
select {
	background: #ffffff;
	border: 1px solid #888888;
	padding: 1px 2px 1px 2px;
	margin-right: 3px;
}


img {
	border: 0;
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
}

div {
	display: inline;
	position: relative;
	float: left;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}


