*
{
	font-family: Arial;
}

BODY.castup
{
	background-color: #FFFFFF;
	color: black;
	margin: 0px;
}

.castup A
{
	color: black;
}

BODY.title
{
	background-color: #FFFFFF;
	margin: 0px;
}

BODY.slideStub
{
	background-color: #1296D3;
	color: white;
}

.slideStub H1
{
	font-family: Arial;
	font-size: 24px;
	color: white;
	text-decoration: none;
}

.slideStub H2
{
	font-family: Arial;
	font-size: 20px;
	color: black;
	text-decoration: none;
}

BODY.getReady
{
	/*background-image: url(images/get_ready_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;

	background-color: #5A6F79;*/
	
	background-color: #1296D3;
	
	margin: 30px;
}

A.getReady
{
	color: #EEEEEE;
	font-size: 20px;
	text-decoration: none;
}

A.getReady:hover
{
	color: #EEEEEE;
	text-decoration: underline;
}

.getReady H1
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 24px;

/*	color: #EEEEEE; */
	text-decoration: none;
}

BODY.getReady H2
{
	color: #000000;
	font-family: Arial;
	font-size: 20px;
}

BODY.castup .disabled
{
	color: #B0B0B0;
}

BODY.castup TABLE.video
{
/*	background-color: #005BA9;

	border: 2px outset #005BA9;
	border-bottom: 5px outset #005BA9;
	border-right: 5px outset #005BA9;
*/

	background-color: #FFFFFF;
}

BODY.castup TABLE.video TD
{
	padding: 10px;
	color: black;
}

BODY.castup TABLE.video TD.hSpace
{
	padding: 0px;
	height: 10px;
}

BODY.castup TABLE.video TD.strong
{
	font-weight: bold;
}

BODY.presentationList
{
	background-color: #FFFFFF;
	margin: 0px;
}

BODY.presentationList A
{
	color: #000000;
	text-decoration: none;
}

BODY.presentationList A:hover
{
	color: #000000;
	text-decoration: underline;
}

A.blue
{
	color: blue !important;
	text-decoration: underline !important;
}

BODY.presentationList H2
{
	font-family: Arial;
	font-size: 18px;
	margin-bottom: 5px;
}

BODY.help
{
	background-color: #FFFFFF;
	color: black;
	margin: 10px;
	
	font-family: Arial;
	font-size: 10px;
}

BODY.help A
{
	color: blue;
	font-weight: bold;
	font-size: 14px;
}

BODY.help H1
{
	font-size: 16px;
	margin-bottom: 10px;
}

.error
{
	color: #880000;
}

.leftBar
{
	background-color: #FFFFFF;
}

.leftBarSeparator
{
	background-color: #FFFFFF;
}

.separatorLine
{
	background-color: #1296D3;
}

