/* Main Template */

body {
  background: white;
  font: normal 13px arial, sans-serif;
  color: #000;     
}     



.title_text { 
        color: #666;
        font: arial, sans-serif;
	font-size: 13px;
        font-weight: normal; 
}

.title_text a { color: #FFFFFF;
   	        font-size: 12px; }

.xnormal_text { 
               font: normal 13px arial, sans-serif;
    	       text-decoration: none;
               color: #000;
}

.normal_text a {
    text-decoration: none;
    border-bottom: 1px dotted blue;
    color: #36B;
    white-space: nowrap;
}

.small_text { 
               font: normal 11px arial, sans-serif;
    	       text-decoration: none;
               color: #000;
}

.big_text { 
               font: normal 14px arial, sans-serif;
               font-weight: bold;
    	       text-decoration: none;
               color: #000;
}

.big_text a {
    text-decoration: none;
    color: #36B;
    white-space: nowrap;
}

.green_text { 
               font: normal 14px arial, sans-serif;
               font-weight: normal;
    	       text-decoration: none;
               color: #6c0;
}

.blue_text { 
               font: normal 14px arial, sans-serif;
               font-weight: normal;
    	       text-decoration: none;
               color: #36b;
}

.bold_link a {
    font: normal 12px arial, sans-serif;
    font-weight: normal;
    text-decoration: underline;
    color: #c60;
}

 
.texta {
 fint: normal 13px arial, sans-serif; 
 background-color: #FFC;
 border: 1px solid #666;
}

.buttons {
 font-family: Arial, sans-serif;
 font-size: 13px;
 background-color: #ccc;
 color: #000;
 margin-right: 6px;
}