@page {
	size: auto;
	margin: 3cm;
}
body {
	font: 10.5pt Georgia, "Times New Roman", Times, serif;
	background: #CCCCCC;
	color: #333333;
	line-height: 145%;
}
#warpper {
	color: #333333;
	background: #FFFFFF;
	padding: 1em 2em;
}
h2 {
	font-size: 120%;
}
.page_break {
	page-break-before: always;
}
.align_left {
	float: left;
}
.align_right {
	float: right;
}
.inline_list {
}
.inline_list ul {
	list-style: none;
}
.inline_list li {
	display: inline;
}
#header #title {
	clear: both;
}
#header #title #CSWM {
	width: 20em;
	margin: 0 auto;
}
#header #title #CSWM h1 {
	font-size: 150%;
	text-align: center;
}
#header address {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
#content {
	padding-top: 2em;
	clear: both;
}
