body {    
	background-image: url(images/design/background.gif);
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
}

td, th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 13px;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #C6D9EC;
	text-decoration: underline;
}

a.offwhite:link, a.offwhite:visited, a.offwhite:active {
     color: #D0D0E6;
     font-size: 11px;
     font-weight: bold;
     text-decoration: none;
}

a.offwhite:hover {
     color: #FFFFFF;
     font-size: 11px;
     font-weight: bold;
     text-decoration: underline;
}

a.whiteLarge:link, a.whiteLarge:visited, a.whiteLarge:active  {
     font-family: Arial Black;
     color: #FFFFFF;
     font-weight: bold;
     font-size: 22px;
     text-decoration: underline;
}

a.whiteLarge:hover {
     font-family: Arial Black;
     color: #D0D0E6;
     font-weight: bold;
     font-size: 22px;
     text-decoration: underline;
}

a.blackMidium:link, a.blackMidium:visited, a.blackMidium:active  {
     color: #000000;
     font-weight: bold;
     font-size: 14px;
     text-decoration: underline;
}

a.blackMidium:hover {
     color: #FF0000;
     font-weight: bold;
     font-size: 14px;
     text-decoration: underline;
}

a.blackSmall:link, a.blackSmall:visited, a.blackSmall:active  {
     color: #000000;
     font-weight: bold;
     font-size: 11px;
     text-decoration: underline;
}

a.blackSmall:hover {
     color: #FF0000;
     font-weight: bold;
     font-size: 11px;
     text-decoration: underline;
}

a.redSmall:link, a.redSmall:visited, a.redSmall:active  {
     color: #800000;
     font-size: 12px;
     text-decoration: none;
}

a.redSmall:hover {
     color: #FF0000;
     font-size: 12px;
     text-decoration: none;
}

a.redLarge:hover {
     color: #FF0000;
     font-size: 16px;
     text-decoration: none;
}

.textWhite {
     color: #FFFFFF;
}

.textOffWhite {
     color: #C6D9EC;
     font-weight: bold;
}

.textBlack {
     color: #000000;
}

.textRedBold {
     color: #800000;
     font-weight: bold;
}

.textBlackBoldSmall {
     color: #000000;
     font-weight: bold;
     font-size: 11px;
}

.textWhiteLarge {
     color: #FFFFFF;
     font-weight: bold;
     font-size: 20px;
}

.textWhiteBold {
     color: #FFFFFF;
     font-weight: bold;
}

.textBold {
     font-weight: bold;
}

.textSmall {
     font-size: 12px;
}

.textXsmall {
     font-size: 8px;
}