	div, p, td, a
	{
		font-size: 16px;
		color: #106da6;
		font-family:"Arial";
		text-align:justify; 
	}
		
	h1
	{ 
		font-size:19px;
		margin: 0 0 20px 0;
		color:#106da6; 
        font-family:Tahoma;		
	}	    

	h2
	{ 
	    font-family: Arial;
	    color: #106DA6;
	    font-size: 16px;
	    text-align: left; 
        margin-bottom: 0px; 
        padding-bottom: 0px; 
        font-style:italic;
	}
	
	h3
	{ 
            
	}
	
	h4
	{ 
	}

    p
    { 
        padding-top:0px; 
        margin-top:0px;
        line-height:1.5;
    }	

	.TextBox	
	{
		color:#000000;
		height: 20px;
        font-size:12px;	
		padding:0px;		
	}
	
	.alert
	{
		color: green;
		font-weight: bold;
	}

	.alert_error
	{
		color: #A61010;
		font-weight: bold;
	}	
	.small	
	{
		font-size: 12px;
	}		

	.contentLink 
    {
	    color: #2a3d65;
		TEXT-DECORATION: none;		
	}

	a:hover.contentLink
    {	
	    text-decoration:underline;
	}
		
    .standardlink
    {
	    color: #106DA6;
	    font-weight: bold;
	    TEXT-DECORATION: none;
	}
	
    a:hover.standardlink 
	{
	    color: #118EDB;
	    font-weight: bold;
	}
    
    a:hover
	{
	    color: #118EDB;
	    font-weight: bold;
	}
	.navLink 
    {
		TEXT-DECORATION: 	none;
	}

	a:hover.navLink  
	{
		font-weight: 		bold;
	}
	
	.navLinkBox
	{
		width:78px; 
		float:left; 
		padding-top:2px;
		text-align:center;
		
	}
	
	table.zero, tr.zero, td.zero
	{
		margin: 0px;
		padding: 0px;
	}	

INPUT.textbox, select.dropdownlist {         
    border:1px solid #7E94A6;    
}