body {
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
}

/* @group Text Styles */

/* @group Links */

a {
color: #0000ff;
	text-decoration: underline;
}

/* @end */


p.caption {
	display: none;
}

.pixelfrog {
display: none;
}

.pixelfrog a {
display: none;

}



/* @end */

/* @group Navigation */

#navbar {
display: none;}

/* @group divs */

#container {
	position: relative;
	top: 0pt;
	width: 605px;
	background-color: #fff;
}

#header {
	height: 70px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}


#logo {
	position: absolute;
	width: 390px;
	height: 40px;
	top: 30px;
	left: 30px;
}

#branding {
display: none;}

#content {
	width: 605px;
	position: relative;
	float: left;
	min-height: 360px;
	padding: 20px 20px 20px;
}



#right_column {
	display: none;
}


#print {
	display: none;
}


.rcol_image {
	display: none;	}

.clearer {
	clear: both;
}

#footer {
	text-align: center;
}

/* @end */