body
{
	background-color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

th
{
	vertical-align: top;
	text-align: right;
	font-size: 12px;
}
.smallHeading
{
	vertical-align: top;
	font-size: 12px;
	text-align: left;
}

td
{
	vertical-align: top;
	text-align: left;
	font-size: 12px;
}

h2
{
	font-size: 14px;
	font-variant: small-caps;
}

p
{
	vertical-align: top;
	font-size: 12px;
}

.ValidationControls
{
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.SystemMessage
{
	font-size: 12px;
	font-weight: bold;
	color: Green;
}

.SubsectionTitle
{
	vertical-align: top;
	text-align: left;
	font-weight:bold;
	background-color: #213F87;
	color:White;
}

/* Main Content Classes */

.NavContentTable
{
	width: 900px;
	height: 500px;
}

.Content 
{
	vertical-align: top;
    border: 1px solid #000000;
}

.Note
{
	font-size: xx-small;
}

/* Header Control Classes */

.HeaderTable 
{
    background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-bottom: 1px;
	width: 900px;
}

.HeaderText
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/* Left Navigation Control Classes */
	
.LeftNavigation 
{
	vertical-align: top;
    background-color: #213F87;
	border: 1px solid #000000;
    width : 200px;
}

.LNMainLink
{
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
}

.LNLinks
{
	color: #ffffff;
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.LNLinks a
{
	color: #ffffff;
}

/* Footer Control Classes */

.FooterTable
{
	background-color: #E4E5F1;
	border: 1px solid #000000;
    margin-top : 1px;
    width: 900px;
}

.FooterText
{
	font-size: 10px;
	text-align: center;
}

.ViewTickets
{
	text-align: center;
}
