/* CSS Style Sheet */

@import url('html-page.css');
@import url('layout.css');
@import url('content.css');
@import url('formular.css');
@import url('lightbox.css');
@import url('../scripts/SpryAssets/SpryCollapsiblePanel.css');

* {
	margin:0;
	padding:0;
}

body {
	scrollbar-arrow-color: #ffffff;
	scrollbarBaseColor: #0000;
	scrollbar-track-color: #000;
	scrollbar-face-color: #373737;
	scrollbar-highlight-color: #000;
	scrollbar-3d-light-color: #000;
	scrollbar-dark-shadow-color: #000;
	scrollbar-shadow-color: #000;
	
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CCCCCC;
	line-height: 140%;
	background-color: #000000;
}
a	{
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}
p {
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-type: none;
}

H1,h2,h3 {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}h1 {
	font-size: 1.6em;
	font-weight: 400;
	padding-top: 2px;
	padding-bottom: 2px;
}
h2 {
	font-size: 1.4em;
	font-weight: 400;
}
h3 {
	font-size: 1.3em;
	font-weight: 400;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

