
dt {
		font-weight: bold;
}
.mainlink {
    color: #000080;	
    background-color: #95aad9;
    font-weight: bold;
    font-family: Comic Sans MS;
    font-size: 10pt;
		white-space: nowrap;
		vertical-align: top;
}
.mainlink b {
    color: #000000;	
    font-family: Times New Roman;
    font-size: 14pt;
 		text-decoration: none;
}
.mainlink td { 
    text-align: left; 
    padding-left: 10px;
    padding-right: 10px;
		white-space: nowrap;
		width: 10%;
}
.mainlink a {
    color: #ffffff;
    text-decoration: none;
}
.mainlink a:visited {
    color: #ffffff;
}
.mainlink a:hover {
    color: #000000;
}
.mainlink a:active {
    color: #000000;
}

.sponsors {
    color: #000080;
		background-color:#95aad9;
    font-size: 12pt;
    font-family: Arial;
    font-style: normal;
		text-align: center;
		vertical-align: top;
		white-space: nowrap;
		text-align: center;
}
.sponsors h3 {
		color: #000000
}
.sponsors h4 {
		color: #000000
}
.sponsors a {
    color: #000080;
		text-decoration: none;
}
.sponsors a:visited {
    color: #000080;
}
.sponsors a:hover {
    color: #000000;
		text-decoration: underline;
}

.listlink {
    color: #000000;
    font-family: Arial;
    font-style: normal;
}
.listlink a {
    color: #ff0000;
    text-decoration: none;
}
.listlink a:visited {
    color: #ff0000;
}
.listlink a:hover {
    color: #0000ff;
		background-color: #00ffff;
}
.listlink a:active {
    color: #FF0000;
}
.listlink td { 
    text-align: left; 
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
		white-space: nowrap;
		width: 10%;
}

.goleft {
	float: left;
    padding-left: 10px;
    padding-right: 30px;
}

.goright {
	float: right;
    padding-left: 10px;
    padding-right: 10px;
}

.special {
    color: #ff0000;
    background-color: #FFFF80;
 }
.special a {
    font-weight: bold;
}


