@charset "utf-8";
/* CSS Document */
object { outline:none; }
body {
	background-image: url(images/main_background.png);
	background-repeat: repeat-x;
	background-position:center;
	cursor: default;
	cursor: default;
	margin-top: 0px;
	margin-bottom: 0px;
}
.flash {outline:none;
	overflow:hidden;
}
.head {
	background-color:#FFF;
}
.menu {
	background-image:url(images/lower_menu_background.png);
	background-repeat:no-repeat;
	background-position:center;
}
.content {
	background-image:url(images/content_background.png);
	background-repeat:no-repeat;
	background-position:center;
}
.main {
	background-image: url(images/main_back.png);
	background-repeat: no-repeat;
	background-position: center;
}
.noflashhead {
	background-image:url(images/noflash-head.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#nojava {
	position:absolute;
	left:804px;
	margin-left:-244px;
	top:292px;
	width:612px;
	height:50px;
	z-index:100;
}
#fadeinbox{
	background-image:url(images/pop_back.jpg);
	position:fixed;
	width: 400px;
	height:500px;
	left: 50%;
	margin-top:-20px;
	border: 0px;
	background-color: black;
	padding: 0px;
	z-index: 100;
	visibility:hidden;
}
a, a:hover, a:visited, a:active {
   border:none;
   outline:none;
}

a {
    outline:none; /* FF1.5+ IE7+*/
    -moz-outline:/* FF<=1.5*/
}

h4 {
	font-size: 9px;
	color:#788ca0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d2d9e0;
}
a:link {
	color: #a6b3c1;
	text-decoration: none;
}
a:visited {
	color: #a6b3c1;
	text-decoration: none;
}
a:hover {
	color: #dde3e7;
	text-decoration: none;
}
a:active {
	color: #dde3e7;
	text-decoration: none;
}
h5 {
	font-size: 13px;
}

.nojava2 {
	background-image:url(images/nojava2.png);
	background-repeat:repeat;
	position:absolute;
	top:239px;
	left:50%;
	margin-left:342px;
	border:none;
	width:100px;
	height:532px;
	z-index:50;
}
