﻿@charset "utf-8";
/* CSS Document */

.largeBlue, .lared, .whitelarge, .blackLarge, .largegreen, .largeOrange {
	font-size:22px;
}
.medBlue, .medyellow, .medred, .medgreen, .whitemed, medorange, .blackmed, .medyellow, .medOrange {
	font-size:16px;
}
.smallBlue, .smallred, .smallgreen, .whitesmall, .smallblack, .smallyellow, .smallOrange {
	font-size:12px;
}
.lared, .medred, .smallred, .exsmallred, .redHeadingLarge {
	color:#e71c3a;
}
.largeBlue, .medBlue, .smallBlue{
	color:#0099FF;
}
.smallblack, .blackLarge, .blackmed, h1, h2, h3, h4, h5, h6{
	color:#000;
}
.whitelarge, .whitemed, .whitesmall, .white, .title, .whitetext, .whiteHeadingLarge, .whiteSuperLarge {
	color:#FFF;
}
.largegreen, .medgreen, .smallgreen {
	color:#693;
}
.smallyellow, .largeyellow, .medyellow {
	color:#FFCC00;
}
.largeOrange, .smallOrange, .medOrange {
	color:#F60;
}
.grayHeadingLarge, graySuperLarge {
	color:#EEE;
}
.grayHeadingLarge, .redHeadingLarge, .whiteHeadingLarge {
	font-variant:small-caps;
	letter-spacing:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
}
.graySuperLarge, .whiteSuperLarge {
	font-variant:small-caps;
	letter-spacing:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:64px;
}
.odd {
	background-color:#E4E1FF;
}
.even {
	background-color:#DAD7FF;
}
.exsmallred {
	font-size:10px;
	font-variant:small-caps;
}
.sptext {
	font-size:10px;
	padding:5px;
	letter-spacing:3px;
}
.captions {
	display:block;
	font-size:9px;
	color:#999;
	text-align:right;
}
.titleBox {
	display:block;
	background-color:#222222;
	color:#FFF;
	font-weight:bold;
	font-variant:small-caps;
	padding:5px;
}
.detailBox {
	display:block;
	background-color:#cccccc;
	padding:5px;
	font-size:10px;
	color:#333;
}

h1 {font-size:28px;}
h6 {font-size:10px; font-variant:small-caps;}

