/* CSS Document */
html,body{
height:100%;
}
body {
background:#636363;
font-family:  tahoma, arial, silfaen, sans-serif;
font-size:11px;
margin:0px;
padding:0px;
color:#727272;
}
h1, h2, h3, h4, h5, h6, p, form, div, img, span {
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
img, a, li{
vertical-align:top;
}
.breaker {
	clear:both;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
.breaker1 {
	clear:both;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
	height:0px;
}
.breaker2 {
	clear:both;
}
a {
color:#727272;
	text-decoration:none;
}
.none{
display:none;
}
/******/
#container{
background:#fff url(images/container_bg.gif) repeat-x left top;
border-left:1px solid #608a8a;
min-height:100%;
margin:auto;
width:1004px;
}
#container .header{
height:185px;
position:relative;
width:100%;
}
#container .header .logo{
background:url(images/logo.jpg) no-repeat left top;
left:50%;
height:128px;
margin-left:-64px;
position:absolute;
top:55px;
width:128px;
}
#container .header .logo span{
display:none;
}
#container .content{
margin-top:35px;
}
#container .content .in_center{
text-align:center;
}
#container table{
border-collapse:collapse;
padding:0;
margin:0;
margin-top:35px;
margin-left:90px;
}
#container table th{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
vertical-align:top;
text-align:left;
text-transform:uppercase;
padding-right:70px;
width:255px;
}
#container table td{
padding-right:70px;
vertical-align:top;
}