/*
Document wide styles
*/

body,td {
	font-family: "Gill Sans",Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0px;
}

body {
	width: 800px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 0px 20px 5px 20px;
	border-top: 5px solid #EEE;
	background-color: #EEE;
	margin-left: -20px;
}

b {
	font-weight: bold;
}

.big {
	font-weight: normal;
	font-size: 24px;
}

.small {
	font-weight: normal;
	font-size: 10px;
}

div.page_break {
	page-break-before: always;
}

/*
Section specific styles
*/

.section {
	padding-left: 10px;
}

.section .checkbox_inline img {
	vertical-align: text-bottom;
	padding-left: 10px;
	padding-right: 3px;
}

.section .checkbox_inline {
	font-weight: bold;
	padding-right: 10px;
}

.section .checkbox img {
	vertical-align: bottom;
	padding-right: 10px;
}

.section .checkbox {
	text-indent: -30px;
	padding-left: 30px;
}

.section .underline {
	height: 1px;
	padding: 0px 10px;
}

.section td {
	vertical-align: bottom;
	height: 30px;
}

.section .left_col {
	width:  160px;
}

.section .mid_col {
	text-align: left;
}

.section .right_col {
	text-align: right;
}

.section .ul_col {
	border-bottom: 1px solid black;
}

.section .date_to_fill {
	font-size: 24px;
	color: #DDD;
	font-weight: bold;
	letter-spacing: 15px;
	padding-left: 15px;
}

.section .date_to_fill b {
	color: black;
}

#footer {
	text-align: center;
	border-top: 1px solid #DDD;
	margin-top: 30px;
	clear: both;
}

/* TESTING */
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w350 {
	width: 350px;
}
.w450 {
	width: 450px;
}
.ha {
	height: auto !important;
}
.fw {
	width: 100%;
}
