/* CSS Document 

this is the minimal version for the Editor so that it looks clean
*/
.txtBodyK { 
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000
}

.txtBodyKG { 
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #999999
}
.txtBody {  
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #284A60
}

.txtBodyBluB {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0033FF;
}


.txtBodyB { 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px ; font-weight: bold
	; color: #284A60
}



/* New top title header info */
.txtHead {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #284A60
}
.txtHeadTitle {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #284A60
}
.txtFooter { 
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;
	font-weight: normal; font-style: normal
}

.txtHeadInv { 
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FFFFFF
}

.txtHeadGrn { 
	font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #008400
}
.txtBodyGrn { 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #008400
}

.image { 
	border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
}


.txtHeadK { 
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000
}
.txtHead2 { 
	font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #284A60
}

.txtBodyGrnB { 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #008400 ; font-weight: bold
}
.txtBodyKB { 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000 ; font-weight: bold
}
.txtBodyKBW { 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF ; font-weight: bold
}
.BodyTextRed { 
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FF0000
}
.txtBodyKMini { 
	font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000
}
.txtBodyKsoldout { 
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; 
	text-decoration: line-through
}
.txtBodyRed { 
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FF0000
}
.txtHomeInv {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF
}
.txtBodyKS {

	font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000
}
.txtBodyKBlu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #284A60;
}

.txtBodyKSBlu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #284A60;
	font-weight: bold;
}
.txtBodyKSGre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008400;
	font-weight: bold;
}


.txtBodyKSG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999
}

.txtHighlight {
	background-color: #FFFFEA;
	border: 1px solid #CCCCCC;
	padding: 2px;
	/*line-height: 20px;*/
}

UL {
	/*list-style-image: url(/images/bullet_UL.gif);*/
	/*list-style: disc square outside;
	white-space:normal;
	margin:0;*/
	/*     top UL,  ???, after UL, left indent */
	margin:10px 5px 10px 15px;
	padding:0 0 5px 0;
	list-style-image: url(/images/bullet_UL.gif);
}/*list-style:disc none outside;white-space:normal;color:#666666}*/
LI {
	margin:0 0 0 10px;
	padding:0 0 5px 0;
	vertical-align:top;
}

