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

html { height: 100%; margin-bottom: 1px;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	line-height: 15px;
	color: #666666;
	}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	max-width:480px;
	}
.notes {  font-size: 9px; }
.navtext {  color: #CCCCCC; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
#mainContent {
	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0px;
	position: absolute;
	left: 249px;
	top: 93px;
	right: 200px;
	width: auto;
	min-width: 400px;
} 
#mainContentSTUDIO {
	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0px;
	position: absolute;
	left: 249px;
	top: 114px;
	right: 200px;
	width: auto;
	min-width: 400px;
} 
#opaqueWrapper {
	margin: 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 500px;
	padding: 0px 12px 12px;
	display: block;
} 
#thumb {
	border: 1px solid #FFFFFF;
	margin: 0px -3px -4px 0px;
	display: inline;
	height: 72px;
	width: 108px;
}
a:link #thumb { border-color: #FFFFFF; }
a:visited #thumb { border-color: #FFFFFF; }
a:hover #thumb { border-color: #000000; }

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.gray { 	color: #999999;

}
a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #000000;
	margin-top: 45px;
	font-weight: bold;
	letter-spacing: -0.1ex;
}
.red {
	color: #DA0000;
}
#invisible {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	height: 72px;
}
