body{
	background-color:#FFFFFF;
	background-image:url(images/bg_tile.gif);
	padding:0;
	font-family:Arial, San Serif;
	margin:0;
	color:#000000;
scrollbar-base-color: #fcfcfc;
scrollbar-arrow-color: #004480;
scrollbar-3dlight-color: #fcfcfc;
scrollbar-darkshadow-color: #fcfcfc;
scrollbar-face-color: #eaeaea;
scrollbar-highlight-color: #fcfcfc;
scrollbar-shadow-color: #fcfcfc;
scrollbar-track-color: #fcfcfc;
}

#kw{
 	position:absolute;
 	top:0;
 	left:0;
	height:2px;
	overflow:hidden;
	padding-top:20px;
	margin:0;
}

#footer {
	position:relative;
	color:#666666;
	text-align:center;
	font-size:x-small;
}
#footer a{
	color:#888888;
}

#content{
 	text-align:left;
	position:absolute;
/*	top:-20px;*/
	font-family: georgia, times new roman, serif;
	color:#444444;
	line-height: 175%
	overflow:auto;
}
#contentContainer{
 	text-align:left; 
	position:relative;
	top:-30px;
	left:-30px;
	width:100%;
	overflow:visible;
}
#contentBoxContainer{
	margin:0 auto;
	width:75%
}

.content_text_big{
	font-size:110%;
	letter-spacing:3px;
	font-family: georgia, times new roman, serif;
	color:#aaaaaa;
	text-align:center;
}

h1{
	font-size:115%;
	font-family: georgia, times new roman, serif;
	color:#FFB546;
	font-weight:bolder;
}
h2{
	font-size:110%;
	font-family: georgia, times new roman, serif;
	color:#0044bb;
	font-weight:bolder;
}
hr{
	border:1px solid #eeeeee;
	text-align:center;
}

p{
	font-family: georgia, times new roman, serif;
	line-height: 175%;
}

a{
	color:#0000bb;
	cursor:pointer;
}
a:visited{
	color:#000088;
	cursor:pointer;
}

.thumb{
 	padding:1px;
	border:1px solid #999999;
}
.small{
	font-size:80%;
	line-height:110%;
	padding:0;
	margin:10px 0 0 0;
	color:#888888;
}
td.menuGrey{
	background-color:#f3f3f3;
	cursor:pointer;
}
td.menuWhite{
	background-color:#FCFCFC;
	cursor:pointer;
}
.launchBut{
 	padding:0px;
 	font-size:80%;
 	cursor:default;
	margin:0 auto;
	text-align:center;
	width:140px;
	background-color:#dddddd;
	border-top:2px solid #eeeeee;
	border-left:2px solid #eeeeee;
	border-right:2px solid #bbbbbb;
	border-bottom:2px solid #bbbbbb;
}
.launchButDepressed{
 	position:relative;
 	top:1px;
 	left:1px;
 	padding:0px;
 	font-size:80%;
 	cursor:default;
	margin:0 auto;
	text-align:center;
	width:140px;
	background-color:#dddddd;
	border-top:2px solid #bbbbbb;
	border-left:2px solid #bbbbbb;
	border-right:2px solid #eeeeee;
	border-bottom:2px solid #eeeeee;
}