/**body, td, p, br
{
	font-family : sans-serif;
	font-size : 10pt;
}

input, textarea
{
	border-width : 1px;
}

a
{
	color : black;
	text-decoration : none;
	font-weight : bold;
	font-size : 10pt;
}

.gray_cell
{
	background-color : lightgray;
	border : solid black 1px;
}

.blue_cell
{
	background-color : lightblue;
	border : solid black 1px;
}

.blue_cell2
{
	background-color : white;
	border : solid black 0px;
}

.featured
{
	background-color : lightgray;
	border : solid black 1px;
}

.dark_cell
{
	border : solid black 1px;
	background-color : #330000;
	color : white;
	font-weight : bold;
}**/

body {
	background-image: url(images/bg.gif);
	font-family : arial;
	font-size : 10pt;
}

.Login-Box
{
	background: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#999999;
	border-top: 1px solid #6E6C60;
	border-left: 1px solid #6E6C60;
	padding: 2px;
}
.style3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
padding-left: 30px;
}
.style5 {font-size: 12px; color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
}
.login-submit
{
	border:0;
	padding-left:7px;
	width:53px;
	height:13px;
}
.category-box
{
	background: url(images/gradient.gif);
	height: 30px;
	padding: 5px;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

a:link { 
	color: #0000CC;
	font-weight: bold;
	}
a:visited { 
	color: #0000CC;
	font-weight: bold;
	}
a:hover { 
	color: #0000CC;
	font-weight: bold;
	}
a:active { 
	color: #0000CC;
	font-weight: bold;
	}