/* CSS Document */
body {
	margin: 0px;
	padding: 20px;
	
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

/* links */
a {
	color: #01449b;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
a.pdfLink {
	display: block;
	font-size: 10px;
	padding-left: 38px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: url(../images/img_pdf.gif) center left no-repeat;
}
p.closeLink {
	font-size: 10px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	
	background-color: #ffffff;
	
	margin: 0;
	padding: 10px 20px 10px 20px;
	width:100%;
	
	border-top: 1px solid #464646;
}

/* headings */
h1 {
	color: #01449b;
	font-size: 12px;
	margin: 0 0 13px 0;
}
h2 {
	color: #01449b;
	font-size: 12px;
	margin: 0 0 0 0;
}

/* paragraphs */
p {
	margin: 0 0 13px 0;
}
p.small {
	font-size: 10px;
}
p.downloadAdobeReader {
	padding-top: 8px;
	font-size: 10px;
}

/* forms */
form {
	margin: 0;
	padding: 0;
}
span.required {
	color:#CC0000;
}
/* holiday brochure and sign up forms */
.formTable input.textField {
	width: 260px;
}
.formTable td, .formTable th {
	padding-top: 3px;
	padding-bottom: 4px;
}

/* tables */
th {
	font-weight: normal;
	text-align: left;
}
th, td {
	vertical-align: top;
}