/* CSS Document */

body {
	background-color:#000;
	background-repeat:no-repeat;
	background-position: top center;
	background-attachment: fixed;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	margin-top:120px;
	margin-bottom:120px;
	margin-left:120px;
	margin-right:120px;
}

a:link    { color:#FF6666; text-decoration:none; }
a:visited { color:#C03; text-decoration:none; }
a:hover   { color:#666; text-decoration:underline; }
a:active  { color: #FFFFFF; text-decoration:underline; }

.transparent
{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background-color: #FFF;
	text-align: left;
}

.semitransparent
{
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	background-color: #FFF;
}

.nontransparent
{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: #FFF;
}

.headerbar
{
	background-color:#FC9;
}


.navSelected
{
	background-color:#FC9;
}

.caption-text {
	font-size: 9px;
	font-style: oblique;
}
