.ViewerBody
{
	background-color: white;
}

.Body
{
	background-color: white;
}

.Heading
{
	font-family: Tahoma;
	font-weight: bold;
	font-style: normal;
	font-size: 32px;
	color: red;
}

.SubHeading
{
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 28px;
	color: red;
}

.Bullet
{
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: blue;
	filter: revealTrans(Transition=0, Duration=2);
}

.ImageLeft
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.ImageRight
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.Caption
{
	font-family: Tahoma;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: green;
}

.FixedPortionOfTheme
{
	;
}

.SubBullet
{
	padding-left: 18px;
}

UL
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 15px;
}

