/*-----------------------------------*/
/* Defaults							*/
/*-----------------------------------*/
p {font-size:12px; font-family:Geneva, Arial, Helvetica, sans-serif;}
a{ font-size:12px;  text-decoration:none;}
a:hover{ font-size:12px;  text-decoration:underline; }



/*-----------------------------------*/
/* set the colors				*/
/*-----------------------------------*/
#white {color:#FFFFFF;}
#black {color:#000000;}
#blue {color:	#488AC7;}
#green {color: #339966;}
#orange {color: #C35617;}
#golden {color: #C8B560; }
#brown {color: #663300 ;}
#gray {color: #736F6E;}


/*light colors */
#light_black {color:#666666;}
#light_blue {color: #99CCFF;}


/*dark colors*/
#dark_blue {color:#006699;}
#dark_green {color: #306754;}


/*-----------------------------------*/
/* background  colors      */
/*-----------------------------------*/
#background_white {background-color: #FFFFFF; }
#background_black {background-color: #ababab; }
#background_light_gray {background-color: #f1f1f1; }
#background_light_blue {background-color: #AFDCEC; }
#background_light_green {background-color: #B5EAAA; }
#background_light_lavendar {background-color: #EBDDE2; }
#background_light_purple {background-color: #E3E4FA; }


/*-----------------------------------*/
/* Default padding for objects*/
/*-----------------------------------*/
.default {padding: 1px; font-size: 12px;}


/*-----------------------------------*/
/* no link							*/
/*-----------------------------------*/
.no_link {text-decoration: none;}




/*-----------------------------------*/
/* Font and size H1				*/
/*-----------------------------------*/
 h1 {font-size: 12px; font-weight: bold; padding: 2px; font-family:Geneva, Arial, Helvetica, sans-serif; margin-bottom: 0px; margin-top: 8px;}
 h2 {font-size: 14px; font-weight: bold; padding: 2px; font-family:Geneva, Arial, Helvetica, sans-serif; margin-bottom: 0px; margin-top: 8px;}
 h3 {font-size: 18px; font-weight: bold; padding: 2px; font-family:Geneva, Arial, Helvetica, sans-serif; margin-bottom: 0px; margin-top: 8px;}
 h4 {font-size: 22px; font-weight: bold; padding: 2px; font-family:Geneva, Arial, Helvetica, sans-serif; margin-bottom: 0px; margin-top: 8px;}










