@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic);
@import url(http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic);

body {
	line-height: 130%;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
}
q {
	quotes:none;
	font-style:italic;
}
p {
	margin-bottom:8px;
}
a {
	color: #7d2612;
	font-weight: bold;
}
h1,h2 {
	font-family: 'Nobile', sans-serif;
	font-weight: bold;
}
@media screen {
	h1 { margin: 20px 0; }
}
@media print {
	h1 {margin: 0 0 20px 0;}
	.no-print{display: none;}
}
h1 {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
h1 div, h1 .subtitle {
	display: block;
	text-align: center;
	margin: 7px 0;
	font-size: 70%;
}

h2 {
	
	font-weight: bold;
	font-size: 25px;
	line-height: 22px;
	margin:20px 0 5px -10px;
	color: #636d48;
}
h2 div, h2 .subtitle {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
b {
	font-weight: bold;
}

dl {
	margin: 10px 0;
}
dt {
	font-weight: bold;
	margin-top: 10px;
}
dd {
	padding-left: 0px;
}

ul.bulleted {
	list-style-type: square;
}
ul.bulleted li  {
	padding-left: 0px;
	margin: 10px 50px;
}
@media print {
	a {
		color: black;
		text-decoration: none;
	}
}

.error {
	background: #8C0B0B;
	color: white;
	font-weight: bold;
	padding: 10px;
	margin: 15px 0;
	text-align: center;
}
@media screen {
#return,.biglink {
	display: block;
	background-color: #eee;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	margin: 20px 0;
	padding: 10px;
}
#return:hover,.biglink:hover {
	background: #e1e1e1;
}
}
@media print {
#return {display: none;}
}
#id {
	margin: 20px 0;
	text-align: center;
}
