.header 
{
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
}

.leftBracket 
{
	color: rgb(255,255,255);
	background-color: rgb(164,149,24);
}

.document 
{
	color: rgb(255,255,255);
	background-color: rgb(164,149,24);
	/*background-image: url(../Images/documentBackground.png);*/
	/*background-repeat: no-repeat;*/
}

.rightBracket 
{
	color: rgb(255,255,255);
	background-color: rgb(164,149,24);
}

.footer 
{
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
}

h1 
{
	color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

h2 
{
	color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

h3 
{
	color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

h4 
{
	color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

h5 
{
	color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

h6 
{
	color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	text-decoration: none;
}

.table 
{
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}
