
BODY {
background-image: url("../images/back-old.gif");
}

UL {
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 10pt; 
color: #003300; /* dark green */
}

LI {
list-style-type: square;
}

.topHeader { 	/* JWG Consulting Title */
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 24pt;
font-weight: bold;
color: #003300; /* dark green */
}

.subHeader { 	/*  */
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 14pt; 
font-weight:bold;
color: #003300; /* dark green */
}

.secHeader {  	/* Section Header */
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 10pt; 
font-weight:bold;
color: #003300; /* dark green */
}

.copyright { 
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 8pt; 
color: green; /* green */
}

/* Nav */

.navHome {
background-color: none;
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 10pt; 
color: green; /* green */
font-weight:bold;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 6px;
}

.navHeading {
background-color: none;
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 10pt; 
color: #003300; /* dark green */
font-weight:bold;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 6px;
}

.navNormal { 
background-color: none;
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 10pt; 
color: green; /* green */
text-decoration: none;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 12px;
}

.navSpacer { 
background-color: none;
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 10pt; 
color: #003300; /* dark green */
text-decoration: none;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

/* Links */

a:link {
color: green; /* green */
text-decoration: underline;
}

a:active {
color: #33CC00; /* green */
text-decoration: underline;
}

a:visited {
color: green; /* green */
text-decoration: underline;
}

a:hover {
color: red; /* red */
text-decoration: none;
}

.text { 
font-family: Tahoma,Verdana,Arial,Helvetica; 
font-size: 10pt; 
color: #003300;
}