@charset "utf-8";
/* CSS Document */

body{
	background: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 5pt 0;
	font-weight: normal;
}

h1{
	color: #000;	
	font-size: 20pt;
}

h2{
	color: 	#000;
	font-size: 18pt;
}

h3{
	
	color: #000;
	font-size: 16pt;
	font-weight: bold;
}

h4{
	color: #000;	
	font-size: 14pt;
}

h5{
	font-size: 14pt;
	color: #000;
	font-weight: bold;
}

h6{
	font-size: 12pt;
	color: #000;
	font-weight: bold;
}

a{
	color: #000;
	text-decoration: none;
}

p{
	font-size: 12pt;	
}

.box{
	border: 1px solid #999;
}

.box p{
	padding: 5px;	
}

#header a#title{
	color: #000;
	text-decoration: none;
	font-size: 18pt;
}

.hidden, #top_bar, #search, #menu, #photo_banner, #breadcrumbs, #department_footer .left, #footer_content .left, #footer_decoration{
	display: none;	
}

#footer{
	font-size: 10pt;	
}