/* CSS Document */
body
{
background-color: #7D7D7D; margin: 0;
}
table
{
font-family: arial; font-size: 12; color: #000000;
}
.searchtxt
{
font-family: arial; font-size: 12; color: #810101;
}
.bottom
{
font-family: arial; font-size: 11; color: #ffffff;
}

/* style for textlink */

.side-nav:link {
font-family:arial; font-size: 11; font-weight: bold; color: #000000; text-decoration: none;
}
.side-nav:hover {
	font-family:arial; font-size: 11; font-weight: bold; color: #000000; text-decoration: underline;
}
.bottom:link
{
color:#ffffff; font-family:arial; font-weight:none; font-size: 11; text-decoration: none;
}
.bottom:visited
{
color:#ffffff; font-family:arial; font-weight:none; font-size: 11; text-decoration: none;
}
.bottom:hover
{
color:#FCC05D; font-family:arial; font-weight:none; font-size: 11; text-decoration: none;
}
a:link
{
color:#990000; font-family:arial; font-weight:none; font-size: 12; text-decoration: none;
}
a:visited
{
color:#990000; font-family:arial; font-weight:none; font-size: 12; text-decoration: none;
}
a:hover
{
color:#990000; font-family:arial; font-weight:none; font-size: 12; text-decoration: underline;
}

/* style for textfield */
.search
{
width: 203; height: 21;
font-family: arial; font-size: 12; color: #FFFFFF;
background-color:#810100;
border:1px, solid;
border-left-color:#000000;
border-right-color:#A66565;
border-top-color:#000000;
border-bottom-color:#000000;
}
.input
{
font-family: arial; font-size: 12; color: #000000;
background-color:#ffffff;
border:1px, solid;
border-left-color:#666666;
border-right-color:#737059;
border-top-color:#666666;
border-bottom-color:#737059;
}
.select
{
font-family: arial; font-size: 12; color: #000000;
background-color:#ffffff;
border:1px, solid;
border-left-color:#666666;
border-right-color:#737059;
border-top-color:#666666;
border-bottom-color:#737059;
}
.textarea
{
	font-family: arial;
	font-size: 12;
	color: #000000;
	background-color:#ffffff;
	border-left-color:#666666;
	border-right-color:#737059;
	border-top-color:#666666;
	border-bottom-color:#737059;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.header-message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C5C5C5;
	font-weight: bold;
}
.side-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 16px;

}
