/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}

.redBG {
background-image:  url(images/leftRed.jpg);
background-repeat: no-repeat;
background-position: center center;
}

.greyBG {
background-image:  url(images/rightGrey.jpg);
background-repeat: no-repeat;
background-position: center center;
}

a.navLink, a.navLink:active, a.navLink:visited {
font-family: Tahoma, Arial; font-weight: bold; text-decoration: none; font-size: 14px; color: #ffffff; 
}

a.navLink:hover {
font-family: Tahoma, Arial; font-weight: bold; text-decoration: none; font-size: 14px; color:  #000000; 
}

a.smWhiteLink, a.smWhiteLink:active, a.smWhiteLink:visited {
font-family: Tahoma, Arial; font-weight: bold; text-decoration: none; font-size: 10px; color: #ffffff; 
}

a.smWhiteLink:hover {
font-family: Tahoma, Arial; font-weight: bold; text-decoration: none; font-size: 10px; color:  #6DCFF6; 
}

a.ss, a.ss:active, a.ss:visited {
font-family: Tahoma, Arial; font-weight: bold; text-decoration: none; font-size: 9px; color: #A7A7A7; 
}

a.ss:hover {
font-family: Tahoma, Arial; font-weight: bold; text-decoration: none; font-size: 9px; color:  #ffffff; 
}