.bodyyellow {
	background-color: #FBA93B;
	margin: 0px;
	background-image: url(images/bgyellowstripe.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
}
.bodyred {
	background-color: #FBA93B;
	margin: 0px;
	background-image: url(images/bgredstripe.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #676767;
	font-size: 12px;
}
.bodytext a:link {
	text-decoration: none;
	color: #676767;
}
.bodytext a:visited {
	text-decoration: none;
	color: #676767;
}
.bodytext a:hover {
	color: #CC0D0D;
	text-decoration: underline;
}
.bodytext a:active {
	color: #CC0D0D;
	text-decoration: underline;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #CC0D0D;
	font-size: 10px;
}

.products {
	line-height: 15px;
	font-size: 8.5px;
	color: #676767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #606060;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #CC0D0D;
	font-style: italic;
	font-weight: bold;
	line-height: 22px;
}
.bios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
.featuredheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #CC0D0D;
	line-height: 22px;
}
.sidehighlights {
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 12px;
	line-height: 14px;
}
.redbodytext {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #CC0D0D;
	font-size: 12px;
}

.pageheading {
	font-size: 18px;
	font-weight: bold;
	color: #D22B2B;
	font-family: Arial, Helvetica, sans-serif;
}

/****************************************************
  COPYRIGHT
****************************************************/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #606060;
	font-size: 11px;
}


/****************************************************
  FORMS
****************************************************/

/* USED FOR FORM ERRORS ON BOTH FRONT AND BACK END */
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ed2933;
	line-height: 14px;
}

td .formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EEEEEE;
	text-align: left;
	font-weight: bold;
	line-height: 17px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	vertical-align: top;
}

td .formfield {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	background-color: #EEEEEE;
}

td .formbutton {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	vertical-align: top;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #BBBBBB;
	background-color: #DDDDDD;
}

/* The server-side error displaying */
/* topmost error div */
#KT_tngerror {
	padding: 5px 10px 5px 80px;
	margin:10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #CC0000;
	font-size: 12px;
	border:1px solid #FF0000;
	background-color:#FFFFFF;
	background-image:url(/images/error.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/* trace container (initally collapsed), and "Submit this to InterAKT... " area */
#KT_tngdeverror, #KT_tngtrace {
	padding: 5px 10px 5px 5px;
	margin:5px 0px;
	border:1px solid #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	background-color:#FFFFFF;
}

/* alignment and borders for the form submit buttons */
#KT_tngdeverror #KT_needhelp {
	text-align: right;
}

#KT_tngdeverror label, #KT_tngtrace label {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#KT_tngtrace ul {
	padding-left:10px;
	margin-left:10px;
}

#KT_tngtrace_details {
	display: none;
}

#KT_tngwarning {
	padding: 10px 10px 10px 50px;
	margin:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #0000CC;
	font-size: 12px;
	border:1px solid blue;
	background-color:#E4FFFF;
	background-image:url(images/warning.gif) ;
	background-repeat:no-repeat;
	background-position:left;
}


/****************************************************
  LIST
****************************************************/
.listheadingcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FBA93B;
	text-align: center;
	line-height: 18px;
}
.listheadingleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FBA93B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	line-height: 18px;
}
.listheadingleft a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.listheadingleft a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.listheadingleft a:hover {
	color: #D22B2B;
	text-decoration: underline;
}
.listheadingleft a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.list-center-lightgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #231f20;
	background-color: #e3e3e4;
	text-align: center;
	height: 22px;
}
.list-left-lightgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #231f20;
	background-color: #e3e3e4;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	height: 22px;
}

/****************************************************
  NAVIGATION
****************************************************/
.navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0D0D;
	font-weight: bold;
}
.topnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	color: #CC0D0D;
}

/* SIDE NAVIGATION ON FRONT END */
.sidenavigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #606060;
	font-size: 12px;
	line-height: 27px;
}
.sidenavigation a:link {
	text-decoration: none;
	color: #676767;
}
.sidenavigation a:visited {
	text-decoration: none;
	color: #676767;
}
.sidenavigation a:hover {
	color: #CC0D0D;
	text-decoration: underline;
}
.sidenavigation a:active {
	color: #CC0D0D;
	text-decoration: underline;
}	

/* BACK END NAVIGATION BAR */
.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #FBA93B;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 18px;
}
.navbar a:link {
	color: #000000;
	text-decoration: none;
}
.navbar a:visited {
	color: #000000;
	text-decoration: none;
}
.navbar a:hover {
	color: #D22B2B;
	text-decoration: underline;
}
.navbar a:active {
	color: #000000;
	text-decoration: none;
}








.label {
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-align: right;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #D22B2B;
}
.pagination {
	font-weight: normal;
	color: #418DB1;
}
.pagination a:link {
	color: #418DB1;
}
.pagination a:visited {
	color: #418DB1;
}
.pagination a:hover {
	color: #727272;
	text-decoration: underline;
}
.pagination a:active {
	color: #888888;
}
.tableheading {
	font-weight: normal;
	color: #000000;
	background: #999999;
}
.tableheading a:link {
	color: #000000;
}
.tableheading a:visited {
	color: #000000;
}
.tableheading a:hover {
	color: #FFFFFF;
}
.tableheading a:active {
	color: #000000;
}
.warning {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

