﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
hr {
    height:1px;
    width:95%;
    background:#990000;  
}
a:link 
{
	
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #CC3300;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	color: #990000;
}
.menubg {
	background-image:url(images/menu_bar_middle.jpg);
	width: 165px;
}
.OddRow
{
   COLOR: #000066;
}

.TransparentTextBox
{
   WIDTH: 30px;
   BORDER-TOP-STYLE: none;
   BORDER-RIGHT-STYLE: none;
   BORDER-LEFT-STYLE: none;
   BORDER-BOTTOM-STYLE: none;
   BACKGROUND-COLOR: transparent;
}
.tableborder {
	border: thin solid #990000;
}

.style2 {
	font-size: 10px;
	color: #990000;
}

.Warning
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: small;
}