/* start: format */
a:link{
color:#aeaeae;
text-decoration:none;
border-bottom: 1px dotted #76e167;
}
a:visited{
color:#aeaeae;
text-decoration:none;
border-bottom: 1px dotted #76e167;
}
a:active{
color:#323232;
text-decoration:none;
border-bottom: 1px solid;
}
a:hover{
color:#323232;
text-decoration:none;
border-bottom: 1px solid;
}
a.archive:link{
color:#323232;
text-decoration:none;
}
a.archive:visited{
color:#323232;
text-decoration:none;
}
a.archive:active{
color:#aeaeae;
text-decoration:none;
}
a.archive:hover{
color:#aeaeae;
text-decoration:none;
}
.bg1 {
	background-image:url('../img/bg_1.gif');
}
.bg2 {
	background-image:url('../img/bg_2.gif');
}
.bg3 {
	background-image:url('../img/bg_3.gif');
}
.box {
	width:609px;
	height:100%;
	padding-left:14px;
	padding-right:14px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:14px;
}
h1{
	font-family:"trebuchet ms";
	color:#d1ced3;
	font-style:italic;
}
.text1 {	
	font-family:"trebuchet ms";
	font-size:11;
	color:#323232;
}
.info {	
	font-family:"trebuchet ms";
	font-size:9;
	color:#ffffff;
	background-image:url('../img/info.gif');
}
.text3 {	
	font-family:"trebuchet ms";
	font-size:12;
	font-weight:bold;
}
.ps {	
	font-family:"trebuchet ms";
	font-size:9;
	color:#b5b5b5;
}
.maintable {	
	font-family:"trebuchet ms";
	font-size:11;
	color: #ffffff;
}
.subtable {	
	font-family:"tahoma";
	font-size:10;
	color: #ffffff;
}
hr {
	width:100%;
	height:1;
	color:#d3d3d3;
}
img {
	border:0
}
/*input {
	font: 10 Verdana, Arial, Helvetica, Sans-Serif;
	height: 20;
	padding: 3px;
	border: 1px #C0C0C0 solid;
	background: #FFF;
	color: #323232;
}*/
input:focus { background-color: #FFFF99 }
textarea:focus { background-color: #FFFF99 }
/* end: format */

/* start: div */
#layout {
	position:absolute;
	visibility:visible;
	top:0px;
	z-index:2;
	height:100%;
}
#bg {
	position:absolute;
	visibility:visible;
	top:0px;
	z-index:1;
	width:100%;
	height:100%;
}
#container {
	line-height:14px;
	position:relative;
	overflow:scroll;
	overflow-x:hidden;

	scrollbar-arrow-color: #999;
	scrollbar-highlight-color: #cccccc;
	scrollbar-base-color : whitesmoke;
	scrollbar-shadow-color: whitesmoke;
	scrollbar-face-color: #fff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #fff;

	/*
	scrollbar-arrow-color: #999999;
	scrollbar-arrow-color: 999999;
	scrollbar-track-color: F9F9F9;
	scrollbar-face-color: FFFFFF;
	scrollbar-highlight-color: F9F9F9;
	scrollbar-3dlight-color: cccccc;
	scrollbar-darkshadow-color: cccccc;
	scrollbar-shadow-color: ffffff;
	*/
}
/* end: div */