﻿body,html 
{
	margin:0px;
	margin-top:10px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif font-size:9pt;
	overflow-x: hidden;
	
}

TABLE,TEXTAREA,INPUT,SELECT
{
	font-family:helvetica;
	font-size:9pt;
}

LI
{
	margin-bottom:4px;
}

.headerRow
{
	background-color:#455560;
	color:White;
	font-size:10pt;
	font-weight:bold;
}

.headerBox
{
	border-style:solid;
	border-width:1px;
	border-color:#a2a2a2;
	font-size:10pt;
	font-weight:bold;
	color:White;
	background-color:#36424a;
	cursor:pointer;
}

.headerBoxHover
{
	border-style:solid;
	border-width:1px;
	border-color:#a2a2a2;
	font-size:10pt;
	font-weight:bold;
	color:#352258;	
	background-color:#f78f1e;
	cursor:pointer;
}

.headerBoxSelected
{
	border-style:solid;
	border-width:1px;
	border-color:#a2a2a2;
	font-size:10pt;
	font-weight:bold;
	color:#352258;	
	background-color:#ffffff;
	cursor:pointer;
}

.largeText
{
	font-size:18pt;
	font-weight:bold;
	color:#419639;	
}

.mediumText
{
	font-size:14pt;
	font-weight:bold;
	color:#419639;	
}

.smallerText a
{
	font-size:12pt;
	font-weight:bold;
	color:#f9a34a;
	text-decoration:none;
}


.smallerText a:hover
{
	font-size:12pt;
	font-weight:bold;
	text-decoration:underline;
}



.tableBorderLeft
{
	border-style:solid;
	border-width:1px;
	border-color:#a2a2a2;
	border-right:0px;
	padding-left:5px;
}

.tableBorderRight
{
	border-style:solid;
	border-width:1px;
	border-color:#a2a2a2;
	border-left:0px;
}

.tableBorder
{
	border-style:solid;
	border-width:1px;
	border-color:#a2a2a2;
}

.homepageHover
{
	background-color:#f78f1e;
}

.leftNav
{
	background-color:#afb3b7;
	padding-left:5px;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#a2a2a2;
}

.leftNav a
{
	color:#000000;
}

.leftNav a:hover
{
	color:#ffffff;
}

.anLink
{
	text-decoration:none;
	color:#352258;
}

.anLink:hover
{
	color:#d76f2c;
}

iframe {
overflow-x: hidden;
overflow-y: scroll;
}

#ifJobs
{
	overflow-x:hidden;
	overflow-y:auto;
}

.footerFont
{
	font-family:helvetica;
	font-size:8pt;
}