body {font-family: arial, helvetica, sans-serif; font-size: small; font-style: normal; font-variant: normal; text-transform: none; text-align: justify; background-image: url(images/top_bg1.jpg); background-attachment:fixed; background-repeat:no-repeat; margin-top: 100px;} 

.Link1 A:link {
	COLOR: #ffffff; /*The color of the link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	TEXT-DECORATION: NONE;
}
.Link1 A:visited {
	COLOR: #000000; /*The color of the visited link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: NONE;
}
.Link1 A:hover {
	COLOR: #ffcc00; /*The color of the mouseover or 'hover' link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;	
	TEXT-DECORATION: NONE;
}
/*end block*/

/*We will use this block to represent the rest of the links on the bottom of the page*/
.Link2 A:link {
	COLOR: #FEDA8C; /*The color of the link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
	TEXT-DECORATION: NONE;

}
.Link2 A:visited {
	COLOR: #9CAFC8; /*The color of the visited link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;		
	TEXT-DECORATION: NONE;

}
.Link2 A:hover {
	COLOR: #ffffff; /*The color of the mouseover or 'hover' link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
	TEXT-DECORATION: NONE;

}

.Link3 A:link {
	COLOR: #950002; /*The color of the link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
	TEXT-DECORATION: NONE;

}
.Link3 A:visited {
	COLOR: #CA5C64; /*The color of the visited link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;		
	TEXT-DECORATION: NONE;

}
.Link3 A:hover {
	COLOR: #ffffff; /*The color of the mouseover or 'hover' link*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;	
	TEXT-DECORATION: NONE;

}

H1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; text-transform: UPPERCASE; font-variant: bold; text-anlign: left; color: #793A21;}
H2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-variant: normal; color: #793A21;}
H3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-variant: normal; color: #008000;}
