BLOCKQUOTE {
	font-size:100%;
	margin-left:15%;
	margin-right:8%;
}
H1 {
	font-size: 150%;
}
#img {
	A:hover;
	background : White;
	margin: 15px;
}

.agenda {
	margin-right : 0%;
	margin-left : 15%;
}

.innerAgenda {
	margin-left : 5%;
	margin-right : 0%;
}

TABLE {
	border : 5px outset #FFFFCC;
}

TABLE.plainTable, TABLE.plainTable TD, TABLE.plainTable TH  {
	border: none;
	background-color: #FFFFFF;
}

TH {
	border : 2px groove #FFFF99;
	background-color : #FFFFF0;
	padding : 5px;
}

TD {
	border : 2px groove #FFFF99;
	background-color : #ffcc00;
	padding : 5px;
	font-weight : bolder;
}

BODY
{
	background-color: White;
	font-family : "Times New Roman", Times, serif;
	font-size : medium;
}

P
{
	font-size : 100%;
	margin-right : 12%;
	margin-left : 8%;
}

div.warning
{
	background-color:#f5f5dc;
	padding:7px;
	border:1px dashed navy;
	font-size : 100%;
	margin-right : 12%;
	margin-left : 8%;
}

H2 {
	margin-left : 8%;
	font-size: 120%;
	margin-right : 10%;
}

H3 {
	margin-left : 8%;
	font-size: 100%;
	margin-right : 10%;
}


OL, UL, DL {
	font-size : 100%;
	margin-right : 12%;
	margin-left : 10%;
}

.banner {
	font-size : 90%;
	text-align: center;
}
A:link  {
	font-size : 100%;
	text-decoration : none;
	color : #0000FF;
}

A:visited  {
	font-size : 100%;
	text-decoration : none;
	color : #0000FF;
}

A:active  {
	font-size : 100%;
	text-decoration : none;
	color : #0000FF;
}

A:hover  {
	font-size : 100%;
	background-color : #ffcc00;
	text-decoration : none;
	color : #FFFFFF;
}

.lineColor {
	font-weight: bold;
	text-decoration: underline overline;
	background: #99ccff
}
.centerHead
{
	text-align:center;
	background:#99ccff;
}