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

body{
	background: #ffffff;
	padding: 10px;
}

h2{
	font-size:16px;
	padding: 0px 0px 10px 0px;
}

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

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

a:hover{
	color: #0f0f0f0;
	text-decoration: none;
}

p{
	padding: 0px 0px 10px 0px;
}

.nomargin{
	margin: 0px;
}

.access{
	display: none;
}

hr{
	height: 1px;
	background: #43002d;
}

.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: #000000;
}

input,select{
	clear: left;
	float: left;
	padding: 2px;
	color: #000000;
	background: #cfcfcf;
}

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