/* ELEMENTS: body

   These element will set the defaults for elements
   contained within the body.  
*/ 

body {
	font: 14px verdana, Arial, sans-serif;
	color: #2D456F;
	margin-top: 0px;
	margin-left: 0px;

}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  color: #2D456F;
}


#table_text {
	font-size: 14px;
	font-family: verdana, Arial, sans-serif;
	color: 333;
	margin-top: 0px;
	margin-left: 0px;
}

a:link, a:visited {
	font-size: 16px;
	color : #2D456F;
	text-decoration : none;
}

a:hover {
	font-size: 16px;
	font-weight: bold;
	color : #990000;
	text-decoration : none;
}

.click-link:link, .click-link:visited {
	font-size: 12px;
/*	color : #2D456F; */
    color: 666;
	font-weight:normal;
	text-decoration : none;
}

.click-link:hover {
	font-size: 12px;
/*	color : #2D456F; */
    color: 666;
	font-weight:normal;
	text-decoration : none;
}

.Secondclick_link:link, .Secondclick_link:visited {
	font-size: 9px;
	color : #999;
	font-weight: normal;
	text-decoration : none;
}

.Secondclick_link:hover {
	font-size: 9px;
	color : #999;
	font-weight: normal;
	text-decoration : none;
}


.body-link:link, .body-link:visited {
	font-size: 13px;
	color : #333;
	font-weight:normal;
	text-decoration : none;
}

.body-link:hover {
	font-size: 13px;
	color : #333;
	font-weight:normal;
	text-decoration : none;
}

.firesnacksLink:link, .firesnacksLink:visited {
	color: #999;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
	
.firesnacksLink:hover {
	color: #990000;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
