﻿body
{
    margin:0px;
    padding:0px;
    margin-left:10px;
    margin-top:10px;
}

body, table
{
    text-align: justify;
    font-family: Arial;
    font-size: 12px;
    color: #555555;
}

img, a img { border: none; }

a { color: #793737; }
a:hover { color: #990000; }

ul { padding-top: 0px; margin-top:0px; }
li { padding: 6px 0px; }

#leftmask {
	width:180px;
	height:180px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/Templates/Images/sc_leftmask.png');
}
.leftmask[class] { background-image:url(/Templates/Images/sc_leftmask.png); }

.tbox  
{
    width: 200px;
    border: 1px solid #888888; 
}

.bkgred { background: #990000; }

.bkgleft { background: url(/Templates/Images/tabtopleft.gif) repeat-y; }

.bkgleftmenu { background: url(/Templates/Images/tabmidleft.gif) repeat-y; }

.bkgbanner { background: url(/Templates/Images/sc_banner01.jpg) no-repeat top right; height: 180px; }

.bannertitle
{
	color: #ffffff;
	font-family: Courier New, Courier, monospace;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

.tblCnt { width:90%; margin-top:20px; }

.tblForm { margin-top: 10px; }

.tblAbout a { font-size: 14px; font-weight: bold; color: #793737; }

.tdFlag { white-space:nowrap; }

.petition, .tdpetition { font-size:14px; font-weight:bold; }

.title
{
    color: #9D0000;
	font-size: 20px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:25px;
}

.subtitle
{
	margin-top: 35px;
	margin-bottom: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.alerts, .divAlerts { color: #990000; }
.divAlerts { margin:5px 0px; }

.homelinks { margin-top: 150px; margin-right:30px; }

.total { font-size: 14px; }

.footer { font-size: 11px; }

.rights { margin: 5px 0px; }

.support a, .support a:hover { color: #555555; text-decoration:none; }

/* print version */

.print { display: none; }

@media print
{
	
body, .tblMain, .tblCnt { width: 630px; margin:0px; }

.noprint, .support { display: none; }

.tdFlag { white-space:normal; }

.print { display: block; }

}