 TD, TH, BODY, BUTTON, INPUT, TEXTAREA, SELECT
 {
     font-family: 	Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
     font-variant: 	normal;
     font-style: 		normal;
     font-size:     	8.5pt;
     color:         	Black;
 }

 a 			{ cursor: hand; }
 a:link 		{text-decoration: none; 	color: #0064A4; }
 a:visited 	{text-decoration: none; 	color: #0064A4; }
 a:active 	{text-decoration: none; 	color: #0064A4; }
 a:hover 	{text-decoration: underline; 	color: #0064A4; }

BODY {
	BACKGROUND-COLOR: white;
	filter:{ progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#D7D7D7); }
}


.heading {
	font-size : 12pt;
	text-transform: uppercase;
	font-weight : bold;
	text-decoration: none; 
	background-color: #0064A4;
	color: #FFFFFF;
	text-align: right;
}

.employer {
	font-size : 10pt;
	font-style: italic;
	text-transform: capitalize;
	font-weight: bold;
}
.title {
	font-size : 10pt;
	font-style: italic;
	text-transform: capitalize;
	font-weight: bold;
	text-align: right;
}

.menu {
	font-size : 9pt;
	text-transform: uppercase;
	font-weight : bold;
	text-decoration: none; 
	background-color: #000000;
	color: #FFFFFF;
	text-align: right;
}