/* CSS definition file containing site wide stylesheets */

.z_test1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	text-transform: uppercase;
 	color: rgb(147,25,25);
 	font-weight: bold;
 	background-color: rgb(255,255,255);
 	padding: 3px 0px 3px 8px;
 	border-left: 1px solid rgb(147,25,25);
 	margin-top: 10px;
 	border-top: 1px solid rgb(147,25,25);
 	border-right: 1px solid rgb(147,25,25);
 	border-bottom: 3px solid rgb(255,138,0);
 	width: 100%
}

.TextObject {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif
}

.mkg_box_1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 20px;
 	color: rgb(255,255,255);
 	letter-spacing: 2px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(204,0,0);
 	border: 2px solid rgb(255,255,255);
 	margin: 2px;
 	padding-top: 10px;
 	padding-bottom: 10px
}