﻿body, table, td
{
	/* set the default font family */
	font-family:Arial;
}

body 
{
	background-color:#1D83E5;
}

.Content
{
	margin:7px;
	vertical-align:top;
	font-size:10pt;
	color:Black;
}

.Content H1, h1
{
  font-size:12pt;
	color:Black;
	display:inline-block;

	/*
	for image based headers
	text-indent:-500px;
	*/
}

.Content H2
{
	color:Red;
}

.Main /*currently on the same tag with layout_main*/
{
 border-style:solid;
 border-color:Black;
 background-color:White;
}

.Content B, strong
{
	color:Black;
	font-size:10pt;
	font-weight:bold;
}

.Content EM
{
	color:Yellow;	
}

.SiteMapPath
{
	color:Blue;
	font-size:9pt;
	
}

.PoweredBy7Ware
{
	color:Gray;
	font-weight:bold;
	text-decoration:none;
}

.Style1
{
	color:red;
}
.Style1 .Style2
{
	font-weight:bold;
}
/*Left Nav*/
.LeftNavMenu
{
	font-size:10pt;
	font-weight:bold;
}

.DefaultNav
{
  background-image:url(../../Images/DefaultPageNav.jpg);
  height:26px;
  width:765px;
  font-size:9pt;
}

.DefaultBG
{
  background-image:url(../../Images/DefaultBG.jpg);
  background-repeat:repeat-x;
  background-color:Black;
}
