@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/black.png);
	background-repeat: repeat;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

a:visited {
	color: #0099FF;
	font-weight: bold;
}

a:hover {
	color: #FF6600;
	text-decoration:underline;
	font-weight: bold;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
}

.style3 {font-size: 9px}

.textsplit {
	background-image:url(images/text-splitter-background.jpg);
	background-repeat: no-repeat;
	width:100%;
	border:none;
	padding: 6px;
}

.style1b {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

.highlight-blue {
	background-color: #D2E6E6;
	border: dotted #00CCFF 2px;
}

.dragdown {
	background-image:url(images/drag-downbox.jpg);
	background-repeat: no-repeat;
	width:100%;
	border:none;
	padding: 6px;
}

.greensplit {
	background-image: url(images/green-split.jpg);
	background-repeat: no-repeat;
	width:100%;
	border:none;
	padding: 6px;
}

.monthsplit {
	background-image: url(images/monthsplit.jpg);
	background-repeat: no-repeat;
	width:100%;
	border:none;
	padding: 6px;
}

.no1split {
	background-image: url(images/no1split.jpg);
	background-repeat: no-repeat;
	width:100%;
	border:none;
	padding: 6px;
}

.testname {color: #990000}
