.red-text, .white-text { color: #fff; font-weight: bold; text-shadow: 1px 1px 1px #333; }
.black-text { color: #000; font-weight: bold; text-shadow: 1px 1px 1px #999; }
.green-text { color: #33FF33; font-weight: bold; text-shadow: 1px 1px 1px #333; }

A:hover {
	COLOR: #ccccff; TEXT-DECORATION: none
}
A:link {
	TEXT-DECORATION: none
}
a:visited {
  text-decoration: none;
}
.body, td {
	FONT-SIZE: 11pt; COLOR: white; LINE-HEIGHT: 13pt; FONT-FAMILY: Times
}
.header {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: white; LINE-HEIGHT: 16pt; FONT-FAMILY: Times
}

.desc {
	FONT-SIZE: 14pt; COLOR: white; LINE-HEIGHT: 18pt; FONT-FAMILY: Times
}
.mainmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	vertical-align: middle;

}
.3pxborder { border: 2px solid #000; }

h2 { font-size: 18px; }
h1 {
	font-size: 36px;
	font-weight: normal;
}

a.pdf { /*The background image*/
	background: url(images/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}
