body {
	background-color:#fff;
	color:#333;
	font-size:13px;
	line-height:1.35em;
	margin:0;
	font-family:helvetica, arial, sans-serif;
}

p, li, h1, h2, h3, h4 {
	line-height:135%;
}

a { 
	/*color:#c00;*/
	color:#0c768c;
	outline:none;
	text-decoration:none;
}

a:hover { color:black; text-decoration:none; }

a img { border:none; }

h1, h2, h3, h4, h5 {
	font-family:'Frutiger', 'Corbel', 'Calibri', helvetica, arial, sans-serif;
	color:#000;
	font-weight:normal;
	margin:0.2em 0;
	line-height:1.3em;
}

h1 { font-size:33px; margin:0.5em 0; font-weight:bold; }
h2 { font-size:27px; }
h3 { font-size:19px; }
h4 { font-size:17px; }

/*h2 + p, h3 + p, h4 + p { margin-top:0.3em; }*/

.underline { border-bottom:1px solid #999; }
.note { color:#666; }
.small { font-size:11px; }
.tiny { font-size:11px; }
.clear { clear:both; }
.date { font-size:12px; color:#666; }
.left { float:left; margin:0 1em 1em 0 }
.right { float:right; margin:0 0 1em 2em }
.block { display:block; }
/*.hilite { color:#036; }*/
.nowrap { white-space:nowrap; }
.vertical_pad { margin-top:0.3em; margin-bottom:0.3em }
.highlight { color:purple; }
.hide { display:none; }

.icon { vertical-align:middle; }
.big { font-size:17px; }

hr { height: 1px; color: #ccc; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #ccc; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #ccc; border: 0px solid #ccc; } /* For Opera and Gecko-based browsers */

th, td { 
	padding:0.3em 1em 0.3em 0; 
	border-bottom:1px solid #ddd;
	text-align:left; 
	vertical-align:top
}

tfoot td {
	border:none;
}

td p { margin-top:0; }

/*th { padding-top:1em }*/
table { border-spacing:0 }
caption { text-align:left; }
address { font-style:normal; }

.error, .alert {
	padding:3px 0 10px 36px;
	background:url(../images/alert.png) top left transparent no-repeat;
	color:#000;
	font-size:15px;
}

.notice, .tip {
	padding:0 0 6px 32px;
	background:url(../images/info2.png) -7px 0px transparent no-repeat;
	color:#000;
	font-size:15px;
}

.info {
	padding:8px 15px 8px 30px;
	background:url(../images/info_small.png) 4px 8px #fff no-repeat;
	color:#000;
	font-size:15px;
	border:1px solid #ccc;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.alert_alt {
	color:#c60;
}

.alert_alt img {
	vertical-align:middle;
}

.success {
	padding:3px 0 10px 36px;
	background:url(../images/success.png) top left transparent no-repeat;
	color:#060;
	font-size:15px;
}

.pdf {
	padding-left:17px;
	background:url(../images/pdf-small.gif) center left no-repeat transparent;
}

ul.pdfs li {
	list-style-image:url(../images/pdf-small.gif);
	margin-bottom:0.3em;
}

.clearfix:after { content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a.button {
	padding:0.4em 0.7em;
	background-color:#0c768c;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	line-height:100%;
}

a.button:hover, a.large_button:hover {
	background-color:#000;
}

a.button span {
	font-weight:normal;
}

a.large_button {
	font-size:15px;
	border-radius:1em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	padding:0.5em 1em;
	background-color:#0c768c;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
}

p.button_p {
	margin:1.5em 0;
}

p.links {
	margin-top:0;
}

.links a {
	color:#666;
}

.links a.selected, .links a:hover {
	color:#c00;
}