body {
	margin: 0px 0px 0px 0px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	background-color:#C8C8C8;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

body, td, span, div, p {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.smallCopy {
	font-size:11px;
}

.extrasmallCopy {
	font-size:9px;
}

.smallRedCopy {
	font-size:14px;
	color:#b459f1;
}

a {
	color:#666666;
	text-decoration:none;
	font-size:10px;
}
a:hover {
	color:#000000;
	text-decoration:none;
	font-size:10px;
}
a:visited {
	color:#666666;
	text-decoration:none;
	font-size:10px;
}
a:visited:hover {
	color:#000000;
	text-decoration:none;
	font-size:10px;
}

a.on {
	text-decoration:none;
	color:#000000;
	font-size:10px;
}
a.on, a.on:visited {
	color:#000000;
	text-decoration:none;
	font-size:10px;
}
a.on:hover, a.on:visited:hover {
	color:#000000;
	text-decoration:none;
	font-size:10px;
}

.largeCopy {
	font-size:14px;
}

.HeaderCopy {
	font-size:16px;
	font-weight:bold;
}

.HeaderCopyRed {
	font-size:16px;
	color:#b459f1;
	font-weight:bold;
	
}

.redLink {
	font-size:11px;
	text-decoration:none;
	color:#b459f1;
	
}
a.redLink, a.redLink:visited {
	font-size:11px;
	color:#b459f1;
	text-decoration:none;
}
a.redLink:hover, a.redLink:visited:hover {
	font-size:11px;
	text-decoration:none;
	color:#b459f1;
}

.bodyLinkLarge {
	font-size:12px;
	text-decoration:none;
	color:#666666;
	
}
a.bodyLinkLarge, a.bodyLinkLarge:visited {
	font-size:14px;
	color:#666666;
	text-decoration:none;
}
a.bodyLinkLarge:hover, a.bodyLinkLarge:visited:hover {
	font-size:14px;
	text-decoration:none;
	color:#000000;
}

.bodyLinkMed {
	font-size:14px;
	text-decoration:none;
	color:#666666;
	
}
a.bodyLinkMed, a.bodyLinkMed:visited {
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
a.bodyLinkMed:hover, a.bodyLinkMed:visited:hover {
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

.bodyLink {
	font-size:11px;
	text-decoration:none;
	color:#666666;
	
}
a.bodyLink, a.bodyLink:visited {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
a.bodyLink:hover, a.bodyLink:visited:hover {
	font-size:11px;
	text-decoration:none;
	color:#000000;
}

a.footerLink, a.footerLink:visited {
	font-size:9px;
	color:#666666;
	text-decoration:none;
}
a.footerLink:hover, a.footerLink:visited:hover {
	font-size:9px;
	text-decoration:none;
	color:#000000;
}

#tableBorder {
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#919195;
	border-top:1px;
	border-top-style:solid;
	border-top-color:#919195;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#919195;
	border-left:1px;
	border-left-style:solid;
	border-left-color:#919195;
}

.TextBox
{
    FONT-SIZE: 10px;
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    COLOR: #000000;
}

.lists {
	list-style-type:inherit;
	font-size:10px;
	margin-left:-2px;
	
}

