body {
       font-size : 12px;
       font-family : verdana, sans-serif;
	   color:white;
}

p {
       font-size : 12px;
       font-family : verdana, sans-serif;
       color:#ffffff;
}

td {
       font-size : 12px;
       font-family : verdana, sans-serif;
}

.ptit2 {
       font-size : 21px;
       font-family : tahoma, sans-serif;
       color:#ffffff;
       text-align:right;
}

.ptit {
       font-size : 24px;
       font-family : tahoma, sans-serif;
       color:#ffffff;
       text-align:right;
}

.copy {
       font-size : 11px;
       color:#ffffff;
}



a {
       font-size : 12px;
       font-family : verdana, sans-serif;
       text-decoration:underline;
       color:#ffffff;
}

.item {
       font-size : 10px;
       font-family : verdana, sans-serif;
}

.activeItem {
       font-size : 10px;
       color:#FFCC00;
}

.amenu {
	font-size : 12px;
	color:#FFCC00;
	text-decoration : none;
}

.submenu {
	font-size : 10px;
	color:#FFCC33;
	text-decoration : none;
}

a.submenu {
	font-size : 12px;
	color:#ffffff;
	text-decoration : none;
}
a.submenu:hover {
	font-size : 12px;
	color:#ffffff;
	text-decoration : underline;
}


.news {
       font-size : 11px;
       color:#2A4892;
       text-align:justify;
}


ul {
       font-family : verdana, sans-serif;
}

li {
       font-family : verdana, sans-serif;
       list-style:square;
}

input {
       font-size : 10px;
       font-family : verdana, sans-serif;
}

select {
       font-size : 10px;
       font-family : verdana, sans-serif;
}
FIELDSET, legend {
	FONT-SIZE: 9pt; VERTICAL-ALIGN: middle; FONT-FAMILY: MS Sans Serif; padding:10px;
	color:white;
}

/************************* shopping cart list classes*************************/
.CartListHead
{
	background-color: #2356BC;
	color:white;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px
}

.CartListItem
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 9px;
    padding-left: 5px
}

.CartListItemAlt
{
	background-color: #2356BC;
	color: white;
	font-family: Verdana, Arial;
	font-size: 9px;
	padding-left: 5px
}

.CartListFooter
{
	background-color: #2356BC;
	line-height: 10pt;
	color:white
}


