/* CSS Document */

html, body, #wrapper {
	font-family					: Arial, Helvetica, sans-serif;
	background-color			: #000000;
	height						: 100%;
	margin						: 0;
	padding						: 0;
	border						: none;
	text-align					: center;
	}

#wrapper {
	background-color			: #000000;
	margin						: 0 auto;
	text-align					: left;
	vertical-align				: middle;
	width						: 947px;
	}

/* add H1 to make Firefox same as IE at top */
h1 {
	border						: 0px;
	padding						: 0px;
	margin						: 0px;
	}

h1 {
	font-size					: large;
	font-weight					: lighter;
	color						: #FFFFFF;
	}

h2 {
	font-size					: medium;
	color						: #FFFFFF;
	}

h3 {
	font-size					: medium;
	font-style					: italic;
	color						: #FFFFFF;
	}

h4 {
	font-size					: small;
	color						: #FFFFFF;
	}

h5 {
	font-size					: small;
	font-style					: italic;
	color						: #FFFFFF;
	}

h6 {
	font-size					: x-small;
	color						: #FFFFFF;
	}

table {
	font-size					: x-small;
	color						: #999999;
	}

td {
	vertical-align				: top;
	}

.menu {
	padding-top					: 15px;
	}

.content-normal, .content-left, .content-right {
	font-size					: x-small;
	color						: #999999;
	line-height					: 200%;
	padding-top					: 20px;
	}

.content-normal a, .content-left a, .content-right a {
	color						: #999999;
	}

.content-border {
	font-size					: x-small;
	color						: #999999;
	}

.content-border a {
	color						: #999999;
	}

.agendatable {
	font-size				: 10pt;
	color					: #FFFFFF;
	margin-left				: -18px;
	margin-right			: -18px;
	border-bottom			: #FFFFFF 6px solid;
	}

.agenda-menu {
/*	position				: relative;
	top						: -18px;
	left					: -18px; */
	}

.agenda-date {
	color					: #FFFFFF;
	text-align				: center;
	border-right			: #FFFFFF 6px solid;
	border-bottom			: #FFFFFF 6px solid;
	text-decoration			: none;
	width					: 174px;
	}

.agenda-btn {
	color					: #FFFFFF;
	padding-left			: 3px;
	padding-right			: 3px;
	border-right			: #FFFFFF 6px solid;
	border-bottom			: #FFFFFF 6px solid;
	text-decoration			: none;
	}

.agendatd {
	font-size				: 10pt;
	color					: #FFFFFF;
	padding-top				: 18px;
	}

.agenda-title {
	font-size				: 10pt;
	font-weight				: bold;
	color					: #FFFFFF;
	}

legend {
	border						: none;
	}
  
fieldset {
	border						: none;
	}

.radiolayout {
	width						: 60%;
	border						: none;
	}

.formu {
	width						: 80%;
	padding-top					: 10px;
	padding-bottom				: 10px;
	border						: none;
	}

.mf-input {
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-text {
	margin-bottom				: 5px;
	vertical-align				: top;
	}

.mf-select {
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-check {
	border						: none;
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-radio {
	border						: none;
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-file {
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.mf-submit {
	margin-bottom				: 5px;
	vertical-align				: middle;
	}

.footer {
	font-size					: x-small;
	color						: #999999;
	text-align					: center;
	vertical-align				: middle;
	}

.footer a {
	color						: #999999;
	}


