﻿body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	background-color: white;
}

.page-main
{
	width:100%;
	height:100%;
	border-collapse: collapse;
}

.page-header
{
	cursor: default;
	height: 74px;
	width: 100%;
	background-image: url(images/header.bg.gif);
	background-repeat: repeat-x;
}

.page-header-bottom
{
	background-color:Black;
	color:White;
	padding: 2px 0px 2px 10px;
	font-size: 9px;
	letter-spacing: 3px;
}

.page-content
{
	border: solid 1px pink;
	height:100%;
	width:100%;
}

.TopBar
{
	border: 1px solid #1A477D;
	background-color: #AEBECB;
	margin-bottom:10px;
}
.TopBar SPAN
{
	font-family:Verdana; font-size:18px; font-weight:bold;
}