h3 {
  font-size: 12pt;
  background-color : #2C2C82;
  color : #FFFF66;
  font-style : normal;
}
td.letter {
	background-color : #EFF8F8;
	font-size : 12px;
	font-style : italic;
	color : #2C2C82;
}
A {
  text-decoration: underline;
}

A.link {
  font-size: 8pt;
  color: #3366FF;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

A.link:hover {
  color: red;
}

BODY {
	font-family : Arial;
}

.small {
	font-size : 10px;
	font-weight : bold;
	}


H1 {
  font-family: Georgia;
  font-size: 12pt;
  color: #2C2C82;
  background-image : url(images/header-back.gif);
  text-align : left;
  background : url(images/h1-back.gif) no-repeat;
}

P {
  font-size: 9pt;
  color: #716B68;
  font-family: Arial, Helvetica, sans-serif;
}

.top {
	color : #2D2E87;
	letter-spacing : 2px;
	font-weight : bold;
	font-size : 11px;
	}


UL {
  font-size: 9pt;
  font-weight: bolder;
  color: Black;
}

H2 {
  font-size: 12pt;
  background-image : url(images/h3-back.gif);
  background : url(images/h3-back.gif) no-repeat;
}

OL {
  font-size: 9pt;
  font-weight: bold;
}

CITE {
  font-size: 8pt;
  color: black;
  font-style: normal;
}


A.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A8A8A8;
	text-decoration: none;
}
A.sub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #797979;
	text-decoration: none;
}
A.sub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
A.sub2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

A.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C9E4E4;
	text-decoration: none;
	display: block;
	background-color: #2C2C82;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
A.button:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	display: block;
	background-color: Yellow;
}