@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration:none;
	color: #79822A;
	border-bottom:1px solid #79822A;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a:visited {
	text-decoration:none;
	color: #79822A;
	border-bottom:1px solid #79822A;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a:active {
	text-decoration:none;
	color: #79822A;
	border-bottom:1px solid #79822A;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


a:hover {
	text-decoration:none;
	color: #79822A;
	border-bottom:1px solid #79822A;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a img{
	text-decoration: none;
	border: none;
}

.link2:visited  {
	color: #FFF; 
	text-decoration: none;
	font-size: 10px;
}

.link2:link  {
	color: #FFF; 
	text-decoration: none;
	font-size: 10px;
}

.link2:active  {
	color: #F00; 
	font-weight: bold;
	font-size: 10px;
}

.link2:hover   {
	color: #F00; 
	text-decoration: none;
}

.bodylink2:visited  {
	color: #000; 
	text-decoration: none;
	border: none;
}

.bodylink2:link  {
	color: #000; 
	text-decoration: none;
	border: none;
}

.bodylink2:active  {
	color: #000; 
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border: none;
}

.bodylink2:hover   {
	color: #000; 
	text-decoration: underline;
	font-weight: bold;
	border: none;
}

.bodylink:visited  {
	color: #000; 
	text-decoration: none;
	border: none;
}

.bodylink:link  {
	color: #000; 
	text-decoration: none;
	border: none;
}

.bodylink:active  {
	color: #000; 
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border: none;
}

.bodylink:hover   {
	color: #000; 
	font-weight: bold;
	text-decoration: none;
	border: none;
}

td.on {
	background-color: #cccccc;
}

.container1 a img {
	vertical-align: bottom;
	margin: 4px;
	border: outset 4px #EEE;
	padding: 0px;
}

.container1 a:hover img {
	border-color: #f33;
}

.container1 a:hover {  /* wakeup IE */
	border-width: 0;
}