body, table, div, font, span, p, a, input, select, textarea{
	font-size : 10px;
	font-family : verdana;
	color : #444444;
}

.button {
	font-weight:bold;
	height: 22px;
}

a:link{
	/*color : #2962A4;*/
	color : #8C6239;
}

a:visited{
	/*color : #2962A4;*/
	color : #000000;	
}

a:hover{
	/*color : #444444;*/
	color : #563118;
}

.menu{
	/*color : #EEEEEE;*/
	color : #000000;
	font-size : 10px;
	font-weight : bold;
}

a:link.menu, a:visited.menu{
	/*color : #EEEEEE;*/
	color : #000000;	
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}

a:hover.menu{
	/*color : #A9A9A9;*/
	color : #000000;	
	font-weight : bold;
	text-decoration : underline;
}

a:link.subMenu, a:visited.subMenu{
	color : #444444;
	font-size : 9px;
	text-decoration : none;
}

a:hover.subMenu{
	color : #59341B;
	font-size : 9px;
	font-weight : bold;
}

a:link.footer, a:visited.footer{
	color : #444444;
	font-size : 9px;
	text-decoration : none;
}

a:hover.footer{
	color : #444444;
	font-size : 9px;
	text-decoration : underline;
}

.footer{
	color : #777777;
	font-size : 9px;
}

.header{
	font-size : 10px;
	font-weight : bold;
}

.title2{
	font-size : 14px;
	font-weight : bold;
}

.title1{
	font-size : 17px;
}

.title2{
	font-size : 12px;
	font-weight : bold;
}

.warning{
	color : #CC3333;
}

.borderBottom {
	border-bottom:1px solid #444444;
}

.sidePadding {
	padding-right:10px;
	padding-left:10px;
}

.photoCaption {
	font-size: 9px;
	font-weight: bold;
}

.suggestedRetailPrice {
	color : #CC3333;
	text-decoration : line-through;
}