body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#6D7174;
}
#topMenu {
	font-size:0.9em;
}
#breadcrumb {
	font-size:0.9em;
	text-transform:uppercase;
}
#footer {
	font-size:0.9em;
}

.h1_main, h1 {
	/*background-color:#009999;*/
	background-color:black;
	background-image:url(../images/template/h1_arrow_new.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#FFFFFF;
	padding:0px 3px 0px 20px;
	overflow:hidden;
	font-size:12px;
	line-height:21px;
	font-weight:bold;
	/*text-transform:uppercase;*/
	clear:both;
}
h2 {
	background-color:#B6B8BA;
	color:#666666;
	padding:0px 2px 0px 10px;
	overflow:hidden;
	font-size:12px;
	line-height:21px;
	font-weight:bold;
	clear:both;
}


.redArrow, ul {
	list-style-image:url(../images/template/bullet_arrow_aqua_20.gif);
	line-height:20px;
}

.smallText li {
	font-size:9px;

}

.imageBorderGrey {
	border:1px solid #B6B8BA;
}
.redBox {
	/*border:1px solid #009999;*/
	border:1px solid black;
	padding:10px;
	background-color:#FFFFFF;
}
.returnMessage {
	font-weight:bold;
	margin:10px;
	padding:10px;
	text-align:center;
	border:1px solid #cccccc;
}
.errorMessage {
	font-weight:bold;
	margin:10px;
	padding:10px;
	text-align:center;
	border:1px solid #C60651;
	color:#C60651;
}


/* FORMS */
form {
	display:inline;
}
#content .textfield, #content .textarea, #content .select {
	border-style:1px solid #6D7174;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6D7174;
}
#content .button {
	border-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:black;
	cursor:pointer;
}
#searchBar .textfield {
	height:16px;
	line-height:16px;
	border-style:none;
	padding:0px 3px 0px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6D7174;
}
#searchBar .button {
	height:16px;
	line-height:16px;
	border-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#000000;
	cursor:pointer;
}
.formRequired {
	font-size:15px;
	font-weight:bold;
	color:#009999;
}


