/*********************************************************************
base
*********************************************************************/
body	{
background-color:#ffffff;
}
a {
	color:#663333;
	text-decoration: underline;
}
a:active {
	color:#663333;
}

a:hover {
	text-decoration: underline;
}



/*********************************************************************
text
*********************************************************************/
.header {
	text-align:left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
.subheader {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}
.body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	
}
.bodysub {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	
}
.smalltext {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}	

.formtext {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
}

.product {
	text-align:left;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #663333;
}

.navy {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color:#003366;
}

.wine {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color:#663333;
}

.gold {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color:#FFCC33;
}

.gray {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color:#666666;
}

.graylt {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color:#999999;
}
