/* CSS definition file containing site wide stylesheets */

.smalltxt {
	font-size: 12px;
 	font-weight: bold
}

.notice {
	font-size: 18px;
 	color: rgb(42,0,85);
 	font-weight: bold;
 	font-style: italic;
 	text-indent: 4px;
 	border-left: 1pt solid rgb(0,0,0);
 	border-bottom: 1pt solid rgb(0,0,0)
}

.Purple {
	font-size: 16px;
 	color: rgb(42,0,85);
 	font-weight: bold
}

.overstrike {
	font-size: 16px;
 	color: rgb(42,0,85);
 	font-weight: bold;
 	text-decoration: line-through
}

.diffbullet {
	list-style-image: url( "./DataIcon.gif" );
 	text-indent: 5px;
 	margin-left: 5px;
 	margin-right: 2px
}

.FormHeader {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 20px;
 	font-weight: bold;
 	font-style: italic;
 	text-indent: 2pt;
 	background-color: rgb(160,160,164);
 	border-left: 2px solid rgb(42,0,85);
 	border-top: 2px solid rgb(42,0,85);
 	border-bottom: 2px solid rgb(42,0,85)
}