#language_bar {
	font-size: x-small;
}
.submenu, .tabs {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  color: #FFFFFF;
}
.tabs a:link {
  color: #663333;
  text-decoration: none;
}
.tabs a:visited {
  color: #663333;
  text-decoration: none;
}
.tabs a:hover {
  color: #ffcccc;
  text-decoration: none;
}
.submenu a:link {
  color: #cc9999;
  text-decoration: none;
}
.submenu a:visited {
  color: #cc9999;
  text-decoration: none;
}
.submenu a:hover {
  color: #ffcccc;
  text-decoration: none;
}

/* incText is a class for all tables in the actual text *************/
.incText table {
  cell-spacing : 0px;
}

.incText TH, .incText TD {
  padding-left : 10px;
  padding-right : 10px;
  border-style: none none solid;
  border-color : #339966;
  border-width : 1px;
  vertical-align : top;
}

.incText TH {
  border-style: solid none;
  background-color : #FFE4E1;
  border-color : #339966;
  border-width : 2px;
}

.incText .firstRow TH {
  border-top-width : 3px;
}

.incText .firstRow TD {
  border-style : solid none;
}

.incText .lastRow TD {
  border-bottom-width : 3px;
}

/* paragraph membership */
p.membership {
	font-size : 80%;
	margin-left : 20px;
	margin-right : 20px;
	border-top : 1px solid #660033;
	border-bottom : 1px solid #660033;
	background-color : #FFE4E1;
	padding-left : 10px;
	padding-right : 10px;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pdfList li {
	list-style-image: url(images/pdficon_small.gif);
	padding-bottom: 3px;
}

A {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #339966;
  text-decoration: none;
}

A:HOVER
{
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #339966}

TD {
  font-size: 10pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*	P {
  font-size: 11pt;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}*/

H1, H2, H3, H4, H5, H6 {
  color : #339966;
  text-decoration : none;
}

H2 {
  border-top: thin solid #339966 ;
}

/* the following trick works and eliminates spaces between H4 
   and an immediately following P; it is commented out  as border
	 effects are unknown 
H4 {
	margin-bottom: 0em;
}

P {
  margin-top: 0em;
}
*/

/* shrink all Hx styles, so that H1 looks like a regular H3 */
H1 { font-size: medium }
H2 { font-size: small }
H3 { font-size:  x-small }
H4 { font-size: x-small}


#copyright {
	font-size: 65%;
}

#language_bar {
	font-size:9px;
}