/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}

a.newlinks:link {
	color: #CC0000;
}
a.newlinks:visited {
	color: #CC0000;
}
a.newlinks:hover {
	color: #FFFFFF;
}
a.newlinks:active {
	color: #FFFFFF;
}

.form { margin-top: 0; margin-bottom: 0; }

.odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #660000;
}
.newtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
.newtxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
}
.newtxt2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
.txt {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	color: #999999;
}
.txtwhitebig {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	color: #FFF;
}
.txt2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	color: #FF3300;
}
.text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
.border_red {
	border: 1px solid #CC0000;
}
.greyborder {
	border: 1px solid #999999;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #990000;
	border: 1px dashed #FF0000;
}
.heading_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
a.nav:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none
}
a.nav:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none
}
a.nav:hover {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none
}
a.nav:active {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none
}
.bigtext {
	font-size:16px;
	color:#C00;
}
.yellow {
	color: #FF0;
}
.yellowbig {
	color: #FF0;
	font-size:20px;
}
.tooltip {
	color: #C00;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

