body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	background-color: #E6E6E6;
}


a:link, a:visited {
	color: #000000; text-decoration: none;
	font-weight: bold;
}

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


body,div,td,p {
  font-size: 11px;
  line-height: 1.8em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #333;
}

.title {
	font-size: 26px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
}


.bgwhite {
	background-color: #FFFFFF;
}

.bglogo {
	background-image: url(images/template/logo_bg.jpg);
	background-repeat: no-repeat;
}

.red{
  font-size: 11px;
  line-height: 1.8em;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #FF0000;
}