body {
	font-family:verdana;
	font-size:12px;
	line-height:2.2em;
	color:#222;
}

p {
	margin:10px 0;
}

ul {
	margin-left:50px;
}

ul li {
	margin-left:10px;
	margin-bottom:10px;
	padding-left:10px;
	list-style-type:disc;
}

	ul li li {
		list-style-type:circle;	
		}
		
	ul li li li {
		list-style-type:square;	
		}
		
ol {
	margin-left:50px;
}

	ol li {
		margin-left:10px;
		padding-left:10px;
		list-style-type:decimal;	
	}
				

#styles {
	z-index:999;
	position:fixed;
	width:100%;
	top:-10px;
}

	#styles .inner {
		margin:0 auto;
		width:986px;
		padding:20px 10px 15px 10px;
		background:#e4a800 url(images/menugrad.gif) repeat-x;
		color:black;
		font-weight:bold;
		line-height:1.7em;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px; 	
	}
	
	#styles span {
		float:left;
		padding:2px 10px;
		text-transform:uppercase;
	}
	
	#styles a {
		float:left;
		padding:2px 10px;
		color:blue;
		border-right:1px solid black;
	}
	
	#styles a.last {
		border-right:0;
	}
	
	#styles a.on {
		color:black;
		text-decoration:none;
	}
	


#c1 {
	margin-top:40px;
}

.fbdocument {
	margin:20px;
	padding-right:20px;
}

.fbdocument .inner {
	width:560px;
}

.print_button {
	display:block;
	float:right;
	margin-left:10px;
	padding-left:38px;
	height:34px;
	background:url(/images/print_icon.png) no-repeat;
	line-height:2em;
}

.answer_left {
	width:25%;
	text-align:left;
}

.answer_mid {
	width:50%;
	text-align:center;
}

.answer_right {
	width:25%;
	text-align:right;
}

.answer_left_50 {
	width:50%;
	text-align:left;
}

.answer_right_50 {
	width:50%;
	text-align:right;
}

.shadow {
	-moz-box-shadow: 3px 3px 5px #666; 
	-webkit-box-shadow: 3px 3px 5px #666; 
	box-shadow: 3px 3px 5px #666;
}

.rounded {
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

.rounded2 {
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.clear {
	clear:both;
}

#c3_logo {
	float:right;
	margin-right:15px;
	margin-bottom:10px;
}

#viewing_style_menu {
	float:right;
}