/* Contains basic HTML-elements. */




/* Reset ... */
* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}




/* BODY */
body {
	background-color: #000;
	color: #fff;
	font-family: "Verdana", Sans-Serif;
	font-size: 62.5%;
	/*
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 7.5pt;
	*/
	vertical-align: top;
}




/* LINK */
a,
a:hover,
a:link,
a:visited {
	color: #00b3e8;
	cursor: pointer;
	text-decoration: none;
}

a.chevron, span.chevron {
	font-family: Arial;
	font-size: 150%;
	font-weight: bold;
	line-height: 100%;
}



/* IMAGE */
img {
	vertical-align: top;
}




/* TYPO */
h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial", Sans-Serif;
}

h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2.0em;
}
h3,
h4,
h5,
h6,
p,
address{
	font-size: 1.1em;
	line-height: 1.5em;
}




/* LIST */
ul,
ol,
dl {
	font-size: 1.1em;
	list-style-position: outside;
}

ul ul,
ol ul,
ul ol {
	font-size: 1.0em;
}

li {
	list-style-image: none;
	list-style-type: none;
}

dt,
dd {}




/* TABLE */
table {}
thead {}
tbody {}

tr {}
th {
	font-size: 1.1em;
}
td {
	font-size: 1.1em;
}




/* FORM */
form,
fieldset,
legend,
label,
input,
option,
select,
textarea {
	font-family: "Verdana", Sans-Serif;
}

label,
legend,
input,
select,
textarea {
	font-size: 1.1em;
}

input {
	height: 18px;
	padding: 2px 2px 0 2px;
}

input,
select {
	background: #646464;
	color: #fff;
}

option {
	padding: 2px;
}
