@charset "utf-8";

@import url('main.css');
@import url('class.css');
@import url('ie6.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: #949393;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 40px 0;
	text-align:justify
}

#panel {
	width:541px;
	height:300px;
	position: relative;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 {
	font-size:18px;
	color:#666666;
	margin:0px;
}

h1 {
	font-size:16px;
	color:#666666;
	margin:0;
	display: inline;
}

.subline {
	font-size:11px;
	color:#ff4900;
	font-weight:bold
}

.statement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}