/* CSS Document */

body {
	background-color: #140858;
	background-image: url(/gfx/background_tile.gif);
}

*{
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	color: #354487;
	
}

.style1 {
	font-size: 10pt;
	font-weight: bold;
}
.style3 {font-size: 8pt}
.style7 {font-size: 10}


a {
	color: #354487;
	text-decoration:none;
}

a:hover{
	color: #CFB254;
	text-decoration:none;
}

.redLink {
	color: #CFB254;
	text-decoration: none;
	font-weight: bold;
}

.subnav {
	text-decoration:none;
	font-size: 7pt;
}

.subnavHilite {
	font-size: 7pt;
	color: #CFB254;
	text-decoration: none;
}

.fpNav{
	color: #354487;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

.fpNavHILITE{
	color: #CFB254;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

.justify {
	TEXT-align: justify;
}

.breadcrumbs {
	color: #CFB254;
	font-size: 7pt;
}

.footerText {
	color: #caaf2d;
	text-decoration: none;
	font-size: 7pt;
	text-align:center;
}

.footerText:hover {
	color: #caaf2d;
	text-decoration: none;
	font-size: 7pt;
	text-align:center;
}

.whiteText{
	color: #FFFFFF;
}

.genTBL{
			/* frameTBL should be same width as here  */
			width: 100%;
	}
