﻿body  {
	font-size : 10pt;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
}

A 
{
	font-family: Arial;
	font-weight: bold;
	text-decoration : none;
}

A.BrownLink  {
	/*font-family:  Georgia, Arial Black, Helvetica, sans-serif;*/
	font-family: Arial;
    font-size: 13px;
    font-weight: bold;
	text-decoration : none;
	/* color : #0033CC;*/
	/* color : #993333; */
	color : #120A8F;
	background-image: none;
	background-color : inherit;
}

.WhiteLink {
	/*font-family:  Georgia, Arial Black, Helvetica, sans-serif;*/
	font-family: Arial;
    font-size: 13px;
    font-weight: bold;
	text-decoration : none;
	background-image: none;
	background-color : inherit;
	color : #FFFFFF;
}


.GrayRow
{
	background-color : #EEEEEE;	
}



.ErrorText
{
	font-weight:bold;
	color: Red;
}

.InstructionText
{
	font-style:italic;
}

.QuestionText
{
	font-weight:bold;
}

.Row
{
	background-color:#FFFFFF;
}

.AltRow
{
	background-color:#DCDCDC;
}


.PPTHeaderBlue {
	font-size : 11pt;
	font-family : Georgia, Helvetica, Tahoma, Arial;
	font-weight : bold;
	color : #0066CC;
}

.PPTHeaderWhite {
	font-size : 10pt;
	/*font-family : Georgia, Helvetica, Tahoma, Arial;*/
	font-family: Arial;
	font-weight : bold;
	color : #FFFFFF;
	/*background-color:#120A8F;
	background-color:#427DB4;*/
	background-color:#036;
}

.PPTHeaderGray 
{
	height : 35px;
	font-size : 12pt;
	font-family: Arial;
	font-weight : bold;
	color : #FFFFFF;
	background-color: #036;
}

.ColoredPanel 
{
	font-family : Georgia, Helvetica, Tahoma, Arial;
	background-color:#120A8F;
	color : #FFFF00;
}

.BorderedPanel
{
	border-style : solid;
	border-width : 1px;
	border-color : #120A8F;
}

.ListBox
{
	border-style : none;
}

.MainTable
{ 
	padding: 0px;
	border-spacing:0px;
	width:100%;
	border-style : solid;
	border-width : 1px;
	border-color : #120A8F;
	
}

.SubTable
{
	padding: 0px;
	border-spacing:0px;
	width:100%;
}

table.SubTable td
{
	padding-left : 5px;
	padding-right : 5px;
}

	
