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

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #666666;
}

body{
	background: #FFFFFF;
}

ul,li,h1,h2,h3,h4,h5,h6{
	text-indent: -99999999px;
	list-style-type: none;
	font-size: 1.5em;
}

a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	text-align: justify;
	padding: 0px 0px 10px 0px;
}

label{
	font-weight: bold;
	padding: 3px 0px;
	width: 5em;
	float: left;
	clear: left;
}

input,select{
	padding: 3px;
	margin: 2px;
	background: #cccccc;
	float: left;
}

select{
	padding: 2px 3px 2px 0px;
}

.show{
	text-indent: 0px;
}

.bold{
	font-weight: bold;
}