body {
	margin: 0px;
	background-color: #FFFFFF;
}

img {
    border: 0;
}

form {
	padding: 0px;
	margin: 0px;
}
.style1 {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style2 {
	color: #6A9F00;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style4 {
	color: #FFFFFF;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.style5 {
	color: #5a5a5a;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style6 {
	color: #629400;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.style7 {
	color: #629400;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style8 {
	color: #629400;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style9 {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style10 {color: #d10000;
	font-size: 11px;
	font-family: tahoma}
.style11 {
	color: #cc7823;
	font-size: 11px;
	font-family: tahoma;
}
.style12 {
	color: #5a5a5a;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}

/*********************************************************************************
** TABLE STYLE
*********************************************************************************/
.table {
	border-collapse: collapse;	
	empty-cells: show;
	background-color:  #333333;
}

.table td {
	background-color: white;
}

th {
	background-color: #999999;
	text-align: left;
}

.row_even td {
	vertical-align: middle;
	background-color: #F1F1F1;
}

.row_odd td {
	vertical-align: middle;
	background-color: #ffffff;
}


.container_header {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

/*********************************************************************************
** GALLERY
*********************************************************************************/

.gallery_image{
    background-color: #D7BE82;
    border: 1px solid #66550F;
    height: 165px;
    width: 165px;
    position: relative;
}

.gallery_image img {
    padding: 10px;
}

.sf-menu li a:link, .sf-menu li a:visited{
    color: #5A5A5A;
    text-transform: uppercase;
    font-size: 10px;
}
