body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

.bgBlue {
	background-color: #336699;
}

.bgWhite {
	background-color: #FFF;
}

.bgRed {
	background-color: #FF0000;
}

.bgYellow {
	background-color: #F8DF80;
}

.logoBG {
	background-image: url(images/logoBG.gif);
	background-repeat: no-repeat;
}

.contactBG {
	background-image: url(images/contactBG.gif);
	background-repeat: no-repeat;
}

.navigationBG {
	background-image: url(images/navigationBG.gif);
	background-repeat: repeat-x;
}

.linkMainNav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

a.linkMainNav:hover {
	color: #003399;
}

.linkNormalRed {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #FF0000;
}

a.linkNormalRed:hover {
	text-decoration: none;
}

.linkNormalGold {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #CC9900;
}

a.linkNormalGold:hover {
	text-decoration: none;
}

.linkNormalBlack {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #222;
}

a.linkNormalBlack:hover {
	text-decoration: none;
}

.linkMaxcreative {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 14px;
}

a.linkMaxcreative:hover {
	text-decoration: none;
}

.textNormal {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #888;
}

.textNormalBold {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}

.textNormalRed {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FF0000;
}

.textNormalRedLarge {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FF0000;
}

.textNormalGold {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #CC9900;
}

.textNormalBlack {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #222;
}

.textNormalGreen {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #339933;
}

.textHeadLead {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	line-height: 22px;
}

.textHead {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #6699CC;
}

.textCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	line-height: 14px;
}

.textTestimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444;
}
.textTestimonialAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #222;
	font-weight: bold;
}
.quoteBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4A6173;
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	line-height: 20px;
}
.loginTable {
	border: 1px solid #333333;
	background-color: #CCFFFF;
}
