﻿body 
{
	background-color: #fffff8;
	width: 960px;
}

h1
{
	font-family: Calibri, Helvetica, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
}

h2
{
	font-family: Calibri, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-family: Calibri, Helvetica, Sans-Serif;
	font-size: 14px;
}

p
{
	font-family: Calibri, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #61210f;
}

.header
{
	border-bottom: #e6e6e6 thin dashed;
}

.sidebar-left
{
	vertical-align: top;
	width: 160px;
	border-right: #e6e6e6 thin dashed;
	padding: 12px;
}

.menu
{
	font-family: Calibri, Helvetica, Sans-Serif;
	font-size: 16px;
	line-height: 24px;
}

.content-main
{
	vertical-align: top;
	width: 600px;
	padding: 12px;
}

.footer
{
	border-top: #e6e6e6 thin dashed;
	padding: 12px;
}

.content-discrete
{ 
	font-family: Calibri, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #c8a695;
}

.table-highlight
{
	width:100%;
	background-color:#f7efe1;
	padding:12px;
	border-right: solid 1px #c0ab88;
	border-bottom: solid 1px #c0ab88;
}
	