/* CSS definition file containing site wide stylesheets */

.BigLink {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 24px;
 	color: rgb(0,0,128);
 	font-weight: bold;
 	text-decoration: underline
}

.TextObject {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 14px;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-indent: 0px;
 	margin: 0px
}

.TextNavBar {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: x-small;
 	color: rgb(102,51,153);
 	font-weight: normal;
 	font-style: normal
}