/*  CSS Document
    font and font-size definitions (small font) */

    body, p {
        font-family: Verdana,Arial,sans-serif;  
        font-size: 11px;  
        line-height: 17px;
    }
    h1 {
		font-size: 16px;
		margin : 0px 0px 10px 0px;
	}
	h2 {
		font-size: 14px; 
		font-weight: bold;
		margin : 0px 0px 5px 0px;
	}
	h3 {
		font-size: 11px; 
		font-weight: bold;
		margin : 0px 0px 3px 0px;
	}
	input, select, textarea {
	    font-family: Arial,sans-serif;
	    font-size: 11px;     
	}
	.arrowImage {
	    width: 3px;
	    height: 6px;
	    margin: 4px 3px 0px 0px;
	    border: none;
	} 
	.doubleArrow {
        font-size:9px;
        font-weight:normal;
    }
    .lblDate {
        font-family: Verdana,Arial,sans-serif;  
        font-size: 14px;  
        line-height: 17px; 
        font-weight: bold;   
    }

    .aInactive {			line-height: 13px; font-size: 10px; color: #999999; text-decoration: none;	font-weight: bold; } 
	a {					line-height: 13px; font-size: 10px; color: #990000; text-decoration: none;	font-weight: bold; } 
	
	a.header {			line-height: 11px; font-size: 10px; color: #cc7c00; text-decoration: none; 	font-weight: bold; }
	a.active {			line-height: 13px; font-size: 10px; color: #000000; text-decoration: none; 	font-weight: bold; }
		
	a.calendar01    {line-height: 13px; font-size: 10px; color: #000080; text-decoration: none;	font-weight: normal;}
	a.calendar02    {line-height: 13px; font-size: 10px; color: #FF8C00; text-decoration: none; font-weight: normal;}
	a.calendar03    {line-height: 13px; font-size: 10px; color: #1E90FF; text-decoration: none;	font-weight: normal;}
	a.calendar04    {line-height: 13px; font-size: 10px; color: #4169E1; text-decoration: none;	font-weight: normal;}
	a.calendar05    {line-height: 13px; font-size: 10px; color: Green; text-decoration: none;	font-weight: normal;}
	a.calendar06    {line-height: 13px; font-size: 10px; color: Red; text-decoration: none;	font-weight: normal;}
	a.calendar07    {line-height: 13px; font-size: 10px; color: Black; text-decoration: none;	font-weight: normal;}
	
	.footer {
		font-size: 10px; 
	}