/*	STYLE SHEET FOR A FRESH START  VERS. 1.0 	*/




A:link { 							/*REGULAR LINK*/
	color: #0000FF; 
	font-family:  arial; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt;
	font-decoration: underline;	
}



A:visited { 							/*VISITED LINK*/
	color: #0000FF; 
	font-family:  arial; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt;
	font-decoration: underline;	
}




A:hover { 							/*HOVER LINK*/
	color: #FF0000; 
	font-family:  arial; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt;
	font-decoration: underline;	
}




A:active { 							/*ACTIVE LINK*/
	color: #000000; 
	font-family:  arial; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 10pt;
	font-decoration: none;	
}




input.Gold {
	background-color: #CC9900; 
	font-family: "Microsoft Sans Serif", serif, arial;
	font-weight: bold; 
	font-size: 16px; 
	color: white;
	}


hr.HrBlack { 							/*BLACK HR LINE*/
	color: #000000; 
	background: #000000; 
	border: 0; 
	Height:2px;
}



hr.HrWhite {							/*WHITE HR LINE*/ 
	color: #ffffff; 
	background: #ffffff; 
	border: 0; 
	Height:2px;
}


.TblBlue {							/*BLUE BACKGROUND TABLES*/
         background-color: 000099;
       
}


.TblHeaderY {							/*TOP CENTER HEADER BACKGROUND*/
         background-image: url("images/HeaderY.gif");
         background-repeat: no-repeat;
         font-weight : bold;
         font-size : 11px;
         line-height: 15px;
}





.TblHeaderL {							/*TOP LEFT HEADER BACKGROUND*/

         background-image: url("images/HeaderL.gif");
         background-repeat: repeat-y;
         font-weight : bold;
         font-size : 11px;
         line-height: 15px;
}





.TblSideLeft {							/*GOLDEN SIDE BACKGROUND*/
         background-image: url("images/Side.gif");
         background-repeat: repeat-y;
         font-weight : bold;
         font-size : 11px;
         line-height: 15px;
}



.BigHeader {							/*BIG HEADER TEXT*/
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 28px;
}



.TitleBlack {							/*BLACK TITLE TEXT*/
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 20px;
}


.TitleWhite {							/*WHITE TITLE TEXT*/
	color: #ffffff;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 20px;
}



.HeaderBlue {							/*BLUE HEADER TEXT*/
	color: #000099;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 16px;
}


.HeaderBlack {							/*BLACK HEADER TEXT */
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 16px;
}


.HeaderWhite {							/*WHITE HEADER TEXT*/
	color: #ffffff;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 16px;
}



.BodyText {							/*REGULAR BODY TEXT*/
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : normal;
        font-size : 14px;
	line-height: 1.60;
}



.BodyText2 {							/*REGULAR BODY TEXT V.2*/
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : normal;
        font-size : 14px;
}



.BodyTextQuestion {						/*REGULAR BODY TEXT -- FORMATED FOR FAQ QUESTION */
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : normal;
        font-size : 14px;
	line-height: 1.60;
	border-bottom: bLACK 2px solid;
	
}

.BodyTextAnswer {						/*REGULAR BODY TEXT -- FORMATED FOR FAQ ANSWER */
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : normal;
        font-size : 14px;
	line-height: 1.60;
	margin-left: 20px;	
}



.BodyTextBlue {							/*BLUE REGULAR BODY TEXT*/
	color: #000099;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : normal;
        font-size : 14px;
}


.BodyTextWhite {						/*WHITE REGULAR BODY TEXT*/
	color: #ffffff;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : normal;
        font-size : 12px;
}



.BodyTextRed {							/*RED REGULAR BODY TEXT*/
	color: #ff0000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : normal;
	line-height: 1.60;
        font-size : 12px;
}



.MediumBlack {							/*MEDIUM BLACK TEXT*/
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
	font-style: italic;
        font-size : 13px;
}



.MediumBlue {							/*MEDIUM BLEU TEXT*/
	color: #000099;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 14px;
}


.MediumWhite {							/*MEDIUM WHITE TEXT*/
	color: #FFFFFF;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 14px;
}




.SmallBlack {							/*SMALL BLACK TEXT*/
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 10px;
}


.SmallBlue {							/*SMALL BLACK TEXT*/
	color: #000099;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 10px;
}



.SmallWhite {							/*SMALL WHITE TEXT*/
	color: #ffffff;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 10px;
}




.TinyBlack {							/*TINY SMALL BLACK TEXT*/
	color: #000000;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 8px;
}




.TinyWhite {							/*TINY SMALL WHITE TEXT*/
	color: #FFFFFF;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 8px;
}



.TinyBlue {							/*TINY SMALL BLUE TEXT*/
	color: #000099;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : bold;
        font-size : 8px;
}



table.Blue { 							/*BLUE TABLES*/
	background-color: #000099;
	border: 0px;
	padding: 2px;
}



table.FTC { 							/*FTP TABLE ON HOME PAGE*/
	background-color: #CCCCEB;
	border: 1px;
	border-style: solid;
	border-color: #000099;
	padding: 2px;
}




/* ROLLOVER BUTTONS ON LEFT SIDE */

#R1{background:url("images/Button_Home_Dbl.gif") top;display:block;height:31px;width:170px;}
#R1:hover{background-position:bottom;}

#R2{background:url("images/Button_About_Dbl.gif") top;display:block;height:31px;width:170px;}
#R2:hover{background-position:bottom;}

#R3{background:url("images/Button_Contact_Dbl.gif") top;display:block;height:31px;width:170px;}
#R3:hover{background-position:bottom;}

#R4{background:url("images/Button_News_Dbl.gif") top;display:block;height:31px;width:170px;}
#R4:hover{background-position:bottom;}

#R5{background:url("images/Button_Faq_Dbl.gif") top;display:block;height:31px;width:170px;}
#R5:hover{background-position:bottom;}




li.Checkmark {						/* LIST WITH WHITE CHECKMARK ICON*/
	list-style-image: url(images/Checkmark.gif);	
	color: #ffffff;
	font-family: "Microsoft Sans Serif", serif, arial;
        font-weight : normal;
        font-size : 12px;
}





/* RIGHT SIDE PICTURES ON HOME PAGE */

#Pic002 {
  float: left;
  padding-right:7px;
  padding-bottom:2px;
  }


#Pic003 {
  float:right;
  padding-right:7px;
  padding-bottom:2px;
  }


#Pic005 {
  float:right;
  padding-right:7px;
  padding-bottom:2px;
  }


#Pic006 {
  float: left;
  padding-right:7px;
  padding-bottom:2px;
  }

#Pic007 {
  float:right;
  padding-right:7px;
  padding-bottom:2px;
  }




