body {
	background: #fff url('images/bg1.jpg') repeat-x fixed;
}

body, td, h4, a { 
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Lucida;
}

h4 {
	font-weight: bold;
}

li {
list-style-type: circle;
}

a:link {
	color: navy;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #2f4f4f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.note {
	color: #000;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica, Lucida;
}

.menu {
	color: navy;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Lucida;
}

.line {
	border-bottom: 1px solid blue;
}

#review fieldset{	border: 1px solid blue;}
#review legend{	font-size:12px;
	font-weight: bold;	padding: 2px 5px 2px 5px;	border: 1px solid blue;}

#review h4
{
	color: black;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, Lucida;
}

