a:link {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}
body {
	background-image: url(imgs/global/bodyBG.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td#copyright {
	font-size: 9px;
}
td#contentBg {
	background-color: #FFFFFF;
	background-image: url(imgs/global/contentBG.gif);
	background-repeat: no-repeat;
	background-position: top;
}
table#content {
	padding-right: 10px;
	padding-bottom: 10px;
}
.titleBlue {
	color: #53B0CC;
	font-size: 14px;
	font-weight: bold;
}
select {
	color: #FF0000;
}