/* CSS Document */

#content {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight : normal;
      color:#000033;
}
#content h1 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight : normal;
      color:#000033;
}
#content h2 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 65px;
      font-weight : normal;
      color:##000033;
}
#content h3 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 40px;
            font-weight : normal;
      color:#000033;
}
#vicontent h4 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            font-weight : normal;
      color:#000033;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: none;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000033;
}

