a:link
{
	color: #027CBF;
	text-decoration: underline;
}
a:visited
{
	color: #027CBF;
	text-decoration: underline;
}
a:hover
{
	color: #070F58;
	text-decoration: underline;
}
a:active
{
	color: #027CBF;
	text-decoration: underline overline;
}

.body
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial;
	white-space: normal;
	height: auto;
}

div.divPageHeading
{
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}

div.divPageSubHeading
{
	color: #B6B8D1;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}

table.tblContent
{
	position: relative;
	width: 758px;
}

table.tblContent .colOne
{
	background: url(../images/strip-5-part-1.JPG) #6D70BF center top no-repeat;
	background-repeat: no-repeat;
	font-family:Arial;
	text-align: center;
	vertical-align: top;
	width: 138px;
}

table.tblContent .colTwo
{
	background: url(../images/strip-5-part-2.JPG) #FFFFFF center top no-repeat;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	padding-top: 15px;
	text-align: left;
	vertical-align: top;
	width: 482px;
}

table.tblContent .colThree
{
	background: url(../images/strip-5-part-3.JPG) #6D70BF center top no-repeat;
	background-repeat: no-repeat; /* 	padding-left: 5px;	 	padding-right: 5px;     */
	vertical-align: top;
	width: 138px;
}

div.divContainer
{
	margin: 0 auto; /*overflow: hidden;*/
	text-align: center;
	width: 758px;
}

div.divContent
{
	padding-left:17px;
	padding-right:17px;
}

div.divCenterCol
{
	float: left;
	display: inline;
	overflow: hidden; /*padding: 0 52px 0 51px;*/ /*width: 475px;*/
	z-index: 0;
}

div.divLeftCol
{
	float: left;
	margin: 17px 0 0 0; /*padding: 0 0 0 23px;*/ /*width: 170px;*/
}

div.divRightCol
{
	display: inline;
	float: left;
	margin: 17px 11px 0; /* top left/right bottom */ /*width: 170px;	*/
}

.highlights
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.highlightsital
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.innerheaders
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A4A4A4;
}

.inputsize
{
	height: 15px;
	width: 90px;
}

.pageheader
{
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #A4A4A4;
}

.pdesc
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial;
	white-space: normal;
	height: auto;
}
.pcontactname
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-style: normal;
	font-weight: bold;
	height: auto;
}
.pcontactemail
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial;
	font-style: normal;
	font-weight: bold;
	height: auto;
}
.ptitle
{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.pulldownmenu
{
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial;
	white-space: wrap;
	height: auto;
}

.tablecells
{
	color: #CCCCCC;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	font-family: Verdana, Arial;
	background: #CCCCCC;
	white-space: normal;
}
.tablenumber
{
	color: #CCCCCC;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial;
	background: #CCCCCC;
	text-align: right;
	vertical-align: top;
	white-space: wrap;
	height: auto;
}

.tableheader
{
	color: #CCCCCC;
	font-size: 12px;
	font-weight: 700;
	font-family: Verdana, Arial;
	vertical-align: top;
	background: #CCCCCC;
	height: auto;
	white-space: normal;
}

/* Tootip Styles Start */

a.tt
{
	position: relative;
	z-index: 24;
	color: #6D70BF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

a.tt span
{
	display: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover
{
	/*z-index: 25;*/
}

a.tt:hover
{
	visibility: visible;
}

a.tt:hover span.tooltip
{
	background-color: #A1A1D7;
	border: solid 2px #6D70BF;
	color: #000000;
	font-size:11px;
	font-weight:normal;
	display: block;
	float: left;
	padding:2px;
	position: absolute;
	text-align: left;
	text-decoration:none;
	top: 0px;
}

a.tt:hover span.top
{
	background-color: #6D70BF;
	color:#FFFFFF;
	display: block;
	font-size:11px;
	margin:auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}

a.tt
{
	position: relative;
	/*z-index: 24;*/
	color: #6D70BF;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	/*vertical-align: bottom;*/
}

a.tt span
{
	display: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/

span.tt:hover
{
	border:none;
	display:block;
	z-index: 25;
}

span.tt:hover
{
	border:none;
	cursor: hand;
	cursor: pointer;
	display:block;
	visibility: visible;
}

span.tt:hover span.tooltip
{
	background-color: #A1A1D7;
	border: solid 2px #6D70BF;
	color: #000000;
	display:block;
	font-size:11px;
	font-weight:normal;
	display: block;
	float: left;
	padding:2px;
	position: absolute;
	text-align: left;
	top: 0px;
	z-index:50px;
}

span.tt:hover span.top
{
	background-color: #6D70BF;
	color:#FFFFFF;
	display: block;
	font-size:11px;
	margin:auto;
	padding-left:0px;
	padding-right:0px;
	padding-top: 5px;
	padding-bottom: 5px;
 	text-align:center;
}

span.tt
{
	border:none;
	position: relative;
	/*z-index: 24;*/
	color: #6D70BF;
	font-size:10px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	vertical-align: bottom;
}

span.tt span
{
	border:none;
	display: none;
	margin: 0px;
	padding: 0px;
}

/* Tootip Styles End */