/*Common Stuff*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4D4D4D;
	background-color: #FFFFFF;
	margin:0px;
	height:100%;
}

html{
	height:100%;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#a60308;
}
a:hover{
	text-decoration:none;
	color:#a60308;
	}


.news{
	font-size:10px;
	font-weight: bold;
	color:#a60308;
	text-decoration:none;
	text-transform: none;
	padding-left: 10px;
	}
.search{
	font-size:11px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration:none;
	text-transform: none;
	
	}
.newsHeading{ 
    font-size:11px;
	color:#000000;
	font-weight: bold;
	}
.newsDate{
	font-size:10px;
	font-weight: bold;
	color:#a60308;
	text-decoration:none;
	text-transform: none;
	padding-left: 10px;
	}
.newsContent{ 
    font-size:11px;
	}
/*END-News*/

/*BoardExecutive*/
.nameBE{ 
    font-size:13px;
	color:#a60308;
	font-weight: bold;
	padding-left: 10px;
	}
.bgBoard{
background-image:url(../images/content_11.gif);
background-repeat:no-repeat;
background-position:bottom;
}
.bgMain{
background-image:url(../images/main_16.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

/*Product*/
.productList{
    font-size:12px;
	color:#77b800;
	font-weight: bold;
	padding-left: 5px;
	}
.borderHori{
    border-bottom-style:dashed;
	border-width: 1px;
	border-color: #cdcdcd;
	}
.verDivider{
    background-image: url(../images/verLine.jpg) repeat-y;
	}
.bgProduct{
    background-image: url(../images/content_11.gif);
    background-repeat: no-repeat;
	background-position: bottom;
    }
.horiDivider{background-image:url(../images/horiLine.jpg);
background-repeat: no-repeat;
background-position: center;
}

/*Farming*/

.subHeader2{
    font-size:12px;
	color:#4D4D4D;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 5px;
	}
.thumbNormal {
    border:4px solid #000000;
    }
.thumbSelected {
border:4px solid #ff0000;
}



    
