﻿@charset "utf-8";
/* CSS Document */
BODY {
	background-color: #101010;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
A {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A:link {
	COLOR: #CCFFFF;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #AAFFFF;
	TEXT-DECORATION: underline;
}
A:hover {
	color: #50DD02;
	text-decoration: none;
}
.bio {
	font-style: italic;
	font-size: 80%;
	color: #FFFF80;
	line-height: 160%;
}
.headline {
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: large;
	font-weight: bolder;
}
.stats {
	font-size: 84%;
	font-style: normal;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	line-height: 140%;
}
.story {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	text-align: left;
}
.talent {
	color: #FFFFFF;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.title {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: large;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
}
hr.green {
	border: 0;
	color: #008000;
	background-color: #008000;
	height: 3px;
	width: 80%;
}
img.border {
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	height: 125px;
	width: 125px;
	display: block; /*images must be set to block in order use auto margins*/
	margin: 0 auto; /*centers images in most browsers*/
	text-align: center; /*centers images in older browsers*/
}
img.no_border {
	border-style: none;
	height: 125px;
	width: 125px;
	display: block; /*images must be set to block in order use auto margins*/
	margin: 0 auto; /*centers images in most browsers*/
	text-align: center; /*centers images in older browsers*/
}
table.mainstyle {
	vertical-align: top;
	border-style: none;
	border-collapse: collapse;
	margin: 4px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	width: auto;
	min-width: 98%;
}
table.page-menu_left {
	border-style: none;
	margin: 0 auto;
	padding: 10px;
	width: auto;
	min-width: 98%;
	z-index: 0;
	top: auto;
}
td {
	border-style: none;
	margin: 4px;
	padding: 4px;
	vertical-align: top;
}
td.champ {
	text-align: center;
	font-family: "Tahoma", Geneva, Verdana, sans-serif;
	font-size: small;
	font-style: normal;
	letter-spacing: normal;
	vertical-align: top;
}
