body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.small {
	font-size: 9px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #b22221;
}

.titletiny {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}

a, a:visited, a:active {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #b22221;
    text-decoration: underline;
}

option, textarea, input, select, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
}

.footer {
	color: #FFFFFF;
	font-size: 12px;
}
			
.form_off {  
    color: #353535; 
    background-color: #EEEEEE; 
    border: 1px solid #999999;
}

.form_on {  
    color: #353535; 
    background-color: #F5F5F5; 
    border: 1px solid #999999;
}

.form_username {
    color: #353535; 
    background-color: #F5F5F5; 
    border: 1px solid #999999;
    background-image: url(images/);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_password {
    color: #353535; 
    background-color: #F5F5F5; 
    border: 1px solid #999999;
    background-image: url(images/);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_name {
    color: #353535; 
    background-color: #F5F5F5; 
    border: 1px solid #999999;
    background-image: url(images/name.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-image: url(images/message.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.input { 
    background-color: transparent; 
    border: 1px none; 
    margin-top: 0px;
    margin-bottom: 0px;
}

a.scmenu, a.scmenu:visited, a.scmenu:active {
    color: #CCCCCC;
    text-decoration: none;
}

a.scmenu:hover {
    color: #b22221;
    text-decoration: underline;
}

.scmenu			{
	color: #CCCCCC;
}

.pagelist {
	color: #999999;
	font-weight: bold;
}

.stdred {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #b22221;
}



