/* CSS definition file containing site wide stylesheets */

.bold {
	font-weight: bold
}

.menu:link {
	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none 
}

.body_11bold_blue {
	font-size: 11px;
 	color: rgb(81,92,156);
 	font-weight: bold
}

.body_11 {
	font-size: 11px
}

.italics {
	font-style: italic
}

.menu:active {
	color: rgb(205,223,253)
}

.menu:visited {
	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none 
}

.body_11_bold {
	font-size: 11px;
 	font-weight: bold
}

.menu:hover {
	color: rgb(217,214,105);
 	font-weight: bold;
 	text-decoration: none 
}