td {
    font-size:12px;
}
font {
    font-size:12px;
}

a {
	font-size: 12px; color: #000000; text-decoration: none
}
a:link {
	font-size: 12px; color: #000000; text-decoration: none
}
a:visited {
	font-size: 12px; color: #000000; text-decoration: none
}
a:hover {
	font-size: 12px; color: #ff6600; text-decoration: none
}
a:active {
	font-size: 12px; color: #000000; text-decoration: none
}

a.menu{
	font-size: 11px; font-weight:100; color: #008080; text-decoration: none
}
a.menu:link {
	font-size: 11px; font-weight:100; color: #008080; text-decoration: none
}
a.menu:visited {
	font-size: 11px; font-weight:100; color: #008080; text-decoration: none
}
a.menu:hover {
	font-size: 11px; font-weight:100; color: #ff6600; text-decoration: none
}
a.menu:active {
	font-size: 11px; font-weight:100; color: #008080; text-decoration: none
}

.size9 {
    font-size:9px;
}
.size10 {
    font-size:10px;
}
.size11 {
    font-size:11px;
}
.size13 {
    font-size:13px;
}
.size14 {
    font-size:14px;
}
.size15 {
    font-size:15px;
}
.size16 {
    font-size:16px;
}
.size18 {
    font-size:18px;
}
.size20 {
    font-size:20px;
}
.b {
    font-weight:bold;
}
.blue {
    color:#0000FF;
}
.bigtitle {
    color:#ff0000;
    font-weight:bold;
	font-size:20px;
}