body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #416E19;
}

div#content {
	width: 575px;
	height: 355px;
	overflow: auto;
}

.bgrepeat-x {
	background-repeat: repeat-x;
}

.bgrepeat-y {
	background-repeat: repeat-y;
}

.bgnorepeat {
	background-repeat: no-repeat;
	background-position: top left;
}

.bgside {
	background-image: url(images/bgside.jpg);
	background-repeat: repeat-x;
	background-color: #C8BE8C;
}

.bgmain {
	background-image: url(images/bgmain.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.bgbar {
	background-color: #B19B46;
}

.imageright {
	margin-left: 10px;
	margin-top: 7px;
}

.imageleft {
	margin-right: 10px;
	margin-top: 7px;
}

.texthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #466478;
}

.textnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #556E87;
	text-align:justify;
}

.textnormalnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #CC3333;
}

.linknormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #556E87;
}

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

.linksubnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	text-decoration: none;
}

a.linksubnav:hover {
	color: #B19B46;
}

.textcopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 26px;
	color: #000000;
}

.linkmaxcreative {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

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

/*********** TO ADD AND REMOVE SPECIALS *********************/

.special {  /* SPECIAL OFF = "none"; SPECIAL ON = "inline" */
	display:inline;
}

.nospecial {  /* SPECIAL OFF = "inline"; SPECIAL ON = "none" */
	display:none;
}