/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#E5E5E5;
}
.bg-white
{
background-color:#FFFFFF;
}
.bg-blue
{
background-color:#7BA2CB;
}
.bor-bg
{
border-right: solid #7BA2CB 3px;
background-color:#FFFFFF
}
.content {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

