body {
	background-color: #FFFFFF;
	margin: 0px;
}
td {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

<!-- ==================== -->

a {
	color: #375D8B;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #375D8B;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #375D8B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2D3947;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #375D8B;
	font-weight: bold;
	text-decoration: none;
}

<!-- ==================== -->

.bigTitle {
	font-size: 16px;
	font-weight: bold;
}

.bigTitleRed {
	font-size: 16px;
	font-weight: bold;
	color: 993333;
}

<!-- ==================== -->

.bigLink {
	font-family: Arial;
	font-size: 17px;
}
.helpLink {
	font-family: Arial;
	font-size: 11px;
	color: 375D8B;
}
.footerLink {
	font-family: Tahoma;
	font-size: 10px;
}
.smallLink {
	font-family: Tahoma;
	font-size: 10px;
}

<!-- ==================== -->

.input-quickSearch {
	background-color: #FFFFFF;
	border: 1px solid;
	color: #444444;
	font-family: Arial;
	font-size: 12px;
}
.input-userLogin {
	background-color: #FFFFFF;
	border: 1px solid;
	color: #444444;
	font-family: Arial;
	font-size: 11px;
}