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

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

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

.articleLeftTitle {
	font-family: arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #4d90bd;
	padding: 0px;
	margin: 0px;
	padding-left: 22px;
	padding-top: 8px;
	padding-bottom: 29px;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../../layout/images/titleBgWithShadow.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	display: block;
	width: 100%;
}

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

.articleMainPreTitle {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}

.articleMainTitle {
	font-family: arial,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #4d90bd;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 8px;
}


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

.articleTitle {
	font-family: arial,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #4d90bd;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 8px;
}

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

.articleTitle:visited {
	color: #4d90bd;
	text-decoration: none;
}

.articleTitle:hover {
	color: #4d90bd;
	text-decoration: none;
}

a {
	color: #4d90bd;
	text-decoration: none;
}

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

a:hover {
	color: #4d90bd;
	text-decoration: underline;
}

div.articleHr {
	background-image: url(../images/hr.gif);
	background-position: center center;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.articleHr hr {
	display: none;
}

h2 {
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}


