/* Main body links. */
a {
	color: 6666FF;
	text-decoration: none;
}
a:link {
	COLOR: #6666FF;
}
a:active {
	COLOR: #9999FF;
}
a:visited {
	COLOR: #6666FF;
}
a:hover {
	COLOR: #9999FF;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* Header at the top of each section tells the user where they are. */
h1 {
	font-size: 12px;
	line-height: normal;
}

/* This is the main text seen throughout the site. */
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

/* Table header for the shows list. */
th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDDDDD;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* The tag line on the home page uses this style. */
.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

/* Left-hand side subsection navigation menu.
 *
 *     Small orange links that light up on rollover.
 *
 */
A.nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6666FF;
	text-decoration: none;
}
A.nav:link {
	COLOR: #6666FF;
}
A.nav:active {
	COLOR: #9999FF;
}
A.nav:visited {
	COLOR: #6666FF;
}
A.nav:hover {
	COLOR: #9999FF;
}

/* Table used for Show Listings. */
.table {
	background-color: #FFFFFF;
}

/* Blue color used to emphasize certain words on the home page. */
.blue {
	COLOR: #6666FF;
}

/* Grey background for table rows. */
.grey_back {
	background-color: #EEEEEE;
}

/* Red text for emphasis. */
.red {
	COLOR: #FF0000;
}

/* Light grey text to show 'disabled' status. */
.disabled {
    COLOR: #AAAAAA;
}

/* The following styles are only used by the CV. */
.cv_h1 {
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
}.cv_h2 {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}