﻿body {
	margin-top:0px;
	padding: 0;
	text-align: left;
	font-family: Tahoma;
	font-size: 9pt;
	color: Black;
}

img {
	border-width: 0;
}

H1 
{
	font-size:16pt;
}
H2 
{
	font-size:14pt;
}

.leftFloating 
{
	position:relative;
	float:left;
}

#SidePanel
{
	width: 50px;
	position: fixed;
	float: left;
	right: 0px;
	top: 200px;
}

#SidePanel .Top
{
	width:50px;
	height:25px;
	background-image:url(./images/SideBarBgTop.png);
}
#SidePanel .Middle
{
	width:50px;
	background-image:url(./images/SideBarBgMiddleRepeat.png);
	background-repeat:repeat-y;
}
#SidePanel .Bottom
{
	width:50px;
	height:26px;
	background-image:url(./images/SideBarBgBottom.png);
}