* {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

body {
	font-family: "Lucida Grande",lucida,arial,sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	text-align: left;
	background-color:#FFFFFF;
}

#page {
	width: 510px;
	margin: auto;
	margin-top: 20px;
}

#head {
	margin: 0px 0px 20px 0px;
}

.label {
	position: relative;
	top: 28px;
	left: 105px;
	width: 175px;
	height: 92px;
	z-index: 3;
}

table {
	text-align: left;
	border: solid 1px #0062C3;
	margin-bottom: 10px;
}

table th {
	background-color: #97ADE4;
	padding: 3px 0px 4px 3px;
}

table td {
	background-color: #E1E7F8;
	padding: 3px 0px 4px 3px;
	border-top: solid 1px #0062C3;
}

table .blue {
	background-color: #C7D1F0;
}

#left {
	float: left;
	margin-right: 10px;
}

/* General text styles */
a,
a:link,
a:visited {
	color:#000000;
	text-decoration: underline;
}
a:hover,
a:active {
	color:#0062C3;
	text-decoration: underline;
}

a img {
	border:none;
}

a img {
	border:none;
}

h1, h2, h3, h4, p {
	font-weight: normal;
	margin: 0px 0px 6px 0px;
	color: #000000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

h4 {
	font-weight:normal;
}

p {
	color:#000000;
	font-size: 11px;
	margin-bottom: 10px;
}

.error {
	color: #FF0000;
}

em {
	font-size: 11px;
}


form br { 
	clear: left; 
}

#language {
	clear: both;
}