@charset "utf-8";
html {
	height: 100%;
	overflow: auto;
}
body {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 0;
	height: 100%;
	color: #FFFFFF;
}
img#bg {
	height: 100%;
	width: 100%;
	z-index: -1;
	position:absolute;
	color: white;
	background: url(images/header/bg2.jpg);
}
#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4%;
	border: 1px solid #CCCCCC;
}
#frame #Ttop, #frame #Tbot {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#frame #Ttop {

}
#frame #Ttop #Tmenu td {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #204F87;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}
#frame #Ttop a {
	color: #FFFFFF;
	text-decoration: none;
}
#frame #Tbot td {
	color: #FFFFFF;
	background: #000000;
	padding: 2px 5px;
	font-size: 10px;
}
#frame #Tbot a {
	color: #FFFFFF;
	text-decoration: none;
}
#frame #Ttop #aSpecial {
	color: #204F87;
	text-decoration: underline;
}
