/* Intertainer Website Style Sheet */

.copyright {font-family: arial; color: #FFFFFF; font-size: 9px; ; line-height: 9pt}
.standardtext {font-family: arial; color: #666666; font-size: 12px; ; line-height: 16pt;}
.menutable{
background-image: url(Images/Stripe_Back.jpg);
background-repeat: repeat-y;
background-attachment: scroll;
}
.navbar {font-family: arial; color: #FFFFFF; font-size: 11px; ; line-height: 14pt; font-weight: bold;}
.chapter {font-family: tahoma; color: #0066CC; font-size: 8px; ; line-height: 8pt; font-weight: bold;}
.section {font-family: tahoma; color: #0066CC; font-size: 10px; ; line-height: 8pt; font-weight: bold;}
.header {font-family: arial; color: #FFFFFF; font-size: 12px; ; line-height: 14pt; font-weight: bold;}
.reddymedia {font-family: arial; color: #FFFFFF; font-size: 9px; ; line-height: 9pt}
a.reddymedial:link {color: #33CCFF; text-decoration: none; }
a.reddymedial:visited {color: #33CCFF; text-decoration: none; }
a.reddymedial:hover {color: #33CCFF; text-decoration: underline; }
a.reddymedial:active {color: #33CCFF; }
a.press:link {color: #3366CC; text-decoration: none; }
a.press:visited {color: #3366CC; text-decoration: none; }
a.press:hover {color: #3366CC; text-decoration: underline; }
a.press:active {color: #3366CC; }


/* GENERAL ----------------------------------------------------------------------- */

body {
	margin-left: 15px;
	margin-top: 15px;
	background-color: #999999;		
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}




.highlight {background:#E3E620; font-weight:bold}



