a.work:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DBD9A2;
	text-decoration: none;
}
a.work:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DBD9A2;
	text-decoration: none;
}
a.work:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.work:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.spacer: {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DBD9A2;
	text-decoration: none;
	}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;

}
.subText { font-size: 11px;
           color: #777;
           line-height: 16px; }
.spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}.hometextlg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.fronthuge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 22px;
	color: #E9E9E9;
	text-decoration: none;
}
.homelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
	text-align: left;
	letter-spacing: -1pt;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AB0A26;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AB0A26;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AB0A26;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AB0A26;
	text-decoration: none;
}
.redheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AB0A26;
	text-decoration: none;
}

.container { position: relative; }

#whatsNew { position: relative;
            height: 430px; }

a.popupLink { text-decoration: none;
              position: absolute;
              display: block;
              border: 0; }

a.popupLink img.thumb { border: 0;
                        z-index: 1; }

a.popupLink div.popup { display: none;
                        border: 2px solid #333;
                        position: absolute;
                        background-color: #333;
                        margin: 0;
                        padding: 0;
                        z-index: 100; }

a.popupLink div.popup p { background-color: #333;
                          color: #fff;
                          font-size: 12px;
                          margin: 0;
                          padding: 5px;
                          width: 240px; }

a.popupLink div.popup img { margin: 0;
                            padding: 0;
                            border: 0; }

a.popupLink:hover div.popup { display: block; }