a:hover {
	color: #000000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	color: #C67571;
	text-align: center;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}


body {
	margin: 0px;
	background-color: #FFFF99;
}
table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
.content {
	background-color:#FFFFFF;
	padding:10px;
	border: 0px none #FFFFFF;
}
.header {
	font-weight: bold;
	text-decoration: underline;
	text-indent: 20px;
	font-variant: normal;
	text-transform: uppercase;
}
.plain {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}


.nav_bar {
	a:link:#FFFFFF;
	a:hover:#FFFFFF;
	a:visited:#FFFFFF;
	text-align:center;
	text-decoration:none;
	font:"Times New Roman", Times, serif;
	font-style:normal;
	background-image: url(../images/CompleMed_BG_Nav.jpg);
}
	input {
	background-color: #FFFF66;
	border: 1px none #000000;
}
.required {
	font-size: 9px;
	color: #FF0000;
}

textarea {
	border: 1px solid #000000;
}
.optional {
	font-size: 9px;
	color: #0033FF;
}
.divide {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
