/* CSS definition file containing site wide stylesheets */

.redbox {
	font-size: 12px;
 	border: 1px solid rgb(153,51,51);
 	padding: 3px
}

.box {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	border: 1pt solid rgb(51,102,153);
 	padding: 2pt
}