@charset "UTF-8";
/* CSS Document */
body {
	font: 12px Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background: #000000 url(/images/body/back.jpg) repeat-x scroll center top;
}
.r1_c2 {
	background: url(/images/body/r1_c2.jpg) no-repeat scroll right top;
}
.r1_c18 {
	background: url(/images/body/r1_c18.jpg) no-repeat scroll left top;
}
.r4_c2 {
	background: url(/images/body/r4_c2.jpg) no-repeat scroll right top;
}
.r4_c18 {
	background: url(/images/body/r4_c18.jpg) no-repeat scroll left top;
}
.r9_c18 {
	background: url(/images/body/r9_c18.jpg) no-repeat scroll left top;
}
.r9_c2 {
	background: url(/images/body/r9_c2.jpg) no-repeat scroll right top;
}
.r1_c13 {
	background: url(/images/body/r1_c13.jpg) repeat-x scroll center top;
}
.mainback {
	background: #000 url(/images/body/main_content.gif) repeat-y scroll left top;
}
.r9_c11 {
	background: url(/images/body/r9_c11.jpg) repeat-x scroll center top;
}
.bottom {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 20px;
}
.bottom a:link {
	color:#FFFFCC;
}
.bottom a:visited {
	color:#FFFFCC;
}
.bottom a:active {
	color:#FFCC00;
}
.bottom a:hover {
	color:#FF0000;
}
body a:link {
	color:#FFCC00;
}
body a:visited {
	color:#FF9900;
}
body a:active {color:#FF9900;}
body a:hover {
	color:#FF0000;
}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}
.maincontent {
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 10px;
	background: url(/images/body/logo_b.jpg) no-repeat scroll left top;
}
.maincontent a:link {
	color:#99CC00;
}
.maincontent a:visited {
	color:#CC9933;
}
.maincontent a:active {
	color:#99CC33;
}
.maincontent a:hover {
	color:#FFCC00;
}
#studio11 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding: 20px;
	letter-spacing: 2px;
	text-align: right;
	width: 95%;
	text-decoration: none;
}
#studio11 a:link {
	color:#ffffff;
	text-decoration: none;
}
#studio11 a:visited {
	color:#ffffff;
	text-decoration: none;
}
#studio11 a:active {
	color:#ffffff;
	text-decoration: none;
}
#studio11 a:hover {
	color:#ff0000;
	text-decoration: none;
}

