.cyan     { color: #00ffff; }
.charcoal { color: #666666; }
.gray     { color: #c0c0c0; }
.red      { color: #ff0000; }
.white    { color: #ffffff; }
.yellow   { color: #ffff00; }

.cap {
 float: left;
 font-family: times new roman;
 color: #fff;
 font-size: 70px;
 line-height: 60px;
 padding-top: 2px;
 padding-right: 10px;
}

a.dl:link, a.dl:visited {
 color: #ffff00;
 text-decoration: underline;
}

a.dl:hover, a.dl:active {
 color: #ff0000;
 text-decoration: underline;
}

a.foot:link, a.foot:visited {
 color: #666;
 text-decoration: underline;
}

a.foot:hover, a.foor:active {
 color: #0ff;
 text-decoration: underline;
}

a.reg:link, a.reg:visited {
 color: #0ff;
 text-decoration: underline;
}

a.reg:hover, a.reg:active {
 color: #666;
 text-decoration: underline;
}

a.top:link, a.top:visited {
 font-size: 10pt;
 font-weight: bold;
 font-style: italic;
 color: #ffff00;
 text-decoration: none;
}

a.top:hover, a.top:active {
 font-size: 10pt;
 font-weight: bold;
 font-style: italic;
 color: #00ffff;
 text-decoration: underline;
}

body {
 min-width: 860px;
 text-align: center;
 font-family: tahoma, verdana, arial;
 color: #fff;
 background-color: #fff;
 background-color: #aee6f6;
}

div.foot {
 clear: both;
 width: 820px;
 margin: 0 auto;
 text-align: center;
 font-size: 8pt;
 background-color: #74acbc;
}

div.main {
 width: 820px;
 margin: 0 auto;
 height: 500px; /* for IE */
 min-height: 500px; /* for not-IE */
 text-align: left;
 background-color: #74acbc;
 border: 10px solid #c0c0c0;
}

html>body div.main {
 height: auto; /* for not-IE */
}

table {
 font-family: tahoma, verdana, arial;
 color: #fff;
}

