/* Basic HTML Element Style */
body {
	background-color: #26364c;
	font: 15px georgia, 'times new roman', arial, sans-serif;
	color: #606060;
	text-align: left;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	line-height: 1.4;
}

a:link { color: rgb(64,64,255); }
a:visited { color: rgb(96,96,128); }

h1 {
	font: 32px/42px georgia, arial, sans-serif;
	color: black;
	margin: 0px;
}

h1 A:link { color: rgb(0,0,0); }
h1 A:visited { color: rgb(96,96,96); }

h2 {
	font: 18px tahoma, arial, sans-serif;
	color: black;
	margin-top: 16px;
	margin-bottom: 4px;
}
h3 {
	font: 14px tahoma, arial, sans-serif;
	color: black;
	margin: 0 0 0 0;
}
h4, h5 {
	font: 14px tahoma, arial, sans-serif;
	color: #606060;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
}

ul {
    margin-top: 0px;
    margin-bottom: 12px;
    line-height: 1.4;
}

/*Structural elements */

.mainPage {
	background-color: #ffffff;
}

.articleHeader {
	display: none;
}

.navigationBandCell {
	width: 148px;
}

#navigationBand {
	display: none;
}

#articleBody {
	width: 400px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0 0 0 0;
}

#articleBody:first-line {
	font-size: 150%;
}

#articleBody p.initial:first-line {
	font-size: 150%;
}

#navigationBand h1 {
	font: bold 13px tahoma, arial, sans-serif;
	color: rgb(188,205,234);
}

#navigationBand h1 A:link { color: rgb(164,179,204); }
#navigationBand h1 A:visited { color: rgb(164,179,204); }

#navigationBand p {
	margin-bottom: 4px;
}

#sideBand {
	width: 200px;
	font: 11px tahoma, arial, sans-serif;
	color: rgb(64,64,64);
	padding-left: 12px;
	padding-right: 8px;
}

.statsTable {
	width: 100%;
	background-color: #b0b0b0;
	padding: 6px 6px 6px 6px;
	margin-bottom: 12px;
	font: 12px tahoma, arial, sans-serif;
	color: #404040;
	border-collapse: collapse;
}

.statsTable th {
	font: bold 12px tahoma, arial, sans-serif;
	padding: 2px 2px 2px 2px;
	border-bottom: solid 1px #404040;
}

.statsTable td {
	padding: 2px 2px 2px 2px;
}

#articleList p {
	margin: 0 0 25px 0;
}


#articleList h3 {
	font: bold 15px tahoma, arial, sans-serif;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 16px;
}

#articleList h3 A:link { color: rgb(0,0,0); }
#articleList h3 A:visited { color: rgb(96,96,96); }

#articleList table {
	border-top: solid 1px #808080
}

#articleList h4 {
	text-align: right;
}

.articleFooter {
	font: 11px tahoma, arial, sans-serif;
	color: rgb(64,64,64);
	border-top: solid 1px #808080;
	padding-bottom: 8px;
}

/* text effects */
em.title {
	text-decoration: underline;
}

