/* styles.css */

/*This section contains the classes for the site*/

.smalltext	{
font-family:Arial, Helvetica, sans-serif;
font-size:9px; 
color:#000000;
}

.block, .block1, .block2, .block3  {
font-family:Arial, Helvetica, sans-serif;
font-size:18px; font-weight:bolder;
color:#000066;
text-align:center;
}

.block1  {
color:#CC9900;
}

.block2  {
color:#009933;
}

.block3  {
color:#CC3300; /*13D953;*/
}

.time	{
font-family:Arial, Helvetica, sans-serif;
font-size:12.5px;
}

.midimage {
float:left;
}

.topline, .catch, .catchlo {
width:200px;
font-family:Arial, Helvetica, sans-serif; 
font-size:14px;
font-style:italic;
font-weight:bolder;
color:#000066;
float:left;
text-align:center;
}

.catch  {
color:#3333FF; 
text-align:center;
font-size:18px;
}

.catchlo  {
color:#0099FF; 
text-align:center;
}

.spacer {
background:url(../../images/spacer_margin.jpg) center no-repeat;
}

.mayor {
width:200px;
float:left;
}

.footerl, .footerm, .footerr {
float:left;
width:333px;
font-size:9px;
color:#333333;
}

.footerl {
text-align:left;
font-weight:bold;
}
.footerm {
text-align:center;
font-weight:bold;
}
.footerr {
text-align:right;
}
/*----------------------------------------------------------------------
MISC STYLES FOR STRICT PHP PAGES-----------------------------------------------------------*/


