/* CSS definition file containing site wide stylesheets */

.table_header {
	font-size: 12px;
 	color: rgb(51,51,51);
 	font-weight: bold
}

.body_12 {
	font-size: 12px
}

.two:visited {
	font-size: 12px;
 	color: rgb(255,255,255);
 	letter-spacing: 2px;
 	font-weight: bold;
 	text-decoration: none 
}

.two:link {
	font-size: 12px;
 	color: rgb(255,255,255);
 	letter-spacing: 2px;
 	font-weight: bold;
 	text-decoration: none 
}

.two:hover {
	font-size: 12px;
 	color: rgb(255,204,51);
 	letter-spacing: 2px;
 	font-weight: bold;
 	text-decoration: none 
}