@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: 11px;
	line-height: 1.2em;
	color: #fefedf;
}

body{
	width: 1000px;
	background: #8f282b url(../_graphics/bg.jpg) top left;
}

h3.show a{
	font-size: 16px;
}

ul#ul_menu,ul#ul_menu li,h1,h2,h3,h4,h5,h6{
	text-indent: -99999999px;
	list-style-type: none;
}

.source{
	font-size: 9px;
}

.external{
	color: #03cfdf;
	font-weight: normal;
}

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

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

.nomargin{
	margin: 0px;
	padding: 0px;
}

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

.access{
	display: none;
}

div.more div.hr,div.more h3.show{
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-weight: normal;
}

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

.clear{
	clear: both;
}

.show{
	text-indent: 0px;
}

.bold{
	font-weight: bold;
}

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

label{
	margin: 2px 4px 2px 0px;
	font-weight: bold;
	clear: left;
	float: left;
}

input{
	color: #000000;
	float: left;
	padding: 2px;
	background: #ffffff;
}

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

.formItem{
	display: table;
	-display: block; /* IE Only */
	-width: 270px; /* IE Only */
	padding: 4px;
	margin: 0px 0px 0px 0px;
	clear: left;
}