body {
	background-color: #7792af;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #374451;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-big.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
}
.titleBar {
	background-color: #fcce04;
	font-size: 23px;
	font-weight: bold;
	padding-right: 10px;
	background-image: url(images/bg-title.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
}
.mainTable {
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #374451;
	border-left-color: #374451;
	z-index: 5;
	position: static;
}
.menu {
	background-color: #558ac3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: top;
	padding-left: 10px;
	text-transform: uppercase;
	background-image: url(images/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	color: #FCCE04;
}
.content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #374451;
	vertical-align: top;
	padding: 10px 20px;
}
.content a {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #558AC3;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #374451;
	background-color: #FCCE04;
	text-align: center;
}
.footer a{
	color: #374451;
}
.textMenu {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.textMenu a {
	color: #558AC3;
	font-weight: bold;
}
.textMenu a:hover {
	font-size: 9px;
	color: #FCCE04;
}
.tempText {
	position: absolute;
	z-index: 3;
	height: 100%;
	text-align: center;
	width: 100%;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
}
#net {
	background-image: url(images/temp-bg-net.jpg);
	background-position: 0% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.subTitle {
	font-size: 16pt;
	font-weight: bold;
}
.rankTable {
	font-size: 12px;
}
.sidePic {
	margin-bottom: 10px;
	margin-left: 15px;
	border: 2px solid #374451;
}
.sidePicL {
	margin-bottom: 10px;
	border: 2px solid #374451;
	margin-right: 15px;
}
