/* CSS Style Sheet */

@import url('content.css');
@import url('layout.css');
@import url('formular.css');
@import url('../SpryAssets/SpryMenuBarHorizontal.css');
@import url('../SpryAssets/SpryMenuBarVertical.css');
@import url('../SpryAssets/SpryCollapsiblePanel.css');

* {
	margin:0;
	padding:0;
}

body {
	scrollbar-arrow-color: #ffee0e;
	scrollbar-track-color: #f3f1d8;
	scrollbar-base-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #333333;
	line-height: 140%;
	background-color: #000000;
	height: 100%;
	overflow:hidden;
	margin: 0px;
	padding: 0px;

}
a	{
	text-decoration:none;
	color: #A39665;
}
html {
	overflow:hidden;

}

a:hover {
	color: #C6B700;
}
p {
	padding-top: 2px;
	padding-bottom: 2px;
}


ul, li{
	list-style-type: circle;
}

H1,h2,h3 {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.8em;
	font-weight: 400;
}
h2 {
	font-size: 1.3em;
	font-weight: 700;
}
h3 {
	font-size: 1.1em;
	font-weight: 400;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	}
.marker {
	color: #FF0000;
}
