﻿body 
{
	font: 12px 'Trebuchet MS';
	margin-top: 2px;
	margin-bottom: 2px;
}

p 
{
	font: 12px 'Trebuchet MS';
	text-align:justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

H1 
{
	font: bold 16px 'Trebuchet MS';
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:Blue;
}

H2
{
	font: bold 14px 'Trebuchet MS';
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color:Blue;
}

.menuItem
{
	color: White;
	background-image: url(menu_inactive.gif);
	padding:2px 5px;
}

.menuItemOn
{
	color: White;
	background-image: url(menu_active.gif);
	padding:2px 5px;
}

ul 
{
	list-style-image: url(bullet.gif)
}

.topband 
{
	background: url(menu_inactive.gif)
}
.bottomband 
{
	background: url(menu_inactive.gif)
}
.prevholderhide
{
	position:absolute;
	background-color:White;
	background-image: url(pointer.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-left: 15px;
	margin-top: 0px;
	display:none;
}
.prevholdershow
{
	position:absolute;
	background-color:White;
	background-image: url(pointer.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-left: 15px;
	margin-top: 2px;
	display:inline;
}
.preview
{
	background-color: #CFE4F9;
	padding: 5px 5px 5px 5px;
	border: 1px solid skyblue;
	margin-left: 0px;
	margin-top: 13px;
}

.tdin
{
	background-color: #CFE4F9;
	border: 1px solid skyblue;
}

.tdout
{
	background-color:Transparent;
	border: 1px solid white;
}
