body {
	background-color: #666666;	
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td, p, li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	margin-bottom: 0px;
}
.white {
	background-color: #FFFFFF;
}
.color1 {
	background-color: #333366;
}
.color2 {
	background-color: #333366;
}
.color3 {
	background-color: #DFDFDD;
}
.color1withtopborder {
	background-color: #333366;
	border-top: 2px solid #FFFFFF;
}
.color1withbottomborder {
	background-color: #333366;
	border-bottom: 2px solid #FFFFFF;
}
.gray {
	background-color: #D7D7E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color:#000000;
}

.meetinghead {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.menutext a { 
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9999cc;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 3px solid #cccccc;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9999cc;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
.notop {
	margin-top: 0px;
}
.nobottom {
	margin-bottom: 0px;
}
.noboth {
	margin-top: 0px;
	margin-bottom: 0px;
}
.lineheight {
	margin-top: 0 px;
	line-height: 18px;
}
.indent {
	margin-left: 20px;
	margin-top: 0px;
}
a {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #9999cc;
	text-decoration: underline;
}