body {
   color : #000000;
   background-color: #FFFFFF; 
    font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:85%;
   }
h1,h2,h3 {
   font-weight: normal;
   font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
h1 {
   font-size: 130%;
}
h2 {
     font-size: 120%;
}
h3 {
     font-size: 100%;
}
ul {
	list-style-type: square;
	list-style: square;
	list-style-image: url(bullet.gif);
	padding-top: 0px;
	margin-top: 0px;
}
table {
     color: #000000;
     background-color: #FFFFFF;
}
table.big {
     color: #000000;
     background-color: #F9F9F9;
}
td.rbox {
     color: #000000;
     background-color: #FFA;
}
.right {
     text-align: right;
}
.left {
     text-align: left;
}
.center {
     text-align: center;
}
.nav {
     text-decoration: none;
     font-size: 75%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
.title {
     color: #fff;
     background-color: #FFA;
     font-weight: bold;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
.subtitle {
     color: #000000;
     background-color: #C80000;
     font-weight: normal;
     text-decoration: none;
     font-size: 80%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
.small {
     color: #000000;
     font-size: 65%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}

.medium {
     color: #000000;
     font-size: 80%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
footer {
     color: #555555;
     font-size: 60%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
     text-align: center;
}
a {
     text-decoration: none;
	 color: #000000;
}
a:hover {
	 color: #fff;
     background-color: #C80000;
}
.italic {
	font-style: italic;
}

