﻿/* common styles */
.H1
{
	color: #67BBBB;
	font-size: 15.5pt;
	font-weight: normal;
}
a img
{
	border: 0px;
}

.grey
{
	color: #b2b2b2;
	line-height: 1.8em;
}


/* intro page styles */

.Intro
{
	margin-top:20px;
	width:457px;
	float:left;	
	font-weight:bold;
	color:#4d4d4d;
}

.WelcomeYourViews
{
	margin-top:20px;
	float:right;
	width:335px;
	background-color:#dbeef1;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(images/bottomShadow3.gif);
	padding-bottom:19px;
	font-weight:bold;
}

.WelcomeYourViews h2
{
	color: #179c9f;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	font-size: 11pt;
	font-weight: bold;
}

.WelcomeYourViews div
{
	margin:15px;	
}

.PresentationContainer
{
	clear:both;
	padding-top:10px;	
}

.PresentationContainer .Left
{
	float:left;
	width:335px;
}

.PresentationContainer .Right
{
	float:right;
	width:420px;
}

.Presentation
{
	padding-bottom:25px;	
}

.PresentationContainer .Left h2
{
	color: #179c9f;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	font-size: 11pt;	
}

.Presentation ul
{
	color:#179c9f;
	font-weight:bold;
	margin-left:15px;	
}

.Thumbnails
{
	padding-top:5px;
	padding-bottom:24px;
	background-color:#dbeef1;
	background: #dbeef1 url(images/bottomShadow.gif) no-repeat bottom left;
}

.Thumbnails table
{
	font-size:11px;
	width:100%;	
}

.Thumbnails table td
{
	width:33%;
	vertical-align:top;
	text-align:center;
}

.Thumbnails table td img
{
	margin-bottom:4px;
}

.Thumbnails table td span
{
	font-weight:bold;
	color: #179c9f;
}

.Videos table
{
	width:100%;	
}

.Videos table td
{
	width:33%;
	vertical-align:top;
	text-align:center;	
}


