body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
	background:#E6F2D9 url(images/main_bg.JPG) bottom left no-repeat fixed;
	margin-right:0px;
	margin-top:0px;
}
h1 {
	font-size: large;
	color:#006699;
	background-color:#FFFFFF;
}
h2 {
	font-size: small;
	font-style:italic;
	color:#006699;	
}
p {
	line-height:150%;
}
a:link {
	color:#006699;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
a:visited {
	color:#006699;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
a:hover {
	color:#006699;
	background-color:#FFFFFF;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
a:active {
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}
.date {
	font-weight:bold;
	font-style:italic;
	text-align:left;
}
.article {
	font-weight: bold;
	text-align:left;
}
.tableBorder {
	border: 1px dashed #6666CC;
}
.imgBorder {
	border: 1px solid #6666CC;
}
.h1_lookalike {
	font-size: large;
	color:#006699;
	background-color:#FFFFFF;
	font-weight:bold;
}
.timeline_bg {
	background:url(images/tl_bg.GIF) repeat-y;
}
.infobar_y {
	background:url(images/info_bar_y.gif) repeat-y;
}
.infobar_x {
	background:url(images/info_bar_x.gif) repeat-x;
}
.xsmallFont {
	font-size:x-small;
}
.subs_fontAndBorder {
	font-size:x-small;
	border: 1px dashed #6666CC;
}