@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF;
}


#nestedbg {
	text-align: center;	/* IE-Win hack */
	background-repeat: repeat-x;
	background-position: left top;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #6C5D4A;
	line-height: 1.5em;
}

p.programstable {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #6C5D4A;
	line-height: 1.3em;
	margin-top: .5em;
}


p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #6C5D4A;
}

h1 {
	font-family: 'Helvetica Neue', "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #333333;
	font-weight: bolder;
	font-stretch: ultra-condensed; letter-spacing: -1px;
}

h2 {
	font-family: 'Helvetica Neue', "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #333333;
	font-weight: bolder;
	font-stretch: ultra-condensed; letter-spacing: -1px;
}

h3 {
	font-family: 'Helvetica Neue', "Times New Roman", Times, serif;
	font-size: 1.0em;
	line-height: 1.0em;
	margin-bottom: 0;
	color: #333333;
	font-weight: bolder;
	font-stretch: ultra-condensed; letter-spacing: -1px;
}

a:link {color: #FF0366; text-decoration:none;}
a:hover {color: #FF0366; text-decoration: underline;}
a:visited {color: #FF0366; text-decoration: none;}


a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0366;
	text-decoration: none;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0366;
	text-decoration: none;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0366;
	text-decoration: underline;
}
a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0366;
	text-decoration: none;
}

.buttonscontainer {width: 195px;}

.buttons a {color: #FF0366;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #999999;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
line-height:20px;}

.buttons a:hover {background-color: #FF0366;
color: #000000;
text-decoration: none;
line-height: 20px;}

a.current {background-color: #FF0366;
color: #000000;
text-decoration: none;
line-height: 20px;}


ul {
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6C5D4A;
	line-height:1.5;
	list-style:square;
}
	
