h1 { 
	font-family: Verdana,sans-serif; 
	font-size: 16pt; 
	font-weight: bold; 
	color: #06c;
}

h2 {
	font-family: Verdana,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #f93;
}			

div.note {
	font-family: Verdana,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	margin-left: 140px;
}
	

p {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	color: black;
}

a {
	color: blue;
	font-weight: bold;
}

a:hover {
	color: red;
}

.label { 
	font-family: Verdana,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-align: right;
	width: 130px;
}

input.submit {
	font-family: Tahoma,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

.error {
	padding: 3px;
	padding-left: 6px;
	background-color: red;
	color: white;
	font-family: Verdana,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

body {
	margin-left: 50px;
	margin-right: 50px;
}

