/* CSS definition file containing site wide stylesheets */

.NormalText {
	font-size: 15px;
 	line-height: 24px
}

.WhiteInterior {
	background-color: rgb(255,255,255);
 	padding: 10px
}

.TanText {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 24px;
 	color: rgb(153,138,106);
 	font-weight: bold
}

.GreyText {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 20px;
 	color: rgb(77,78,98);
 	font-weight: bold
}

.Box {
	padding: 20px
}

.BoxSmall {
	background-color: rgb(255,255,255);
 	border: 1px solid rgb(151,136,105);
 	padding: 5px
}