/* BASIC HTML */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #e0e0e0;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal; 
	font-size: 10pt;
	text-align: center; 
	margin: 0px 0;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0;
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

/* HEADINGS */

h1 {
	font-family: Arial, Verdana, sans-serif; 
	color: #9b3d43; 
	text-align: left; 
	font-size: 16pt; 
	font-weight: bold; 
}

h2 {
	font-family: Arial, Verdana, sans-serif; 
	color: #757575; 
	text-align: left; 
	font-size: 14pt; 
	font-weight: bold; 
}

h3 {
	font-family: Arial, Verdana, sans-serif; 
	color: #723035; 
	text-align: left; 
	font-size: 12pt; 
	font-weight: bold; 
}

h4 {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #9b3d43; 
}

h5 {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #9b3d43; 
}

h6 {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #9b3d43; 
}

/* HYPERLINKS PROPERTIES */

a:link  {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #a5a5a5; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #c25a52; 
	text-decoration: none; 
	font-weight: bold;
}