html{
	height				:	100%;
}

body {
	background-color	:	#000000;
	background-image	:	url(items/bgGradient.gif); 
	background-repeat	:	repeat-x;
	height				:	100%;
}


/* TEXT STYLES */
p {
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#FFFFFF;
	margin-top			:	12px;
	margin-bottom		:	12px;
	line-height			: 	16px;
}

p.values { 
	font-size			:	13px;
	line-height			: 	20px;
}

p.headlineQuote {
	margin-top			:	7px;
	margin-bottom		:	7px;
}

td {
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-size			:	11px;	
	color				:	#FFFFFF;
	line-height			: 	16px;
}

h1 {
	font-family			:	Arial, Helvetica, sans-serif;
	font-weight			:	bold;
	font-size			:	16px;	
	color				:	#11AF3D;
	margin				: 	0px;
}

h2 {
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-weight			:	bold;
	font-size			:	12px;	
	color				:	#FFFFFF;
	margin				:	0px;
	display				:	inline;
}

h3 {
	color				:	#11AF3D;
	font-weight			:	bold;
	font-size			:	11px;
	margin				:	0px;
}

.headline {
	font-family			:	Arial, Helvetica, sans-serif;
	font-weight			:	bold;
	font-size			:	16px;	/* 16px*/
	color				:	#11AF3D;
}

.subHeadline {
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	font-weight			:	bold;
	font-size			:	12px;	/* 11px*/
	color				:	#FFFFFF;
}

.floatHeadline {
	color				:	#11AF3D;
	font-weight			:	bold;
}

.greenText {
	color				:	#11AF3D;
}

.smallAuthorText {
	font-size			:	11px;
	color				:	#11AF3D;
	font-style			: 	oblique;
}

.addressText {
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#FFFFFF;
}

/* LINK STYLES */
a.addressText:link {
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#FFFFFF;
	text-decoration		:	none;
}

a.addressText:visited {
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#FFFFFF;
	text-decoration		:	none;
}

a.addressText:hover {
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#FFFFFF;
	text-decoration		:	underline;
}

a.addressText:active {
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	11px;
	color				:	#FFFFFF;
	text-decoration		:	none;
}

a.greenText:link {
	color				:	#11AF3D;
	text-decoration		:	underline;
}

a.greenText:visited {
	color				:	#11AF3D;
	text-decoration		:	underline;
}

a.greenText:hover {
	color				:	#FFFFFF;
	text-decoration		:	none;
}

a.greenText:active {
	color				:	#11AF3D;
	text-decoration		:	underline;
}

/* FORM STYLES */
.button {
	font-family			: 	Verdana, Arial, Helvetica, sans-serif;
	font-size			: 	11px;
	color				: 	#000000;
	background-color	: 	#d8d8d8;
	border				: 	1px solid #333333;
}

.inputFields {
	font-family			: 	Verdana, Arial, Helvetica, sans-serif;
	font-size			: 	11px;
	color				: 	#000000;
	background-color	: 	#d8d8d8;
	height				: 	17px;
	border				:	1px solid #333333;
}

.textAreas {
	font-family					: 	Verdana, Arial, Helvetica, sans-serif;
	font-size					: 	11px;
	color						: 	#000000;
	background-color			: 	#d8d8d8;
	border						: 	1px solid #333333;
	scrollbar-base-color		:	#ffffff;
	scrollbar-3dlight-color		:	#ffffff;
	scrollbar-arrow-color		:	#ffffff;
	scrollbar-darkshadow-color	:	#ffffff;
	scrollbar-face-color		:	#ffffff;
	scrollbar-highlight-color	:	#ffffff;
	scrollbar-shadow-color		:	#ffffff;
	scrollbar-track-color		:	#ffffff;
}

/* SCROLLWINDOW STYLES */
#container {
	position	: 	static;
	top			: 	0px;
	left		: 	0px;
	width		: 	437px;
	height		: 	393px;
	overflow	: 	hidden;
}

#content {
	position	: 	relative;
	width		: 	407px;
	left		: 	15px;
}

#scrollArea {
	position	: 	static;
	top			: 	0px;
	height		: 	360px;
	width		: 	7px;
	border		: 	1px solid #666;
	overflow	: 	hidden;
}

#scroller {
	position	: 	relative;
	top			: 	0px;
	width		: 	7px;
	background	: 	#11AF3D;
	background-image : url(items/scrollbar_arrow.gif);
	background-repeat : no-repeat;
	background-position : center;
	cursor		:	pointer;
}

#containerQuote {
	position	: 	static;
	top			: 	0px;
	left		: 	0px;
	width		: 	260px;
	height		: 	160px;
	overflow	: 	hidden;
}

#contentQuote {
	position	: 	relative;
	width		: 	248px;
	left		: 	10px;
}

/* GFX STYLES */
.frameBorder {
	border		:	1px solid #777777;
	padding		:	5px;
}

.imageBorder {
	padding		:	3px;
	border		:	1px solid #cdcdcd;
}

.seperator {
	border		:	1px solid #777777;
	padding		:	1px;
}
