/* IntexEXPO CSS */

body { margin: 0px;
			 color: #000000;
			 font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 10px; line-height: 14px;
			 font-style: normal; font-weight: normal; text-decoration: none;
}
td { color: #000000;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 10px; line-height: 14px;
		 font-style: normal; font-weight: normal; text-decoration: none; 
}

a:link    { color: #890c08; font-weight: bold; text-decoration: underline; }
a:visited { color: #890c08; font-weight: bold; text-decoration: underline; }
a:hover   { color: #f70000; font-weight: bold; text-decoration: none; }
a:active  { color: #f70000; font-weight: bold; text-decoration: none; }

.nav { font-weight: bold; }
.nav a:link    { color: #000000; text-decoration: none; }
.nav a:visited { color: #000000; text-decoration: none; }
.nav a:hover   { color: #f70000; text-decoration: none; }
.nav a:active  { color: #f70000; text-decoration: none; }

.subnav { font-weight: bold; }
.subnav a:link    { color: #000000; text-decoration: none; }
.subnav a:visited { color: #666666; text-decoration: none; }
.subnav a:hover   { color: #f70000; text-decoration: none; }
.subnav a:active  { color: #f70000; text-decoration: none; }

.navhead { color: #890c08; 
			     font-weight: bold; }
.navhead a:link    { color: #890c08; text-decoration: underline; }
.navhead a:visited { color: #890c08; text-decoration: underline; }
.navhead a:hover   { color: #f70000; text-decoration: none; }
.navhead a:active  { color: #f70000; text-decoration: none; }

.copy { color: #999999; }
.copy a:link    { color: #999999; font-weight: normal; text-decoration: none; }
.copy a:visited { color: #999999; font-weight: normal; text-decoration: none; }
.copy a:hover   { color: #f70000; font-weight: normal; text-decoration: none; }
.copy a:active  { color: #f70000; font-weight: normal; text-decoration: none; }


/* start: content padding */
.cp {
	padding: 0px 15px 0px 15px;
}
.cp2 {
	padding: 15px 15px 0px 15px;
}
.cp3 { 
	padding: 0px 10px 0px 15px;
}
/* end: content padding */


/* start: cell colors */
.line {
	background: #999;
}
.red {
	color: #890c08;
}
.wh {
	color: #fff;
	background: #fff;
}
/* end: cell colors */


/* home page BG image */
.homeBg {
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* used in /exupdate/ */
.homeBg1 {
	background-image: url(../images/pagebg1.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* sub page BG image */
.subBg {
	background-image: url(../images/pagebg_sub.gif);
	background-repeat: repeat-y;
	background-position: left top;
}		 
		 

/* start: form stuff */
form { 
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	background: #ffffff;	
	margin: 0px;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
input, textarea {
	border: 1px solid #333333;
}
input.field { 
	margin: 0px;
	width: 300px;
	vertical-align: top;
}
input.fieldTwo { 
	margin: 0px;
	width: 140px;
	vertical-align: top;
}
textarea { 
	margin: 0px;
	width: 300px;
	height: 100px;
	vertical-align: top;
}
input.button {
	color: #fff;
	background: #890c08;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	/* width: 40px; */
	vertical-align: top;
}
select	{
	margin: 4px 0px 0px 0px; 
	width: 200px;
}
/* end: form stuff */

.intex {
	font-variant: small-caps;
}

/* end CSS */