/* Common Style Sheet for: http://www.gatortrax.com */
/* Author: Frank Rumler */
/* reated: 02-01-00   */


BODY {
background: #ffffff;
margin: 5px 0px 5px 0px;
text-color: black;
font-family: arial,helvetica,sans-serif;
}


.in { font:normal 12px arial,helvetica,sans-serif;color:midnightblue }
.go { margin:10px; font:bold 10px tahoma,verdana,arial,geneva,helvetica; text-align:center; vertical-align:middle; color:white; padding:1px; border-top:solid 1px limegreen; border-left: solid 1px limegreen; border-bottom:solid 2px darkgreen; border-right:solid 2px darkgreen; width:auto; height:auto; background:#336600; }


/* layout text */

h1.fat { font: normal 14pt/1em 'arial black',arial,helvetica,sans-serif }

p { font: 9pt arial,helvetica,sans-serif }

p.fat { font: normal 14pt/1em 'arial black',arial,helvetica,sans-serif }
p.big { font: 900 18pt/1em 'arial black',arial,helvetica,sans-serif }
p.xs { font: normal 10px tahoma,verdana,arial,geneva,helvetica,sans-serif }
p.white { font: normal 9pt Arial,Helvetica,Sans-serif;color: whitesmoke; }
p.nav {text-transform: uppercase }
p.normal { 
font-size: 13px;
font-family: Arial,Helvetica,Sans-serif;
}

p.green { 
font: bold 13px Arial,Helvetica,Sans-serif;
color: #336600 }

p.s { 
font-size: 8pt;
font-family: Arial,Helvetica,Sans-serif;
}

.titlegal {
text-align: center;
font-size: 20px;
font-weight: 900;
color: white;
font-family: 'Arial Rounded MT Bold','arial rounded mt',eurostile,chicago,arial,helvetica,sans-serif;
}

p.xsm { 
font-size: 10px;
font-family: Sans-serif,Arial,Helvetica;
}

p.xsw { 
color: white;
font-size: 12px;
font-family: Arial,Helvetica,Sans-serif;
}

p.xsmall { 
font-size: 9px;
font-family: Arial,Helvetica,Sans-serif;
}

ul { 
list-style-type: square;
list-style-image: url(../images/blkarw.gif);
font-size: 12px;
font-family: Arial,Helvetica,Sans-serif;
}

/* link layout navbar */

a.nav:link { text-decoration: none; color: #dddddd; font: bold 8pt/1em Arial,Helvetica,Sans-serif }

a.nav:visited { 
text-decoration: none;
color: silver;
font: bold 8pt/1em Arial,Helvetica,Sans-serif }

a.nav:hover {
text-decoration: none;
color : white;
font: bold 8pt/1em Arial,Helvetica,Sans-serif }

a.nav:active {
text-decoration: none;
color : yellow;
font: bold 8pt/1em Arial,Helvetica,Sans-serif }


/* table properties */

.page { width:700px; background-color:#555555 }
.main { width:100% }
.content { width:100%; border:solid 1px black; padding:8px; background-color:#ffffff }


/* table cell properties */

td.leftcol { padding:5px; width:200px; vertical-align:top; text-align:left }
td.rightcol { padding:10px; width:438px; background-color:#ffffff; vertical-align:top; text-align:left }


/* link layout text */

a:link { 
color: #336600;
text-decoration: underline;
cursor:hand;
}

a:visited { 
color: #336600;
text-decoration: underline;
cursor:hand;
}

a:hover {
color: #99cc00;
text-decoration: underline;
cursor:hand;
}

a:active {
color: #ccff00;
text-decoration: underline;
cursor:hand;
}

/* link layout text home */

a.home:link { 
color: mediumblue;
text-decoration: underline;
}

a.home:visited { 
color: mediumblue;
text-decoration: underline;
}

a.home:hover {
color: #0066ff;
text-decoration: underline;
}

a.home:active {
color: aqua;
text-decoration: underline;
}

/* link layout text black */

a.black:link { 
color: black;
text-decoration: underline;
}

a.black:visited { 
color: black;
text-decoration: underline;
}

a.black:hover {
color: crimson;
text-decoration: underline;
}

a.black:active {
color: orangered;
text-decoration: underline;
}

/* link layout class green */

a.green:link { 
color: darkgreen;
text-decoration: none;
}

a.green:visited { 
color: darkgreen;
text-decoration: none;
}

a.green:hover { 
color: limegreen;
text-decoration: underline;
}

a.green:active { 
color: lime;
text-decoration: underline;
}

/* link layout class gold */

a.gold:link { 
color: gold;
text-decoration: underline;
}

a.gold:visited { 
color: gold;
text-decoration: underline;
}

a.gold:hover { 
color: orange;
text-decoration: underline;
}

a.gold:active { 
color: yellow;
text-decoration: underline;
}


/* link layout class purple */

a.purple:link { 
color: mediumvioletred;
text-decoration: none;
}

a.purple:visited { 
color: mediumvioletred;
text-decoration: none;
}

a.purple:hover { 
color: violet;
text-decoration: underline;
}

a.purple:active { 
color: hotpink;
text-decoration: underline;
}