/* styles.css */

body {
     background: #cccccc;
	 margin: 0px;
}
.title {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY:  Arial, Helvetica, sans-serif; 
}	
.headtxt3 {
	FONT-WEIGHT: normal; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY:  Arial, Helvetica, sans-serif; 
}	
.blkbold {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; 
}	
.bodytxtblk {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; 
} 
.bodytxt1 {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY:  Arial, Helvetica, sans-serif; 
}
.foottxt {
   FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY:  Arial, Helvetica, sans-serif; 
}
a.foottxt:link {
   color: #FF0000; 
   text-decoration : none;
}
a.foottxt:visited {
   color: #FF0000; 
   text-decoration : none;
}
a.foottxt:hover {
   color :#660033; 
   text-decoration : none;
}
a.foottxt:active {
   color: #FF0000; 
   text-decoration : none;
}
.headtxt2 {
    FONT-WEIGHT: normal; FONT-SIZE: 18px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; 
}
.headtxt {
    FONT-WEIGHT: bold; FONT-SIZE: 32px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; 
}
.navigation {
   FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; 
}
a:link {
   color : #0000ff; 
   text-decoration : underline;
}
a:visited {
   color :#0000ff; 
   text-decoration : underline;
}
a:hover {
   color :#660033; 
   text-decoration : underline;
}
a:active {
   color :#0000ff; 
   text-decoration : underline;
}
a.navigation:link {
   color :#ffffff; 
   text-decoration : none;
}
a.navigation:visited {
   color :#ffffff; 
   text-decoration : none;
}
a.navigation:hover {
   color :#660033; 
   text-decoration : none;
}
a.navigation:active {
   color :#ffffff; 
   text-decoration : none;
}
