/* Used in alternate table rows */
.style_1 { color:#333366; background:#EFEFEF; }
.style_0 { color:#333366; background:White;}
	
/* Used in the header line of a table  */
.header1 {color:#FFFFFF; background:#32236E; border: 1px; font-size: 12px;}
 
/* Used in the totals portion of a table  */
.totals { color:#333366; background:White; align: right }

/* This is the td color when there is an error and items need to be removed */
.td_error { color:#FFF111; background:Red; }

/* Used for the payment table header */
.payheader { color:#333366; background:#EFEFEF; border: 1px; }

/* Used for the payment table body */
.paybody { color:#333366; background:White; align: right }
	
/* Used for the address book header */
.addrheader { color:#00339A; background:#EFEFEF; border: 1px; }
	
/* Used for breadcrumb trail */
.progresstext {font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 8pt; color: #32236E; font-weight: bold;}
.noprogresstext {font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 8pt; color: #CCCCCC; font-weight: bold;}
.highlightbg {background-color: #8C1424;}


/* clean up below styles to a standard */

body{
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a{
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

.copy{
font-size: 13px;
color: #32236E;
}

.jerseycopy{
font-size: 11px;
color: #32236E;
}
		
.smallcopy{
font-size: 12px;
color: #32236E;
}
		
.header{
font-size: 15px;
color: #32236E;
font-weight: bold;
}

.homeheader{
font-size: 16px;
color: #32236E;
font-weight:bold;
}
		
.red{
color: #8C1424;
}

.main{
font-size: 12px;
}

a.tp_nav{
font-size: 11px;
color: #32236E;
text-decoration: none;
background-color: transparent;
padding: 1px 10px;
}

a.tp_nav:hover{
color: #E1E1E1;
background-color: #32236E;
}

A.TopNav:LINK, A.TopNav:VISITED {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9pt;
	font-weight: 900;
	color: #FFFFFF;
	text-decoration: none;
}

A.TopNav:HOVER {
	color: #608EC9;
	text-decoration : underline;
}

.TopNavText9{
	font-size: 9pt;
	color: #FFFFFF;
}

.adv_sear{
color: #32236E;
font-size: 11px;
}

a.ltNav{
font-size: 12px;
color: #32236E;
text-decoration: none;
}

a.ltNav:hover{
font-size: 12px;
color: #32236E;
text-decoration: underline;
}

.red11{
font-size: 11px;
color: #8C1424;
}

.red12{
font-size: 12px;
color: #8C1424;
}

.red13{
font-size: 13px;
color: #8C1424;
}

.red14{
font-size: 14px;
color: #8C1424;
}

.red15{
font-size: 15px;
color: #8C1424;
}


.purp11{
font-size: 11px;
color: #32236E;
}

.purp12{
font-size: 12px;
color: #32236E;
}

.purp13{
font-size: 13px;
color: #32236E;
}

.purp14{
font-size: 14px;
color: #32236E;
}

.purp15{
font-size: 15px;
color: #32236E;
}

.purpTitle{
	font-size: 13pt;
	color: #32236E;
}


.wht11{
font-size: 11px;
color: #FFFFFF;
}

.wht12{
font-size: 12px;
color: #FFFFFF;
}

.wht13{
font-size: 13px;
color: #FFFFFF;
}


.formbox{
font-family: verdana;
font-size: 13px;
border: #32236E solid 1px;
background-color: #EFEFEF;
}

.selectbox10{
font-family: verdana;
font-size: 10px;
width: 150px;
background-color: #EFEFEF;
}

.selectbox_SDSort{
font-family: verdana;
font-size: 10px;
background-color: #EFEFEF;
}

.BOX 
	{
		position:relative; 
		width:565px;
		margin:0px 0px 0px 0px;
		border:1px dashed #999999;
		background-color: #ECECEC;
		padding:10px;
		z-index:1; 
	}

/* liScroll styles */
.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000;*/
	background: transparent; 
	width: 878px; 
	height: 20px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 4px;
	width: 858px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 890px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: transparent;
	color:#32236E;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #8C1424;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
	color:#32236E;
} 
	
/*div#myclass {
	width:800px;
	height:30px;
	margin:0 auto;
	color:#32236e;
	font-size:13px;
	font-weight:bold;
}
div#myclass ul li {
	text-align:center;
}*/
