p{
	font-family: Franklin Gothic Medium Cond;
	font-size: 14px;
	line-height: 15px;
	letter-spacing : 1px;
}

p.white{
	font-family: Franklin Gothic Medium Cond;
	color: #ffffff;
	font-size: 14px;
	line-height: 15px;
	letter-spacing : 1px;
}

p.headers{
	font-family: Franklin Gothic Medium Cond;
	font-size: 16px;
	line-height: 15px;
	letter-spacing : 1px;
}

A {
	text-decoration : underline;
	color : blue;
}

A.Maroon {
	text-decoration : none;
	color : #003082;	
}
A.blueGreen {
	text-decoration: none;
	color: #003082;	
}
A.blueGreen:hover {
	text-decoration: none;
	color: #339933;
}
a.greenBlue {
	text-decoration: none;
	color: #2f8927;
}
a.greenBlue:hover {
	color: #003082;
}
p.copyright {
	font-family: Franklin Gothic Medium Cond;
	font-size: 9px;
	color: #ffffff;
	line-height: 15px;
	letter-spacing : 1px;	
}
p.dwgTitle {
	font-family: Franklin Gothic Medium Cond;
	font-size: 15px;
	color : #003082;
	line-height: 15px;
	letter-spacing : 2px;	
}
p.pageTitle {
	text-decoration : underline;
	font-family: Franklin Gothic Medium Cond;
	font-size: 17px;
	color : #003082;
	line-height: 16px;
	letter-spacing : 2px;
}
p.header {
	text-decoration : underline;
	font-family: Franklin Gothic Medium Cond;
	font-size: 11px;
	color : #003082;
	line-height: 16px;
	letter-spacing : 2px;
}
p.belowheader {
	font-family: Franklin Gothic Medium Cond;
	font-size: 12px;
	color : #000000;
	line-height: 16px;
	letter-spacing : 2px;
}

#navigation {
margin: 2px auto 0px auto;
background: url(/imx/pixel/grey.gif) repeat-x 0 50%;
font-size: 12px;
z-index: 1;
}

#navigation ul {
list-style-type: none;
text-align: center;
margin: 0px;
padding: 0px;
z-index: 2;
}

#navigation li {
display: inline;
text-align: center;
margin: 0px 5px;
}

#navigation li a {
padding: 1px 5px;
color: white;
background-color: #003082;
font-weight: bold;
text-decoration: none;
}

#navigation li a:hover, #navigation li a#current {
color: #000000;
background-color: #E6EBD0;
} 

TD,P,B,INPUT,DIV{font-family:arial,helvetica; font-size:12px}




/* New layout classes - JZ - 03-03-09 */
.series {
	color: #389932;
	font-size:14px;
	font-weight: bold;
}
.item {
	color: #389932;
	font-size: 12px;
	font-weight: bold;
}
.content {
	background: #e6ead1;
}

.detailsTable {
	border: 1px solid #003082;
}
.detailsHeader {
	background-color: #003082;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.detailsBody {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
}

.itemTable {
	border: 1px solid #339933;
}
.itemHeader {
	background-color: #339933;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.itemBody {
	color: #000000;
	font-size: 12px;
	border: 1px solid #339933;
}
.itemTitle {
	color: #339933;
	font-size: 12px;
	font-weight: bold;
}
.itemOptions {
	font-style: italic;
	color: #339933;
}

a.blueBold {
	font-weight: bold;
	color: #003082;
	text-decoration: none;
}
a.blueBold:Hover {
	text-decoration: underline;
}
a.pdfLink {
	font-size: 12px;
	font-weight: bold;
	color: #003082;
	text-decoration: none;
}
a.pdfLink:Hover {
	text-decoration: none;
	color: #2f8927;
}


table.mainLayout {
	border: 1px solid #999999;
}

.adminMenu {
	z-index: 2;
	position: absolute;
	left: 5px;
	top: 5px;
	border: 1px solid #999999;
	background-image:url(/main/images/TransparentPNGs/white75.png);
	padding: 5px;
}
.adminMenu a {
	padding: 2px 5px;
	font-size: 10px;
}


