/* CSS definition file containing site wide stylesheets */

.nav:link {
	color: rgb(182,192,195)
}

A:active {
	color: rgb(182,192,195)
}

.Bullets {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	list-style-type: circle;
 	list-style-position: inside
}

A:link {
	color: rgb(182,192,195)
}

.nav:visited {
	color: rgb(182,192,195)
}

A:visited {
	color: rgb(182,192,195)
}

.nav:active {
	color: rgb(182,192,195)
}

.textlink {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	color: rgb(0,0,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px
}

.nav:hover {
	color: rgb(0,0,0)
}

A:hover {
	color: rgb(0,0,0)
}