html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	background-color: #fff;
	font-family: Verdana;
	font-size: 10pt;
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 12pt;
	color: #315091;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

img
{
	border: none;
}

#header
{
	width: 100%;
	border: none;
}

#navigator td
{
	text-align: center;
}

#navigator a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

#content
{
	margin: 0 10px;
	height: auto!important;
	height: 75%;
	min-height: 75%;
}

.label
{
	font-size: 10pt;
	color: #4064a7;
	border-bottom: #686868 1px solid;
	text-indent: 2em;
}
.selectedjobs
{
	background-image: url(Images/SelectedJobsTitle.jpg);
}

.featuredemployers
{
	background-image: url(Images/FeaturedEmployersTitle.jpg);
}
.grid
{
	border: none;
	font-size:8pt;
	width: 100%;
	border-collapse: collapse;
} 

.footer
{
	/*margin-top: 2em;*/
	height: 11%;
	background-image: url(Images/BottomBG.gif);
	text-align: right;
}

/*old style*/
.SmallText { font-family:Verdana; font-size:8pt; }
.MainText { font-family:Verdana; font-size:10pt; }
.BigText { font-family:Verdana; font-size:12pt; }
.Txt { font-family:Verdana; font-size:10pt; }
.Btn { font-family:Verdana; font-size:10pt; }
.Ddl { font-family:Verdana; font-size:10pt; }

