body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 18px
}

a:link {
    color: #363;
	text-decoration: underline;
	}
a:hover {
    color: #606;
    text-decoration: underline;
    }
a:link:hover {
    color: #606;
	text-decoration: underline;
	}
a:visited {
    color: #660066;
	text-decoration: underline;
	}
a:visited:hover {
	color: 606;
	text-decoration: underline;
    }
.nav {
	color: #FFCC33;
	font-size: 11px;
	font-weight: bold;
    }
.nav a:link {
	color: #FFCC33;
	text-decoration: none;
    }
.nav a:link:hover {
	color: #339933;
	text-decoration: none;
    }
.nav a:visited {
	color: #FFCC33;
	text-decoration: none;
    }
.nav a:visited:hover {
	color: #339933;
	text-decoration: none;
    }

h1 {
	font-size: 10px;
	font-weight: bold;
	color: #CC3333;
	margin-bottom: -14px;
	line-height: 14px;
}
.header {
    color: #660066;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
    }
.side { font-size: 9px; font-style: normal; line-height: 14px; color: #333333 }
.button {
	background-color: #FF9900;
	border: 1px solid #CC3333;
	color: #FFFFFF;
	font-size: 10px;
	margin-right: 4px;
	margin-left: 4px;


}

