body {
	font-family: Verdana, Arial, sans-serif;
	background-color: black;
	color: white;
	font-weight: bold;
}

.miniSelect {
	font-weight: normal;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content a {
	text-decoration: none;
	color: #99ccff;
	background-color: black; 
}

#content a.mini {
	color: #99CCFF;
	background-color: black; 
}

#content a.mini:visited {
	color: #CC00FF;
	background-color: black; 
}

#content a.mini:hover {
	color: #FFFFCC;
	background-color: black; 
}

td {
	vertical-align: top;

}

td.miniSelect {
	vertical-align: middle;
	text-align: center;
	border: 1pt solid #cc9900;
}



.card {
	background-color: #333399;
	color: black;
	font-weight: normal;

}



.faction {
	background-color: #333399;
	color: #ffcc66;
	font-weight: bold;
}

td.stat {
	background-color: white;
	color: black;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

td.statCard {
	background-color: white;
	color: black;
	font-size: 0.8em;
	padding: 4px;
}

.ability {
	font-weight: bold;
}

.sa {
	font-weight: bold;
	font-size: 1.2em;
}

td.statName {
	font-weight: bold;
	background-color: black;
	color: white;
	border-collapse: separate;
	border-spacing: 5px;
	padding: 4px;
}

.pic {
	text-align: center;
	padding: 4px;
	border: none;
}

img {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);

}
img.fact {
	max-width: 450px;
	width: expression(this.width > 450 ? 450: true);

}
a > img {
	border: none;
	text-decoration: none;
}

p.comment {
	font-style: italic;
	background-color: #CCCCCC;
	color: black;
	padding: 2px;

}

.search {
	font-size: 0.8em;
	background-color: #99CCFF;
	color: black;
	border: 1pt solid  #CC00FF;
}

.searchThumb {
	font-size: 0.8em;
	background-color: #cc9900;
	color: black;
	border: 1pt solid  #ff3300;
}

form td {
	text-align: center;
	vertical-align: center;
}

.it {
	font-style: italic;
	font-weight: normal;
}

#content a.headButton {
	background-color: #ffcc66;
	color: #333399;
	padding: 4px;
}

#content a.headButton:hover {
	color: #ffcc66;
	background-color: #333399;
	padding: 4px;
}

.small {
	font-size: 0.8em;
}

.band {
	background-color: #ffcc66;
	color: #333399;
}
