body {
	background-color: #d9d9d9;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	}

a {
	text-decoration: none;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	}

a:link {
	color: #0a23aa;
	}

a:visited {
	color: #0a23aa;
	}

a:active {
	color: #0a23aa;
	}

a:hover {
      color: #a50000;
	text-decoration: underline;
	}

a.menu {
	text-decoration: none;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	}

a.menu:link {
	color: white;
	}

a.menu:visited {
	color: white;
	}

a.menu:active {
	color: white;
	}

a.menu:hover {
	text-decoration: none;
      color: #ff9b00;
	}

h1 {
	color: black;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	}

.whitesmall {
	color: #ffffff;
	font-family: verdana;
	font-size: 8pt;
	}

.contentbig {
	background-color: #ebebeb;
	background-image: url(images/contentbig.jpg);
	background-image: url(../images/contentbig.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	}

.contentsmall {
	background-color: #ebebeb;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	}

.header {
	color: white;
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	}

.blacksmall {
	color: black;
	font-family: verdana;
	font-size: 8pt;
	}

.blackmedium {
	color: black;
	font-family: verdana;
	font-size: 9pt;
	}

.error {
	color: red;
	font-family: verdana;
	font-size: 9pt;
	}

.blackbold {
	color: black;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	}

.textfield {
	height: 20px;
	width: 496px;
	font-family: verdana;
	font-size: 8pt;
	}

.textarea {
	height: 200px;
	width: 496px;
	font-family: verdana;
	font-size: 8pt;
	}


