body
{
	margin: 0px;
	padding: 15px;
	background-color: White;
	font-size: 11px;
}

body, p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, input, select
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

body, ul, ol, li, div, td, th, address, nobr, input, select, textarea
{
	font-size: 11px;
}

option, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

textarea
{
	overflow: auto;
}

input, select
{
	background-color: #FFFFFF;
	vertical-align: middle;
}

textarea.input_text, input.input_text
{
	border: 1px Solid ActiveBorder;
}

input.chb
{
	background-color: transparent;
}

input[type=checkbox], input[type=radio]
{
	background-color: transparent;
}

input[type=text]:focus, input[type=password]:focus
{
	background-color: #87ceeb;
}

label
{
	cursor: hand;
}

legend
{
	font-weight: bold;
	color: #455595;
}

li
{
	list-style-type: square;
}

img
{
	border:0px;
}
