.redtext {color: #be0507;}
.brightred {color: #ff3300;}
.white {color: #ffffff;}
.tinytext {font-size: 8pt;}
.smalltext {font-size: 10px;}
.stroke {border: solid 1px #000;}
.stroke2 {border: solid 2px #000;}
a.bbs:visited {color: #663300; font-weight: bold; text-decoration: underline;}



/* --- page structure elements --- */

body {
padding: 0; margin: 0;
}


/* main content area */
h1, h2, h3, h4, h5, h6 {
text-transform: uppercase;
margin-top: 0;
}

h1, h2 {
margin-bottom: 12px;
}

h1 {
font: bold 16px Arial, sans-serif;
color: #000000;
}

h2 {
font: bold 15px Arial, sans-serif;
color: #000000;
}

h3 {
font: bold 14px Arial, sans-serif;
color: #000000;
margin-bottom: 3px;
}


p, td {
font: 12px Verdana, Arial, sans-serif;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 1em;
color: #000000;
}


/* links */

a {
font-weight: bold;
text-decoration: underline;
color: #383854;
}

a:hover {
font-weight: bold;
text-decoration: underline;
color: #000;
}

/* page-specific content */

.smallBox {width: 110px;height: 175px;float: left;margin-right: 10px;text-align: center;}
.tallBox {width: 110px;height: 240px;float: left;margin-right: 10px;text-align: center;}
.clearBoth {clear: both;}
