/*------ MAIN -------*/

body {
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.a-white,
.a-white:link,
.a-white:active,
.a-white:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

.a-white:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.a-red,
.a-red:link,
.a-red:active,
.a-red:visited {
	text-decoration: underline;
	color: #CC0000;
}

.a-red:hover {
	text-decoration: none;
	color: #CC0000;
}

/*------ FONT STYLES -------*/

.smallwhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color:#FFFFFF;
}

.mediumwhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.largewhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.X-largewhite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFFFFF;
}

.smallred {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CC0000;
}

.mediumred {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CC0000;
}

.largered {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CC0000;
}

.X-largered {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#CC0000;
}

/*------ TABLE BG STYLES -------*/

.tablebg {
	background-image:url(../images/watermark.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

.default-side1 {
	background-image:url(../images/side_1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

/*------ MISC STYLES -------*/

.maintablebrder {
	border:1px Solid #FFFFFF;
}

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.quote {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}
