body { 
	color: #777777;
	background-color: #FFFFFF;
	background-image: url(../pics/background.png);
}

a:link,
a:visited,
a:active {
	color: rgba(0, 102, 204, 1);
}

.ArticleHead,
.ArticleFoot {
	border-width: 0;
	border-style:solid;
	border-color:#8BA9C5;
}

.ArticleHead {
	border-bottom-width:2px;
	border-top-width:1px;

}

.ArticleFoot {
	border-bottom-width:1px;
	border-top-width:2px;
}

.vArrow a i,
.hArrow a i {
	border-color: rgba(139, 169, 197, 0.6);
}

.vArrow i:hover,
.hArrow i:hover {
	border-color: rgba(0, 102, 204, 0.411);
}

h2 {
	padding-top: 20px;
}

.StaticTab {
	border-width: 0px;
	border-spacing: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.StaticTab th {
	background-color: rgba(119, 119, 119, 0.2);
	padding: 5px;
	font-weight: 100;
}

.StaticTab td, th {
	padding: 3px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-bottom-color: #888888;
}

.StaticTab tr:nth-child(3)>td:nth-child(2),
.StaticTab tr:nth-child(3)>td:nth-child(3),
.StaticTab tr:nth-child(3)>td:nth-child(4),
.StaticTab tr:nth-child(3)>td:nth-child(5),
.StaticTab tr:nth-child(4)>td,
.StaticTab tr:nth-child(6)>td:nth-child(2),
.StaticTab tr:nth-child(6)>td:nth-child(3),
.StaticTab tr:nth-child(6)>td:nth-child(4),
.StaticTab tr:nth-child(6)>td:nth-child(5),
.StaticTab tr:nth-child(8)>td:nth-child(2),
.StaticTab tr:nth-child(8)>td:nth-child(3),
.StaticTab tr:nth-child(8)>td:nth-child(4),
.StaticTab tr:nth-child(8)>td:nth-child(5),
.StaticTab tr:nth-child(9)>td,
.StaticTab tr:nth-child(10)>td
 {
	border-bottom-color: rgba(136, 136, 136, 0.25);
}

.StaticTab tr:nth-child(2)>td:nth-child(1),
.StaticTab tr:nth-child(3)>td:nth-child(1),
.StaticTab tr:nth-child(6)>td:nth-child(1),
.StaticTab tr:nth-child(8)>td:nth-child(1) {
	text-align: center;
}

.StaticTab td:nth-last-child(2) {
	text-align: right;
	max-width: 80px;
}

.StaticTab td:last-child {
	text-align: right;
	max-width: 80px;
}

.StaticTab tr:nth-child(12) {
	background-color: rgba(139, 169, 197, 0.3);
}

.StaticTab tr:last-child {
	background-color: rgba(119, 119, 119, 0.1);
}