body {
margin:0; 
width:100%;
background-color: transparent;
color: #330000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 

}

a:link {color:#330000; text-decoration: underline}
a:visited {color:#330000; text-decoration: underline}
a:hover {color:#333399; text-decoration: underline}
a:active {color:#333399; text-decoration: underline}

.content {
color: #330000; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
 
}
.big {
font-size: 20px;
font-weight: bold;
}

.large {
font-size: 18px;
font-weight: bold;
}

.title {
	font-size: 14px;
	color: #330000;
	font-style: normal;
	font-weight: bold;
}

.subtitle {
	font-size: 14px;
	font-weight: thin;
}

.boldsubtitle {
	font-size: 11px;
	font-weight: bold;
}

.error { color: red; }

#content {
  width:576px;
  margin-left:auto;
  margin-right:auto;
  margin-top:2px;
  padding: 0 2px 0 0;
    
}