@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.textArea {
	font-family: inherit;
	font-size: 10px;	
}

.footer {
	font-size: 10px
}
.boldLink {
	font-size: 14px;
	font-weight: bold;
}
.required {color: #FF0000}

.center {text-align: center;}

.error {
	color: #FF0000;	
}

.requiredCenter {
	color: #FF0000;
	text-align: center;	
}

.confirmation {
	color: #660099;
	font-style: italic;
	font-weight: bold;
}

.prof_registration_text_input {
	width: 275px;	
}

.profession_category_heading {
	background: #666666;
	color: #FFFFFF;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}