/* CSS Document */

body {
	background-color:#ffffff;
}

img {
	display:none
}

p {
	margin:10px 25px 10px 15px;
}

a {
	color:#000000;
	font-weight:bold;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a.link_top {
	line-height:250%;
}

a.backtop {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}

#banner {
	display:none;
}

#banner_flex {
	display:none;
}

#container {
	width:750px;
	background-color:#ffffff;
	border:0px;
	color:#000000;
}

#container_flex {
	background-color:#ffffff;
	border:0px;
	color:#000000;
}

#container h1, #container_flex h1 {
	font-size:1.2em;
	margin:0;
	padding:25px 15px 15px 0px;
	line-height:140%;
}

#container table, #container_flex table {
	width:100%;
	margin:0;
	padding:0;
	background-color:#ffffff;
}

#container table.navigation, #container_flex table.navigation {
	display:none;
}

#container table th, #container_flex table th {
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	padding:5px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#container table td, #container_flex table td {
	padding:5px;
	vertical-align:top;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

#container table tr.group td, #container_flex table tr.group td {
	border:0px;
	text-transform:uppercase;	
}

#container table tr.even, #container_flex table tr.even {
	background-color:#dfdfdf;
}

#container td.topheader, #container_flex td.topheader {
	border-top:1px solid #000000;
}


#container table.navigation td, #container_flex table.navigation td {
	border:0px;
}

#container table.pricing {
	margin:25px 0px;
	border:0px;
}

#container table.pricing td {
	border:0px;
	padding:1px 5px;
	margin:0;
}

div.clearspace {
	clear:both;
}
