body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100.01%;
	color: #282828;
}

hr,.noscreen {
	position: absolute;
	top: -1000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

form {
	font-size: 1.75em;
}

h1,h2 {
	font-size: 1.75em;
	color: #010101;
	letter-spacing: 0.08em;
	word-spacing: 0.25em;
	font-weight: bold;
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-family: Arial, sans;
	font-weight: bold;
	color: #010101;
}
 
h3 {
	margin: 0 0 0.5em 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #010101;
}

h4,h5,h6 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	color: #585858;
}

label {
	font-size: 0.9em;
}

form,fieldset {
	font-size: 1em;
	font-weight: normal;
}

p { /*font-size: 0.8em;*/
	font-size: 0.85em;
	margin: 0 0 1.5em 0;
}

ol {
	font-size: 1em;
}

ol li p,ul li p {
	font-size: 0.9em;
	/*font-size: 0.8em;*/
}

pre {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul,ol {
	padding: 0;
}

ul li,ol li {
	font-size: 0.9em;
}

li li,li li li,li p,li h2,li h3,li span { /*font-size: 0.8em;*/
	font-size: 1em;
}

li p span {
	font-size: 1em;
}

a:link {
	color: #585858;
	text-decoration: underline;
}

a:visited {
	color: #585858;
	text-decoration: underline;
}

a:hover,a:active,a:focus {
	text-decoration: none;
}

form,fieldset,label {
	margin: 0;
	padding: 0;
	border: none;
}

.noborder {
	border: 0 none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

img.left {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

img.right {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

img.left,img.right {
	border: 0;
}

.centerText {
	text-align: center;
}

.rightText {
	text-align: right;
}

.nostyle {
	margin: 0;
	padding: 0;
	list-style: none;
}
/********************************/


input.text, textarea.text {
	border: 1px solid #000000;
}

.submit {
	padding: 0.25em 1em;
	border: 1px solid #000000;
	background-color: #ffffff;
	color: #000000;
}