body {
	background-color: #999999;
	margin: 0px;
	font-family: Arial, sans-serif;
}
h2 {
	font-size: 12pt;
	margin-bottom: 5px;
}
h3
{
	font-size: 10pt;
	 text-align:center;
}
a {
	color: #0000CC;
	font-size: 10pt;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #FF0000;
}

.collapse {
	border: 0px; 
	padding: 0px; 
	border-collapse: collapse;
}
label {
	font-family: Arial, sans-serif;
	font-size: 12px; 
	color: #000000; 
}
.articletext {
	font-family: Arial, sans-serif;
	font-size: 14px; 
	color: #000000; 
	line-height: 16px; 
}
.clickHeretext {
	font-family: Arial, sans-serif;
	font-size: 24px; 
	color: #000000; 
	line-height: 28px; 
}
.captiontext {
	font-family: Arial, sans-serif;
	font-size: 9px; 
}

.footer {
	font-family: Arial, sans-serif;
	font-size: 11px; 
	color: #000000;
	border-top: 1px solid #CCCCCC;
	height: 25px;
	padding-bottom: 5px;
	text-align: center;
}

.rightBord {
    border-right: 1px solid #CCCCCC;
}

.bottomBord {
	vertical-align: top;
   border-bottom: 1px solid #CCCCCC;
}