body {
	background-color: #E0DDCE;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
	scrollbar-face-color: #282E34;
	scrollbar-arrow-color: #EC008C;
	scrollbar-base-color: #282E34;
	scrollbar-shadow-color: #282E34;
	scrollbar-darkshadow-color: #9CA1A6;
	scrollbar-highlight-color: #9CA1A6;
	scrollbar-3d-light-color: #9CA1A6;
}


table.content {
	background-color: #282E34;
}

table.content_bright {
	background-color: #424A52;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

td.heading {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF200;
	background-image: url(images/heading_bg.gif);
	padding: 4px 4px 4px 4px;
}

td.formback {
	background-color: #424A52;
}

img.header_image {
	border: 6px solid #FFFFFF;
}

hr{
	height:1px;
	border:0px;
	color:#424A52; /* IE fix */
	background:#424A52;
}

textarea {
	overflow: hidden;
}

ul.arrow {
	margin: 0 0 10 10;
	padding: 0 0 0 0;
	list-style-image: url(images/icon_line_white.gif); 
}

input, textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #424A52;
	background-color: #424A52;
}

input.button {
	border: 1px solid #EC008C;
	background-color: #EC008C;
	cursor: pointer;
}

a {
	color: #A0A7AD;
	text-decoration: none;
}

a:hover {
	background-color: #EC008C;
	color: #FFFFFF;
}