body {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: small; 
	font-style: normal; 
	color: #000000; 
	text-decoration: none; 
	background-color: #FFFFFF
}
body a:link {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
body a:visited {
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
body a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.mono1 {
    font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.ital1 {
	font-size: smaller;
	font-style: italic;
}
.grayback {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #CCCCCC;
	color: #000000;
}
.bldwhit {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366AA;
}
.title1 {
	font-size: x-large;
	font-weight: bold;
}
.title2 {

	font-size: medium;
	font-weight: bold;
}
.title2b {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003399;
}
.title2b a:link {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.title2b a:visited {
	font-weight: bold;
	color: #9999CC;
	text-decoration: none;
}
.title2b a:hover {
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;
}
.smallblack {
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
.smallgray1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	cursor: hand;
}
.smallgray2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
	cursor: hand;
}

.medium {
	font-family: Helvetica, Arial, sans-serif;
    font-size: medium;
	font-style: normal;
	text-decoration: none;
}

.nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.nav a:link, a:visited {
	color: #000066;
	text-decoration: none
}
.navBlack {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.big {font-size: large}
.verybig {font-size: x-large}
.boldital {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
