﻿html, body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #69787d;
	background-color:#DFDFFF;
}

hr
{
	color:#95c94a;
	height: 1px;
}

.tblbottomborder
{
	background-color:#ffffff;
	border-bottom: #005EBB 1px solid;
}

.tblsidebar
{
	border-left: #005EBB 1px solid;
	background-color:#ffffff;
}

.txtTitle
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; 
	color: #69787d;
	background-color:#ffffff;
	font-weight:bold;
}
.txtTitleSmall
{
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #69787d;
	background-color:#ffffff;
}


.mnubtnback {
	BORDER-TOP: #ffffff 2px solid;
	BORDER-LEFT: #ffffff 2px solid;
	WIDTH: 100%; 
}

.mnubtnfore
{
	BACKGROUND-COLOR: #69787d;
}

.mnubtnforeground
{
	BACKGROUND-COLOR:#B0B0FF;
	width:100%;
	text-align:center;
	vertical-align:top;
}
.mnubtnforegroundhover
{
	BACKGROUND-COLOR: #000000;
	width:100%;
	text-align:center;
	vertical-align:top;
}


.mnubtntxt
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.container 
{
	margin: 0px auto;
	width: 800px;
	BORDER-TOP: #005EBB 1px solid;
	BORDER-LEFT: #005EBB 1px solid;
	BORDER-RIGHT: #005EBB 1px solid;
	BORDER-BOTTOM: #005EBB 1px solid;
	background-color:#FFFFFF;
}


