/* Text for Content Body Area*/
.content_subttl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight: bold;
	color: #036497;
	text-decoration : none;
}

.content_whitesubttl {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight: bold;
	color: #FFFFFF;
}

.content_text {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight: normal;
	color: #515151;
	line-height: 17px;
}

.content_textred {
	font-family : Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight: bold;
	color: maroon;
	line-height: 17px;
}

/* Link for Content Pages - Body Text Links--Netscape*/
.content_textlink {
	font-family : Arial, Helvetica, sans-serif;
	color: #515151;
	font-weight: bold;
	text-decoration : underline;
	line-height: 17px;
}

/* Links for Content Pages - Body Text*/
A:LINK.content_textlink {
	font-family : Arial, Helvetica, sans-serif;
	color: #515151;
	font-weight: bold;
	text-decoration : underline;
	line-height: 17px;
}

A:VISITED.content_textlink {
	font-family : Arial, Helvetica, sans-serif;
	color: #515151;
	font-weight: bold;
	text-decoration : underline;
	line-height: 17px;
}

A:HOVER.content_textlink {
	font-family : Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration : underline;
	line-height: 17px;
}


/* Link for Content Pages - Question Items--Netscape*/
.content_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #515151;
	text-decoration : underline;	
	line-height: 22px;
}

/* Links for Content Pages - Question Sub Heads and Question Items*/
A:LINK.content_subttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #036497;
	text-decoration : none;	
	line-height: 22px;
}

A:VISITED.content_subttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #036497;
	text-decoration : none;
	line-height: 22px;
}

A:HOVER.content_subttl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #A8C6D6;
	text-decoration : none;
	line-height: 22px;
}

A:LINK.content_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #515151;
	text-decoration : underline;	
	line-height: 22px;
}

A:VISITED.content_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #515151;
	text-decoration : underline;
	line-height: 22px;
}

A:HOVER.content_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration : underline;
	line-height: 22px;
}

/* Fields for Content Pages */
.content_input{
	background-color : #FFFFFF;
	color : #666666;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size: 9px;
	border-top : 1px solid #A9A9A9;
	border-right : 1px solid #A9A9A9;
	border-bottom : 1px solid #A9A9A9;
	border-left : 1px solid #A9A9A9;
}