a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #000000; 
	text-decoration: underline;
}
a:hover {
	color: #999999; 
	text-decoration: underline;
}

body {
	background-color: #40537D;
	background-image: url(../images/background_new.gif);
	margin: 0px;
	font-family: Verdana, sans-serif; 
	color:#000000;
	text-align: left;
	font-size:10px;
}

form {
	margin: 0px;
}

table.content {
	width: 690px;
	background-color: #CCCCCC;
	border: 0px; 
}

td {
	background-color: #FFFFFF;
	vertical-align: top;
}

td.content {
	padding: 10px;
	padding-top: 20px;
}

td.prodimage {
	padding: 10px;
}

td.prodcontent {
	padding: 10px;
	padding-top: 20px;
}

ul {
	margin: 16px;
}
								  
h1 {
	color:#330099;
	font-size:14px;
}

h2 {
	font-size: 10px;
}

div.menuItem {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

div#navbar {
	width: 690px;
	height: 23px;
	background-color: #EFB400;
}