body
{
	font-family: "Arial";
	color: black;
	font-size: 11pt;

	background-color: #bbbbbb;
/* 	background-color: #92a8bf; */
/*	background-image: url( images/blue_background.jpg );
	background-repeat: no-repeat;
	background-position: bottom left;*/
}

.small_bold
{
	font-size: 9pt;
	font-family: "Arial";
	font-weight:bold;
	background: transparent;
	color: black;
}

.bigred
{
	color: #990033;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.lilred
{
	color: #990033;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}


th
{
	background: transparent;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
	font-family: "Times", "Times New Roman", "Serif";
}

td
{
	background: transparent;
	font-weight: normal;
	font-size: 11pt;
	vertical-align: top;
}

.whitebg
{
	background: white;
}

.centered
{
	text-align: center;
	vertical-align: middle;
}

img
{
	border: none; /* get rid of that annoying outline around links */
}

input
{
	font-size: 12px;
	font-family: "monospace";
	color: black;
	background-color: white;
	border: 1px solid black;
}

textarea
{
	font-size: 12px;
	font-family: "monospace";
	color: black;
	background-color: white;
	border: 1px solid black;
}

input.red
{
	font-size: 12px;
	font-family: "monospace";
	color: white;
	background-color: #990033;
}

h1
{
	color: #990033;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	font-family: "Times", "Times New Roman", "Serif";
}
h2
{
	color: #990033;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	font-family: "Times", "Times New Roman", "Serif";
}


hr
{
	border: 1px solid #990033;
/*	color: #990033;
	background-color: #990033;*/
	height: 0px;
}

.grey_small_print {
	font-size: 10px;
	color: #888888;
	background: transparent;
	font-family: "Times", "Times New Roman", "Serif";
}


/* LINKS ***********************************************************/
a, a:visited, a:link
{
	color: #990033;
	text-decoration: none;
	border: 0px;
}

a:hover, a:active
{
	color: #990033;
	text-decoration: underline;
	border: 0px;
}

/* TOP RIGHT LINKS ******************************************************/
a.top-right-link, a.top-right-link:visited, a.top-right-link:link
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}

a.top-right-link:hover, a.top-right-link:active
{
	font-size: 12px;
	color: #990033;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}
/* MAIN LINKS ***********************************************************/
a.main-links, a.main-links:visited, a.main-links:link
{
	font-size: 18px;
	color: #990033;
	text-decoration: none;
	border: none;
}

a.main-links:hover, a.main-links:active
{
	font-size: 18px;
	color: #990033;
	text-decoration: underline;
	border: none;
}
/*a.main-links, a.main-links:visited, a.main-links:link
{
	font-size: 18px;
	color: #990033;
	text-decoration: none;
	border: 0px;
}

a.main-links:hover, a.main-links:active
{
	font-size: 18px;
	color: #990033;
	text-decoration: underline;
	border: 0px;
}*/

a.main-links-current, a.main-links-current:visited, a.main-links-current:link, a.main-links-current:hover, a.main-links-current:active
{
	font-size: 18px;
	color: black;
	background: transparent;
	text-decoration: none;
	border: none;
}

.index_copy
{
	font-size: 13pt;
	color: black;
}


/**** TOP 10 ***/
td.top10
{
	background: transparent;
	color: black;
	font-size: 10pt;
}

th.top10
{
	background: transparent;
	color: black;
	font-size: 12pt;
	vertical-align: top;
	text-align: center;
}

/*************** CONTACT US **********************/
th.contactus
{
	font-size: 11pt;
	font-weight: bold;
	color: black;
	vertical-align: top;
	text-align: center;
}

td.contactus
{
	font-size: 11pt;
	font-weight: normal;
	color: black;
	vertical-align: top;
	text-align: left;
}

/************** BLACK BAR @ BOTTOM OF PAGES *********************/
.blackbar
{
	font-size: 14px;
	color: white;
	background-color: black;
	font-family: "Arial";
}

