
body {
	background: #000033;
}
td.title{
	background-color: #98B3D6;
	font-family: verdana;
	font-size: 10px;
	color: 000000;
	padding-left: 20px;
	padding-right: 20px;
	border: 0px;
}
td{
	font-size: 10px;
	font-family: verdana;
   color: #000000;
	text-align: justify;
}

.update {
	font-size: 10px;
	font-family: verdana;
   color: red;
	font-weight: bold;
}
td.footer {
	text-align: left;
	font-family: arial;
	font-size: 10px;
	color: White;
}
td.center {
	text-align: center;
}
td.bold{
	font-size: 10px;
	font-family: verdana;
   color: #000000;
	font-weight: bold;
}
td.products{
	font-size: 10px;
	font-family: verdana;
   color: #000000;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
a {
	font-family: verdana;
	font-size: 10px;
	color: Blue;
	text-decoration: none;
}

a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #FF6600;
	text-decoration: underline;
	
}
li           {  list-style-image: url('../images/li.gif')}