/* style sheet for the Softfile Web site */

.stitle {
 font-family: arial, sans-serif;
 font-size: 20px;
 color: black;
 font-weight: bold;
 background-color: #EEEEEE;
 text-align: left;
}

.sbig {
 font-family: arial, sans-serif;
 font-size: 48px;
 color: black;
 font-weight: bold;
 text-align: left;
}

.txtbg {
 color: black;
 background-color: #EEEEEE;
 font-family: verdana, arial;
 font-size: 12px;
}

.pagebg {
 background-color: #EEEEEE;
}

.rtgfooter {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 14px;
 text-align: center;
}

.rtgtopic {
 font-family: arial, helvetica, sans-serif;
 font-weight: bold;
 font-size: 16px;
}

.copyright {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 10px;
 text-align: center;
}

.trademark {
 font-family: arial, sans-serif;
 font-size: 10px;
}

/* separator bars */
.hbar {
 color: black;
 background-color: #660066;
}

.hsep {
 color: black;
 background-color: #FFCC33;
}

.vsep {
 color: black;
 background-color: #CCCCCC;
}

.tint {
 color: black;
 background-color: #FFCC33;
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
}

.bbox {
 color: white;
 background-color: #000066;
 font-family: verdana, arial;
 font-size: 12px;
 font-weight: bold;
}

.blink {
 color: white;
 text-decoration: none;
 font-weight: bold;
}

.bhere {
 color: #66CCFF;
 text-decoration: none;
 font-weight: bold;
}

.vhere {
 color: #888888;
 font-weight: bold;
}

.mlink {
 color: black;
 text-decoration: none;
}

BODY {
 text-align: center;
 font-family: verdana, arial, helvetica, sans-serif;
 background-color: #66CCFF;
 color: black;
 float: center;			/* for NS4 */
} 

P, FORM, UL, OL, BLOCKQUOTE, TD {
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 12px;
}

/*
a:link    { color: #990099; background-color: transparent; }
a:visited { color: #660066; background-color: transparent; }
a:active  { color: #3366FF; background-color: transparent; }
*/

a:link    { background-color: transparent; }
a:visited { background-color: transparent; }
a:hover	  { background-color: #CCCC99; }
a:active  { background-color: transparent; }