@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-image: url(/images/head-bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f7f6f5;
	color:#000000;

}

table {
	border: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

text-body { 
	width:905px;
	
}



.spacer {
height:10px; 
width:100%;
}

.borded-box {
border:#CCCCCC; 
border-style:solid; 
border-width:thin;
}

.headline {
	width:100%; 
	background-image:url(/images/headline-bg.gif); 
	background-repeat:repeat-x; 
	height:26px; 
	font-size: 12px;
	font-weight: bold;
}

.texthead {
padding:5px;
color:#333333;
}

.whitebox {
background-color:#FFFFFF;
}

.textbox {
padding:8px;
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.response {
float:right; 
background-color:#0a355e; 
width:200px; 
margin-left:15px; 
margin-bottom:15px; 
padding:10px; 
color:#FFFFFF;
}

.subnav {
padding:8px;
color:#999999;
}

#subnav a:link {
	font-size:13px;
	color: #666666;
	text-decoration: none;
}
#subnav a:visited {
	font-size:13px;
	color: #666666;
	text-decoration: none;
}
#subnav a:hover {
	font-size:13px;
	color: #333333;
	text-decoration: none;
}
#subnav a:active {
	font-size:13px;
	color: #666666;
	text-decoration: none;
}