/* Elements */

BODY {
	color: Black;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
}

p {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
}

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; }

h1 {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

A {
	color: Blue;
	text-decoration: none;
}

a:link {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: Red;
	text-decoration: underline;
}

a:active {
	color: Red;
	text-decoration: underline;
}

/* Classes */

.bulletedlist {
	margin: 0px;
	padding: 0px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;

}
form {
	margin-bottom: 0px;
}
