

/* named tags */


.xferButton {
background-color: ffffff;
border-width: 1;
color: 000000;
font-size: 8pt;
font-family: arial;
}



.groupname {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #000C59;
}

.groupcopy {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
}

.bodycopy {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}

.bodycopybold {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}

.price {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #660000;
}

.bodycopybiggerboldblue {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #000C59;
}


.sellableitem {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

.sellableitemsmaller {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}

.textfield_items {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    width: 16px;
    height: 14px;
}


.help {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	line-height: 15px;
	font-weight: bold;
	color: #aaaaaa;
	text-decoration: none;
}


.required {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #990000;
}

