/* -------- styles for all text without a specific style -------- */

BODY, TD, P {
	font-family : Arial;
	font-size : 12px;
	font-weight : normal;
	color : #FFFFFF;
}

SUP {
	font-size : 8px;
	font-weight : normal;
}

/* ------------------------ Link styles ------------------------ */
A:LINK, A:VISITED, A:ACTIVE{
	text-decoration : none;
	color: #BD0000;
}

A:HOVER {
	text-decoration : none;
	color: #FFFFFF;
}

A.link-ftr:LINK, A.link-ftr:VISITED, A.link-ftr:ACTIVE{
	text-decoration : none;
	color: #000000;
}

A.link-ftr:HOVER {
	text-decoration : none;
	color: #FFFFFF;
}

A.link-menu:LINK, A.link-menu:VISITED, A.link-menu:ACTIVE{
	font-weight : bold;
	text-decoration : none;
	color: #FFFFFF;
	display: block;
}

A.link-menu:HOVER {
	text-decoration : none;
	color: #000000;
}

A.link-alt:LINK, A.link-alt:VISITED, A.link-alt:ACTIVE{
	font-weight : bold;
	text-decoration : none;
	color: #BD0000;
}

A.link-alt:HOVER {
	text-decoration : none;
	color: #000000;
}

/* ------------------------ Classes ------------------------ */
.error {  
	font-size: 12px;
	color : #990000;
}

.txt-title {  
	font-size: 20px;
	font-weight : bold;
	color : #666666;
}

.txt-sub-title {  
	font-size: 15px;
	font-weight : bold;
	color : #666666;
}

.txt-header {  
	font-size: 13px;
	font-weight : bold;
	color : #000000;
}

.txt-small {  
	font-size: 10px;
	color : #555555;
}

.txt-ftr {  
	font-size: 10px;
	color : #000000;
}

.txt-red {  
	color : #FF0000;
}

.txt-blue {  
	color : #0000FF;
}

.txt-yellow {  
	color : #FFFF00;
}

.txt-black {  
	font-size : 11px;
	color : #000000;
}

/* ------------------------ subMenu styles ------------------------ */

#subMenu tr td {
	background-color : #333333;
	font-size : 11px;
	line-height: 11px;
	font-weight : bold;
	color : #C0C0C0;
}

#subMenu tr td A:LINK, #subMenu A:VISITED, #subMenu A:ACTIVE {
	font-weight : bold;
	font-size : 11px;
	line-height: 11px;
	text-decoration : none;
	color: #FFFFFF;
	display: block;
	padding: 4;
}

#subMenu tr td A:HOVER {
	color: #000000;
	background-color : #BD0000;
	display: block;
}

#subMenu .menu-head {  
	background-color : #666666;
	background-image: url('../../_images/hdr_bg_barCode.gif');
	padding: 4;
}

#subMenu .menu-blank {  
	background-color : #000000;
	padding: 4;
}

/* ------------------------ Form styles ------------------------ */
.frm-select {  
	font-size: 12px;
	font-family: Arial;
}

.frm-btn {  
	font-size: 12px;
	font-family: Arial;
	color : #FFFFFF;
	background-color: #717171 ; 
	border-color: #AE1D1D #AE1D1D #AE1D1D #AE1D1D ; 
	border-style: double; 

}