a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #000;
	text-decoration: underline;
}

body {
	background: #919191;
	color: #202020;
	font: 0.84em/1.4em Arial, Helvetica, Sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

form input, form select, form textarea {
	background: #FFF;
	color: #000;
	border: solid 1px #A5ACB2;
	font: 1em/1em Verdana, Arial, Helvetica;
}

form input.button {
	margin: 0;
	padding: 0;
	width: 91px;
	height: 25px;
	background: #EEE url(../../images/css_images/button.gif) 0 0 no-repeat;
	color: #000;
	border: none;
	text-align: center;
	line-height: 25px;
}

form input.button.long {
	width: 139px;
	background-image: url(../../images/css_images/button-long.gif);
}

form input.checkbox {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 0.5em;
}

h1 {
	font-weight: normal;
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
}

img {
	border: none;
}

li {
	margin: 0;
	padding: 0;
}

ol, ul {
	margin: 0 0 0 1.5em;
	padding: 0 0 1.5em;
}

p {
	margin: 0;
	padding: 0 0 1.5em;
}
