body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #DD5351;
}

a:visited {
	text-decoration: none;
	color: #FF3333;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:link.glossaryterm {
	text-decoration: underline;
	color: #DD5351;
	border-bottom: 1px double #DD5351;
}

a:visited.glossaryterm {
	text-decoration: none;
	color: #FF3333;
}

a:hover.glossaryterm {
	text-decoration: underline;
}

a:active.glossaryterm {
	text-decoration: underline;
}

#wrapper {
	width: 800px;
	margin: 0 auto;	
	text-align:center;
}

#wide_section {
	margin-bottom: 10px;
	text-align: center;
}

#section {
	margin-bottom: 10px;
	
}

#content {

	text-align: left;
}

#footer_section {
	width: 770px;
	margin: 0 auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCBCBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.cell_left_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCBCBC;
	
}


.faq_question {
	font-size: 14px;
	font-weight: bold;
}

#submenu_top {

	width: 260px;
	height: 15px;
	margin: 0;
	background-image:url(images/submenu_top.jpg);
	background-repeat: no-repeat;
}

#submenu_bottom {

	width: 260px;
	height: 15px;
	margin: 0;
	background-image:url(images/submenu_bottom.jpg);
	background-repeat: no-repeat;
}

#submenu_repeat {

	width: 260px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/submenu_repeat.jpg);
	background-repeat:repeat-y;
	text-align: center;
}

#submenu_content {

	width: 220px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	font-weight:bold;

}

a:link.frontlink {
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}

a:visited.frontlink {
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}

a:hover.frontlink {
	text-decoration: underline;
	font-size: 12px;
	font-weight:bold;
	color: #DD5351;
}

a:active.frontlink {
	text-decoration: underline;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}


.field {
	border: 1px solid #DD5351;
}
.smallbold {
	font-size: smaller;
	font-weight: bold;
}
