/* CSS definition file containing site wide stylesheets */

.MyText {
	font-size: 13px;
 	color: rgb(63,63,63);
 	line-height: 19px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify;
 	margin: 0px 50px 35px 30px
}

H1 {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 16px;
 	color: rgb(63,63,63);
 	font-weight: bold;
 	margin: 22px 0px 7px 13px
}

P {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal
}

.MyFormLabels {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 11px;
 	color: rgb(63,63,63);
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify
}

.TextNavBar {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 12px
}