/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines colors and fontstyles ----------- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */



/* ------ GLOBAL MARGIN, PADDING AND FONT -------------------------- */

div, p, h1, h2, h3, span, a, td, form {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: normal;
}


/* ------ BODY ----------------------------------------------------- */

body.start {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;

	/* SCROLLBAR COLOR NOT VALID :-\ */
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #999999;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #e6e6e6;
}

body {
	background-color: #000000;
	margin: 0px 0px 0px 0px;

	/* SCROLLBAR COLOR NOT VALID :-\ */
	scrollbar-face-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #999999;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #e6e6e6;
}


/* ------ FONT STYLES ---------------------------------------------- */

h1 {
	font-weight: bold;
}


/* ------ LINK STYLES ---------------------------------------------- */

a:link, a:visited, a:active {
	color: #EC7618;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}


/* ------ FORM STYLES ---------------------------------------------- */

.fs_warning {
	font-weight: bold;
	color: #ee8d40;
}

.fs_input {
	background-color: #fff6ce;
	border: #ee8d40 1px solid;
	color: #000000;
	font-family: verdana, arial, helvetica, geneva;
	font-size: 11px;
	font-weight: bold;
}

.fs_select {
	background-color: #fff6ce;
	color: #000000;
	font-family: verdana, arial, helvetica, geneva;
	font-size: 12px;
	font-weight: bold;
}


.fs_button {
	background-color: #ee8d40;
	border-bottom: #996600 1px solid;
	border-left: #efdd94 1px solid;
	border-right: #996600 1px solid;
	border-top: #efdd94 1px solid;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana, arial, helvetica, geneva;
	font-size: 12px;
}


/* ------ END CSS FILE --------------------------------------------- */