
/* -- Basics -- */
html, body, div, p,
li, ul, ol, menu, form, fieldset,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #71BFFC;
	text-decoration: none;
}

a:hover {
	/*text-decoration: underline !important;*/
	color: #D4EBFC;
}

a img {
	border: 0;
}

img {
	border: 1px #d5d2d2 solid;
}

input
select,
textarea {
	font-family: Arial, lucida, sans-serif;
	font-size: 1em;
	vertical-align: middle;
}

input, 
textarea {
	/*background: #8f8c8c;*/
	padding: 2px 0;
	margin: 0;
	border: 1px solid #676464;
}

button {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	height: 18px;
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #00CCFF;
	cursor: pointer;
}

.submit {
	width: auto !important;
	overflow: visible;
	background-color: #312b2a;
	border: 1px solid #000 !important;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p {
	line-height: 20px;
}


h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table th {
	text-align: left;
}

table td.right {
	padding-left: 5px;
}

table th.right {
	padding-left: 5px;
}

table td.left {
	padding-right: 5px;
}

table th.left {
	padding-right: 5px;
}


blockquote {
	margin: 0;
	padding: 10px 20px;
	color: #333;
	line-height: 1.6;
	font-family: Georgia, serif;
}

fieldset {
	border: 0 !important;
}


/*img, div, td, p {
	behavior: url('js/iepngfix.htc');
}
*/
