p, pre {
	margin: 0px 0px 0px 0px;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
}

body {
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	overflow: visible;
	min-width: 900px;
	margin: 0px;
}

h1 {
	background-color: #BBE0E3;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #224B50;
}

h2 {
	background-color: #BBE0E3;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	color: #224B50;
	border: solid 1px #224B50;
}

h3 {
	font-size:11px;
	color: #333;
	font-weight: bold;
	display: inline;
}

input[type="checkbox"] {
	margin-left: 0px;
	padding-left: 0px;
}

input[type="textarea"], textarea {	
	overflow: auto;
}

input,textarea,pre, select {
	font-size: 10px;
	margin: 0;
	padding: 0;
	font-family: verdana,helvetica,sans-serif;
}

a, a:hover, a:active {
	color: black;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}