/* CSS Document */
body {
	background:url(images/background.JPG) fixed #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
p {
	line-height: 150%;
}
h1 {
	font-size:large;
	color:#6686C4;
}

h2 {
	font-weight:bold;
	font-size:medium;
	border-bottom: 1px solid #6686C4;
}
a:link {
	color: #6686C4;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #6686C4;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #6686C4;
	font-weight:bold;
	text-decoration:none;
}
.mainTable_BorderTop {
	background: url(images/border_top_bg.gif) repeat-x top #F7F8FC;
}
.mainTable_BorderBottom {
	background: url(images/border_bottom_bg.gif) repeat-x top;
}
.mainTable_BorderLeft {
	background: url(images/border_left_bg.gif) repeat-y right;
}
.mainTable_BorderRight {
	background: url(images/border_right_bg.gif) repeat-y left;
}
hr {
	color: #6686C4;
	height: 1px;
}
.imgBorder {
	border: 1px solid #000000;
}
.caption {
	font-size:x-small;
}