/*Image Star Public Site CSS-------------------------*/
/*Body Text With Orange Links------------------------*/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bodytext a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03F;
}
.bodytext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03F;
	text-decoration: underline;
}
.bodytext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006;
	text-decoration: underline;
}
.bodytext a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03F;
	text-decoration: underline;
}

/*Log In Link-----------------------------------------*/
.loginlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.loginlink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.loginlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.loginlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.loginlink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

/*Left Nav Link---------------------------------------*/
.leftnavlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}
.leftnavlink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.leftnavlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.leftnavlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
.leftnavlink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}
/*Contact Us Link------------------------------------*/
.contactlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.contactlink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.contactlink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.contactlink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.contactlink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
/*Page Headings--------------------------------------*/
.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/*Section Headings-----------------------------------*/
.sectionheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
/*Table Border---------------------------------------*/
.tableborder {
	border: 1px outset;
}
/*Contact Us Table-----------------------------------*/
/*left and right borders-----------------------------*/
.cuborderslr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #6667CC;
	border-left-color: #6667CC;
	border-left-style: solid;
	text-align: left;
}
/*right only borders-----------------------------*/
.cubordersr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6667CC;
	text-align: left;
}
/*right and bottom borders-----------------------*/
.cubordersbr {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6667CC;
	border-bottom-color: #6667CC;
	text-align: left;
}
/*left right and bottom borders------------------------*/
.cubordersblr {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #6667CC;
	border-left-color: #6667CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6667CC;
	text-align: left;
}
/*heading left side------------------------------*/
.cuborderstopl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6667CC;
	border-right-color: #6667CC;
	border-left-color: #6667CC;
	background-color: #33349A;
}
/*heading right side-----------------------------*/
.cuborderstopr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #6667CC;
	border-right-color: #6667CC;
	background-color: #33349A;
}
/*notice text---------------------------------------*/
.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/*Page headings---------------------------------------*/
.pageheadbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #33349A;
}
.pageheadline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #33349A;
}
.pageheadlineblack {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.whitespacer {
	font-size: 1px;
	background-color: #FFFFFF;
	height: 2px;
}
.contactnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.bullettable {
	vertical-align: top;
	text-align: left;
	font-size: 12px;
	color: #006;
}
