.articleCaption {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

.articleForm {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.articleLeft {
	font-family: verdana,helvetica,sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.articleMain {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.articlePreTitle {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #258a6c;
	margin-top: 0px;
	margin-bottom: 0px;
}

.articleShort {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../../layout/images/articleShortBg.gif);
	background-repeat: repeat-x;
}

.articleTitle {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #258a6c;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

.articleTitle:visited {
	color: #258a6c;
	text-decoration: none;
}

.articleTitle:hover {
	color: #258a6c;
	text-decoration: none;
}


.front .articleTitle {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	display: block;
	text-decoration: none;
	background-image: url(../../layout/images/titleGradient.gif);
	background-position: top right;
	background-repeat: repeat-y;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-bottom: 1px solid #000;
	margin-bottom: 1px;
}

.left .articleTitle {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #258a6c;
	display: block;
	text-decoration: none;
	background: none;
	padding: 0px;
	border: none;
	margin: 0px;
}


a {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #606060;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div.articleHr {
	height: 1px;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.articleHr hr {
	display: none;
}

h2 {
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
}



.missingFieldsIndicator {
	color: #800;
	font-weight: bold;
}

