#title {display:none; }

body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
}
h1 {
	font-size: 15px;
	font-weight: bolder;
	color: #1D4D45;
	margin-bottom: 15px;
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #339999;
	margin-bottom: 0px;
}
.medlinks {
	font-size: 13px;
	font-weight: bolder;
	color: #339999;
	margin-bottom: 0px;
    margin-top: 0px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
a:link {
	color: #339999;
	text-decoration: underline;
}
a:visited {
    color: #339999;
	text-decoration: underline;
}
a:hover {
	color: #1D4D45;
	text-decoration: underline;
}
a:active {
	color: #339999;
}

#print_page {
	float: right;
}

/*** Online Forms ***/

.form {
	background-color: #E2EAE8;
	font-size: 11px;
	line-height: 14px;
}

.form th,
.form td {
	text-align: left;
	vertical-align: top;
}

.form th {
	background-color: #339999;
	color: #FFF;
	font-size: 13px;
	padding: 5px 8px;
}

.form td {
	font-weight: bold;
	padding: 0 8px 8px 8px;
}

.form .odd td {
	background-color: #CCC;
	padding-top:8px;

}

.form .first td {
	padding-top: 8px;
}

.form td.responses,
.responses {
	font-weight: normal;
}

.form .border td {
	border-bottom: 1px solid #FFF;
}

.form td .delete {
	padding-top: 5px;
}

.form .header td,
.form td.header {
	color: #1D4D45;
	font-size: 12px;
}

.form ul {
	margin-top: 0px;
}

.required {
	color: #9E1B34;
	font-size: 12px;
}

h2.required {
	margin-bottom: 10px;
}

input, select {
	font-size: 11px;
}

/* Error Messages */

.errors { 
	background-color: #F1DDE1;
	border: 1px solid #CAB9BE;
	color: #9E1B34;
	margin: 0 auto 15px auto;
	padding: 8px 15px;
}

.errors ul {
	margin-bottom: 0;
}