/* CSS Document */
html,body {
	height: 100%;
}
div#main{
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_pattern.jpg);
	background-repeat: repeat;
}
body,td,th {
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
}
div#just_in{
	padding-left:15px;
	padding-top: 9px;
	color: #FFFFFF;
	font-size: 10px;
}
div#just_out{
	padding-left:15px;
	padding-top:10px;
	color: #FFFFFF;
	font-size: 10px;
}
div#footer_content{
	padding-top: 15px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
color:#333333;
}
div#footer_content a:link {
	color: #333333;
	text-decoration: none;
}
div#footer_content a:visited {
	text-decoration: none;
	color: #333333;
}
div#footer_content a:hover {
	text-decoration: none;
	color: #666666;
}
div#footer_content a:active {
	text-decoration: none;
}
.style1 {font-size: 10}
.style2 {font-size: 10px}
.style3 {
	color: #990100;
	font-weight: bold;
}
.style4 {color: #990100}

a:link {
		color: #990100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}

div#content{
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}
.home_back{
	background-image:url(images/bg_img.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.vertline {
	background-image: url(images/vert.gif);
	background-repeat: repeat-x;
	margin: 10px;
	background-position: center center;
}
div#main{
	position:absolute;
	width: 800px;
	margin-left:-400px;
	left:50%;
	background-position:center;
	background-image:url(images/bg_img.gif);
	background-repeat:repeat-y;
	height: 100%;
}
.style1 {color: #990100}
.style2 {color: #666666}