.maincolor {
    background: #cccc99;
}

.right {
    position:relative;
    top:36px;
    text-align: right;
}

.mainfont {
    color: black;
    font-family: helvetica;
    font-size: 11pt;
    font-weight: normal;
}

.mainmargins {
    margin-left: 2px;
    margin-right: 20px;
    margin-top: 42px;
    margin-bottom: 20px;
}  

.smallfont {
    color: #226622;
    font-family: helvetica;
    font-size: 9pt;
    font-weight: normal;
}

.quoted {
    border-top: 1px solid black;
    color: black;
    font-family: helvetica;
    font-size: 7pt;
    font-weight: normal;
    text-align: right;
}  
		

.menustyle {
    color: #cc4040;
    margin-left: 15px;
    margin-bottom: 25px;
    font-family: helvetica;
    font-size: 12pt;
    font-weight: bold;
}	

.menulink {
    color: #994040;
    text-decoration: none;
}	

.menulink:visited {
    color: #994040;
    text-decoration: none;
}	

.menulink:hover {
    color: #9999cc;
}	

.mainlink {
    font-size: 9pt;
    color: #994040;
    text-decoration: none;
}	

.mainlink:visited {
    color: #994040;
    text-decoration: none;
}	

.mainlink:hover {
    color: #9999cc;
}	


div.contenthead {
    font-family: helvetica;
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 12pt;
    font-weight: bold;
    border-bottom: 1px solid #994040;
}

div.contentmainhead {
    font-family: helvetica;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24pt;
    font-weight: bold;
}

img.header {
    margin-left: 200px;
}

img.defimg {
    border: 1px solid black;
    margin: 1px;
}

td.box_tl {
    background-color: #cccc99;
    background-image: url('gfx/box_tl.png');
    background-repeat: no-repeat;    
}

td.box_tr {
    background-color: #cccc99;
    background-image: url('gfx/box_tr.png');
    background-repeat: no-repeat;    
}


td.box_br {
    background-color: #cccc99;
    background-image: url('gfx/box_br.png');
    background-repeat: no-repeat;   
    background-position: center -12px; 
}

td.box_bottom {
    background-color: #cccc99;
    background-image: url('gfx/box_b.png');
    background-repeat: repeat-x;    
    background-position: center -12px; 
}

td.box_bl {
    background-color: #cccc99;
    background-image: url('gfx/box_bl.png');
    background-repeat: no-repeat;    
    background-position: center -12px; 
}


td.box_top {
    background-color: #cccc99;
    background-image: url('gfx/box_t.png');
    background-repeat: repeat-x;    
}

td.box_left {
    background-color: #cccc99;
    background-image: url('gfx/box_l.png');
    background-repeat: repeat-y;    
}

td.box_right {
    background-color: #cccc99;
    background-image: url('gfx/box_r.png');
    background-repeat: repeat-y;    
}

td.box_center {
    background-color: #eeeeaa;
    color: black;
    font-family: helvetica;
    font-size: 11pt;
    font-weight: normal;
}

span.latest {
    font-weight: bold;
}

span.hot {
    font-weight: bold;
    color: red;
}