*{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #000000;
	scrollbar-arrow-color: #244890;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
}


a{
	text-decoration: none;
}

a:link,a:visited{
	color: #244890;
}
a:hover,a:active{
	color:#244890;
	border-bottom: 1px solid;
}

h2{
	color: #244890;
	font-size: 13px;
	line-height: 30px;
	margin: 20px 0 0 40px;
	padding-left: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #244890;
	border-right-color: #244890;
	border-bottom-color: #244890;
	border-left-color: #244890;
}


td.title{
	color: #480000;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	filter: Alpha(opacity=70);
	-moz-opacity:0.7;
	padding: 5px 20px;
}


.trans{
	width: 550px;
	height: 100%;
	background-color: #000000;
	filter: Alpha(opacity=70);
	-moz-opacity:0.7;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
}


td.copy{
	color: #244890;
	font-size: 10px;
	letter-spacing: 2px;
	writing-mode: tb-rl;
	filter: Alpha(opacity=70);
	-moz-opacity:0.7;
}


td.links{
	color: #480000;
	font-size: 10px;
	letter-spacing: 2px;
	filter: Alpha(opacity=70);
	-moz-opacity:0.7;
	padding: 5px 0px;
}


td.menu{
	padding-left:60px;
	text-align: right;
	filter: Alpha(opacity=70);
	-moz-opacity:0.7;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
	background-color: #000;
}

.menu ul {
	list-style-type: none;
	width: 80px;
	height: 375px;
	border-left: solid #333 1px;
	border-right: solid #333 1px;
}

.menu li {
	width: 80px;
	height: 75px;
}

.menu li a{
	width: 80px;
	display: block;
	font-weight: bold;
	text-align: center;
    padding: 26px 0px;
}

.menu li a:link, .menu li a:visited{
	color: #244890;

}

.menu li a:hover, .menu li a:active{
	color: #ffffff;
	background-color: #333;
	border: none;
}


.text{
	width: 450px;
	padding: 10px 0px 15px 75px;
}


.text ul{
	list-style-type: none;
}

.text li{
	background: url(img/list.gif) no-repeat;
	padding-left: 17px;
	line-height: 23px;
}

.text@td.tab{
	background-color: #333;
	padding: 2px 5px;
}
