﻿/* Master Page Styles */

.MasterHeader
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: large;
	color: blue;
}

.MasterMenu
{
	 font-size: 13px;
	 font-family: Verdana;
	 padding: 4px;
	 text-align: center;
	 margin:0 auto;
}

.MasterFooter
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: medium;
	color: blue;
}

/* Content Page Styles */

.ContentTitle
{
	font-family:Verdana, sans-serif;
	color: #9900CC;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

.ContentSalesText
{
	font-family: Verdana, sans-serif;
	color: black;
	font-size: small;
	text-align: justify;
}

.ContentSalesTextLarge
{
	font-family:  Verdana, sans-serif;
	color: #000099;
	font-size: medium;
	text-align: justify;
}

.ContentSalesHeading
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	line-height: 24px;
	color: #000099;
	font-size: small;
	text-align: left;
}

.ContentTechText
{
	font-family: Verdana, sans-serif;
	color: #000099;
	font-size: small;
}

.ContentStoryText
{
	font-family: Verdana, sans-serif;
	color: black;
	font-size: small;
	text-align:left;
}


.ContentCreditText
{
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: black;
}

.ContentTable
{
	width: 100%;
}

.ContentCell
{
	border-width: thin;
	border-color: blue;
	border-spacing: 4px;
	text-align: justify;
	vertical-align: top;
}

.HeadingMajor
{
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
	color: #F30CDC;
}

.HeadingSub
{
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color:  #F30CDC;
}

.HeadingDetail
{
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color:  #F30CDC;
}

.HeadingDetailEmphasis
{
	font-family: Verdana;
	font-size: medium;
	font-weight: normal;
	color: #F30CDC;
}

.VenueText
{
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
	color:  #00CC00;
}


.SetListColumnHeading
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: blue;
	background-color: #FFCC66;
}

.SetListText
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
	color: black;
}


/* Generic Styles */

.CenterText
{
	text-align:center;
}

.CenterObject
{
	margin: 0 auto;
	text-align:center;
}

.BulletList
{
	margin-left:1em;
	padding: 0;
	text-align:left;
}

