@charset "utf-8";
/* CSS Document */

body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	line-height: 18px;
	background-image: url(http://pixellunch.com/clients/cashew/graphics/bg.jpg);
}


.red {
	color: #a32515;
	font-weight: bold;
}

.black {
	color: #000000;
}

.black_sm {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
}

.white_short {
	color: #ffffff;
	font-size: 12px;
	line-height: 11px;
}

.yellow {
	color: #fed44c;
	font-weight: bold;
}

h1 {
	color: #fed44c;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 21px;
}
	
h2 {
	color: #fed44c;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
	
h3 {
	color: #fed44c;
  	font-size:12px;
	font-weight: bold;
   }
   
h4 {
	color: #Gray;
  	font-size:10px;
   } 

a:link, a:visited {
	color: #fed44c;
	text-decoration: none;
	border-bottom: 1px solid;
}    

a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px;
}

a.nav:link, a.nav:visited {
	color: #a32515;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0px;
}

a.nav:hover {
	color: #a32515;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffffff;
	border: 0px;
}

a.redlink:link, a.redlink:visited {
	color: #a32515;
	font-size: 12px;
	line-height: 12px;
	border-bottom: 1px solid;
}

a.redlink:hover {
	color: #a32515;
	font-size: 12px;
	line-height: 12px;
	border: 0px;
}


a.blacksmlink:link, a.blacksmlink:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	line-height: 12px;
	border-bottom: 0px;
}

a.blacksmlink:hover {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	background-color: none;
	border: 0px;
}


a.image:link, a.image:visited {
	text-decoration: none;
	border-bottom: 0px solid;
}

a.image:hover {
	text-decoration: none;
	border-bottom: 0px solid;
}

.copyright{
	color: Gray;
	font-family: Myriad, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: Gray;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: Gray;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 0px solid;
}

.img_left {
	border: 0;
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
}

.img_right {
	border: 0;
	margin-left: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
}


