@import url(layout.css);
@import url(menu.css);
@import url(titles.css);

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: lucida grande,arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #f4fcd3;
}

body{
	background: #3a4f0c url(../_graphics/bg.jpg) top center repeat-y;
}

ul,li,h1,h2,h3,h4,h5,h6{
	overflow: hidden;
	text-indent: -99999999px;
	list-style-type: none;
	font-family: georgia,arial,helvetica,sans-serif;
}

a:hover{
	color: #cbea4a;
}

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

h1,h2,h3,h4,h5,h6{
	color: #f4fcd3;
	font-weight: bold;
	text-decoration: none;
}

p,.marginbottom{
	padding: 0px 0px 10px 0px;
}

.nopadding{
	padding: 0px;
}

.access{
	display: none;
}

.hr{
	margin: 4px 0px;
	height: 10px;
	background: url(../_graphics/hr.gif) top center repeat-x;
}

.clear{
	clear: both;
}

.show{
	text-indent: 0px;
}

.title{
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	color: #dbdbdb;
}

.bold{
	font-weight: bold;
}

input.radio{
	width:auto;
	clear: none;
	float: none;
}

label{
	margin: 2px 4px 2px 0px;
	font-weight: bold;
	width: 110px;
	clear: left;
	float: left;
	color: #dbdbdb;
}

input,select{
	padding: 2px;
	background: #ffffff;
	color: #000000;
	margin: 2px;
	border: 1px solid black;
}

input.button{
	float: left;
	background: #ffffff;
	width: 100px;
}
