body { 
font-family: Tahoma, Arial, sans-serif;
background-color: #ffffff;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
color: #606060;
font-size : 100%;
}

P, TD, LI, UL, Table {
color: #606060;
font-family : Tahoma, Arial, sans-serif;
font-size : 100%;
}

/* this group sets the normal link colors */
A:LINK {
color : #1C8E1D;
font-weight : bold;
text-decoration: underline;
}
A:VISITED {
color : #1C8E1D;
font-weight : bold;
text-decoration: underline;
}
A:HOVER {
color: #000000;
font-weight : bold;
text-decoration : underline overline;
}
A:ACTIVE {
color : #1C8E1D;
font-weight : bold;
text-decoration: underline;
}

H1 {
font-size : 100%;
font-weight : bold;
letter-spacing: 3px;
color: #1C8E1D;
}

H2, H3, H4, H5, H6 {
font-size : 100%;
font-weight : bold;
letter-spacing: 3px;
color: #1C8E1D;
}

UL {
list-style: square;
}

li {
	padding-bottom: 5px;
}

HR {
color : #000000; 
height : 5px;	 
width : 75%;
}


.header {
font-family : Tahoma, Arial, sans-serif;
background-image: url("images/toprep.gif");
background-repeat: repeat-x;
}

.content {
font-family : Tahoma, Arial, sans-serif;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
font-size: 90%;
}

.footer {
font-family : Tahoma, Arial, sans-serif;
background-image: url("images/btmrep.gif");
background-repeat: repeat-x;
}

.copycell {
font-family : Tahoma, Arial, sans-serif;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-size: 70%;
text-align: center;
}

.copycellrt {
font-family : Tahoma, Arial, sans-serif;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
text-align: right;
font-size: 70%;
}

.htopiccell {
text-align: center;
padding: 2px;
font-size: 70%;
}

.htopic {
font-family : Tahoma, Arial, sans-serif;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
background-color: #FCEDF4;
border: 1px solid #000000;
}

/* This area sets the special classes */

.navigation {
text-align: center;
padding: 2px;
}


/* This sets the special tab area link properties */
a.nav:link {
text-decoration:none;
color:#1C8E1D;
font-weight : bold;
width: 160px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #000000;
background-color: #FCEDF4;
font-size: 75%;
}

a.nav:active {
text-decoration:none;
color:#1C8E1D;
font-weight:bold;
width: 160px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #000000;
background-color: #FCEDF4;
font-size: 75%;
}

a.nav:visited {
text-decoration:none;
color:#1C8E1D;
font-weight:bold;
width: 160px;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #000000;
background-color: #FCEDF4;
font-size: 75%;
}

a.nav:hover {
text-decoration:none;
color:#000000;
font-weight:bold;
width: 160px;
background-color: #E2F8E6;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #000000;
font-size: 75%;
}

.img_flt_l {
	float:left;
	padding:5px 10px 5px 0px;
}

.img_flt_r {
	float:right;
	padding:5px 0px 5px 10px;
}