html, body {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

img {
	border: 0;
}

form, p, blockquote, ul, ol {
	margin-top: 0;
	margin-bottom: 0;
}

/* -------------------------- Content styles -------------------------- */

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 68.75%; /* 11px */
	text-decoration: none;
	color: #242424;
}

input, select, textarea, table {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.0em;
	text-decoration: none;
	color: #242424;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 1.2em;
	text-decoration: none;
	color: #242424;
}

ul, ol {
	margin-left: 16px;
}

li {
	list-style-image: url(/templates/images/li.gif);
}

a {
	text-decoration: underline;
	color: #6F6D6C;
}

a:hover {
	color: #FF6600;
}

a.news {
	text-decoration: none;
	color: #000000;
}

a.news:hover {
	text-decoration: underline;
	color: #FF6600;
}

.head1 {
	font-size: 1.63em;
	font-weight: normal;
	color: #FF6600;
}

.head2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #FF6600;
}

.head3 {
	font-size: 1em;
	font-weight: normal;
	color: #999999;
}

.highlight {
	color: #FF6600;
}