html {
	height: 100.1%;
}
body,	html {
	margin:0;
	padding:0;
	background:#f0f0f0;
}
#wrap {
	background:#ffffff;
	margin:0 auto;
	width:880px;
/*	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}

#header {
	text-align:center;
	padding-top:8px;
	background-image:url(logo152x90.png);
	background-repeat:no-repeat;
	height:92px;
	border-bottom:1px solid #fd1500;
}
#header h1 {
	font-family: verdana,helvetica,"luxi sans",sans-serif;
	font-size:18px;
	color:#31316b;
	margin:16px 0 0 0;
}

#subheader {
	background:#fff;
	font-size:12px;
	padding:8px 0 8px 0;
}
#subheader .left_col {
	width:440px;
	float:left;
}
#subheader .right_col {
	width:400px;
	float:right;
}
#subheader table {
	border:0;
}
#subheader td {
	border:0;
	font-size:12px;
	font-family: verdana,helvetica,"luxi sans",sans-serif;
}
#subheader a {
	font-family: verdana,helvetica,"luxi sans",sans-serif;
	font-size:12px;
	color:#333;
}
#subheader a:hover {
	color:#c00;
}

td {
        font-family: arial;
        font-size: 8pt;
        color: #404040;
}
td.head {
        font-family: arial;
        font-size: 12pt;
        color: #404040;
}
td {
	border-color: #c0c0c0;
}
tr {
	border-color: #c0c0c0;
}
table {
	border-color: #c0c0c0;
	border-collapse:collapse;
}

p {
	font-size:12px;
}

li {
	font-size:11px;
}
#content h3 {
	font-family: verdana,helvetica,"luxi sans",sans-serif;
	text-align:center;
	font-size:14px;
	color:#666;
}
#content td {
/*	border-top:1px solid #ccc;*/
	font-family:"courier new",monospace;
	font-size:11px;
}

#content a {
	font-family:"courier new",monospace;
	font-size:11px;
	color:#333;
}
#content p {
	font-family:"courier new",monospace;
	font-size:11px;
	color:#333;
}

#content a:hover {
	color:#c00;
}

.withborder {
 border: 1px solid #c0c0c0;
}
