/* CSS Document */

body { background-color:#FFFFFF;
       font-family: Tahoma, Verdana, Arial;
	   font-size:12px;
	   color:#666666;}
	   

.heading_table td { border-bottom: 1px dotted #3061cb;}

/* content text justify */
.content_justify { text-align:justify}

	      
/* index page */	   
.index_tables th { color:#3061cb;
                   text-align:left;}
				   
.ind_dealer { color:#3061cb;}


/* services page */
.services_tables th { color:#3061cb;
                      text-align:left;}
					  
.advantage th { color:#FF0000;
                text-align:left;
				text-shadow:#CCCCCC;
				font-size:14px;}
				
				
/* about us page */
.red_text{ color: #FF0000;
	       font-weight: bold; }
		   
		   
/* faq page */
.tips_faq { text-align:justify;}

.tips_faq th { text-align:left;
                text-decoration:underline;
				text-shadow:#000033; 
                color:#3061cb;}
		   
		   
/* contact page */
.blue_text{ color: #3061cb;
	       font-weight: bold; }

.bold_text { font-weight: bold;}		   

.contact a{ color:#3061cb;
            text-decoration:underline;}
			
.contact a:hover { color:#143e99;
                   text-decoration:none;}
