.def {
	font-family : arial,helvetica,sans-serif ;
	color : #000000 ;
	font-size : 9pt ;
	font-weight : normal ;
	font-style : normal ;
}
.defWhite {
	font-family : arial,helvetica,sans-serif ;
	color : #ffffff ;
	font-size : 9pt ;
	font-weight : normal ;
	font-style : normal ;
}
.title {
	font-family : arial,helvetica,sans-serif ;
	color : #669933 ;
	font-size : 14pt ;
	font-weight : bold ;
	font-style : normal ;
}
.titleWhite {
	font-family : arial,helvetica,sans-serif ;
	color : #ffffff ;
	font-size : 14pt ;
	font-weight : bold ;
	font-style : normal ;
}
.subtitle {
	font-family : arial,helvetica,sans-serif ;
	color : #000000 ;
	font-size : 11pt ;
	font-weight : normal ;
	font-style : italic ;
}
.legalText {
	font-family : arial,helvetica,sans-serif ;
	color : #ffffff ;
	font-size : 7pt ;
	font-weight : normal ;
	font-style : normal ;
}

a.content {
	color : #6699cc ;
}
a:hover.content {
	color : #99ccff ;
}

a.leftNav {
	color : #ffffff ;
	text-decoration : none ;
}
a:hover.leftNav {
	color : #99cc66 ;
	text-decoration : none ;
}

#shadow {
	background-image : url('../images/borders/shadow.gif') ;
	background-repeat : repeat-y ;
}
#background {
	background-image : url('../images/bg.gif') ;
	background-repeat : repeat-y ;
}
#backgroundNav {
	background-image : url('../images/bgNav.gif') ;
	background-repeat : repeat-y ;
}
#borderTop {
	background-image : url('../images/borders/top.gif') ;
	background-repeat : repeat-x ;
}
#borderRt {
	background-image : url('../images/borders/rt.gif') ;
	background-repeat : repeat-y ;
}
#borderBtm {
	background-image : url('../images/borders/btm.gif') ;
	background-repeat : repeat-x ;
}
#wideSpacing {
	letter-spacing : 4px ;
}