@import url("header.css");
@import url("page.css");

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	font-family: Segoe UI, Verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #777777;
	background-color: #EBF6ff;
}

table {
	clear: both;
	width: 100%;
}

a {
	color: #136596;
	text-decoration: underline;
}

a:hover {
	color: #53a5e4;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	color: #136596;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding-left: 30px;
	line-height: normal;
	clear: both;
}

h2 {
	color: #136596;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 15px;
	line-height: normal;
	clear: both;
}

p {
	margin-top: 4px; 
	margin-bottom: 18px; 
}

input, select, textarea {
	background-color: #effaff; 
	border: 1px solid #BCD7F2;
	margin-bottom: 4px;
}

.clear {
	clear: both;
}

label {
	width: 150px;
	font-weight: bold;
	float: left;
}
