/* CSS Document */


.body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height:20px;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	color: #566422;
	font-size: 14px;
	line-height:20px;
      }

.porti {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height:20px;
	text-transform: uppercase;
}
.archive {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
}
.archivelow {
	font-family: Arial, Helvetica, sans-serif;
	color: #566422;
	font-size: 9px;
	text-transform: capitalize;
}

.fade_bg {background: url(images/fade_bg.jpg); background-repeat: no-repeat; background-position: center left}
.bottom_bg {background: url(images/fade_bg.jpg); background-repeat: no-repeat; background-position: 0% 90%}

a:link {
	color: #6E802C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6E802C;
}
a:hover {
	text-decoration: none;
	color: #6E802C;
}
a:active {
	text-decoration: none;
}
.portilow {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height:20px;
	text-transform: lowercase;

}
.portilow a:link {
	color: #666666;
	text-decoration: underline;
}
.portilow a:visited {
	color: #666666;
	text-decoration: underline;
}
.portilow a:hover {
	color: #666666;
	text-decoration: underline;
}
.portilow a:active {
	color: #666666;
	text-decoration: underline;
}
.celltable {
	font-size: 11px;
}
.celltable img{
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	
}

.border{
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	
}