 .TitleFont
{
	color:#9C0909;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold
}
 
.NormalFontItalic
{
	color:#9C0909;
	font-family:Tahoma;
	font-size:11px;
	font-style:italic
}
        
 .copyright
        {
        	color:#9C0909;
        	font-family:Tahoma;
        	font-size:11px
        }
        
        .content
        {
        	color:#9C0909;
        	font-family:Tahoma;
        	font-size:12px;
        	text-align:justify
        }
        
        .contentbold
        {
        	color:#9C0909;
        	font-family:Tahoma;
        	font-size:11px;
        	font-weight:bold
        }
        
        .AlertFont
        {
        	color:#FF0000;
        	font-family:Tahoma;
        	font-size:11px;
        	font-weight:bold
        }
        
        .Link
        {
        	color:#0000FF;
        	font-family:Tahoma;
        	font-size:13px;
        	text-decoration:none
        }
        
        .button
        {
	        background-color:#9C0909;	
	        border-color:#FFBB99;
	        color : #FFFF00;
	        font-family : Tahoma;
	        font-style : normal;
	        font-weight : 700;
	        font-size : 12px;
	        cursor:hand
        }

        .input
        {
	        border : 1px solid;
	        color : #9C0909;
	        background : #FFFFFF;
	        font-family : Verdana, Arial, Helvetica, sans-serif;
	        font-size : 12px;
	        font-weight : normal;
        }
        
        .SelectClass 
        {
			border : 1px solid;
			color : #9C0909;
			background : #FFFFFF;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			font-size : 12px;
			font-weight : normal
		}
		
        .EmphasisFont
        {
        	color:#9C0909;
        	font-family:Tahoma;
        	font-size:13px;
        	font-weight:bold;
        	text-decoration:none
        }
        
        .timer
        {
        	color:#FFFFFF;
        	font-family:Tahoma;
        	font-size:30px;
        	font-weight:bold
        }