/* CSS definition file containing site wide stylesheets */

.brownHeaderText {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(141,43,9);
 	font-weight: bold
}

.menubar {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 18px;
 	color: rgb(128,128,128);
 	font-weight: bold
}

.largeText {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 18px;
 	color: rgb(129,129,129);
 	font-weight: normal;
 	font-style: normal
}

.hyperlinkText {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

.smallText {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(141,43,9);
 	font-weight: bold
}

.TopMenuBar {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 18px;
 	color: rgb(129,129,129);
 	font-weight: bold
}

.SmallGreyText {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(129,129,129);
 	font-weight: normal;
 	font-style: normal
}

.Hover:hover {
	color: rgb(204,204,51)
}