body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

.bgGreen {
	background-color: #009696;
}

.bgPurpleLight {
	background-color: #cc99ff;
}

.bgPurpleDark {
	background-color: #663399;
}

.bgBlack {
	background-color: #000;
}

.bgWhite {
	background-color: #fff;
}

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

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

.textNormalRed {
	color: red;
}

.textHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #009696;
}

.textNewsHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: FFF;
}

.textNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
}

.textAnnouncements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000033;
	list-style-image: url(images/dots-horz.gif);
	list-style-position: outside;
	list-style-type: none;
}
.textQuickLinks {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #660099;
}

.textNewsHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}

.textDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
}

.textCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}

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

a.linkNormal:hover {
	color: #666;
	text-decoration: none;
}

.linkTopNav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
	display: block;
	line-height: 20px;
}

a.linkTopNav:hover {
	color: #FFF;
	background-color: #9966CC;
}

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

a.linkBottomNav:hover {
	color: #666;
	text-decoration: none;
}

.linkMaxcreative {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #6666FF;
}

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

.linkNews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #FF6600;
}

a.linkNews:hover {
	color: #0000FF;
	text-decoration: none;
}

.textPractices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	line-height: 16px;
}

.textPracticesBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
}

.textPracticesHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663399;
}

.textPracticesPhone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #0066FF;
}

.linkPractices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FF6633;
}

a.linkPractices:hover {
	color: #0000FF;
	text-decoration: none;
}


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