#header table {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
	border-spacing: 0;
}
#header td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}

.percent100{
	width: 100%;
}
#header {
	background-image: url(/images/layout/header-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #C1CEE6;
}
#headerSublinks {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #9EB9D2;
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#headerSublinks a{
	color: #000000;
	text-decoration: none;
}
#headerSublinks td{
	padding: 5px !important;
}
img {
	border: 0px none;
}
.article {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
.article a{
	color: #AF0000;
}

.article img{
	margin: 10px;
}
.article h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #AF0000;
}
.article h2 a{
	color: #AF0000;
}

.article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #AF0000;
}
.article h1 a{
	color: #AF0000;
	text-decoration: none;
}

