/* CSS Document */

/* Home Page styles */

.cellpadding10{
	padding: 10px;
	}
.bodytext{
	font-family: Tahoma;
	font-size: 11px;
	color: #4f4f4f;
	}

/* top row Styles */
.top_right_bg{
	background-image: url(../images/top_right_bg.jpg);
	background-repeat: repeat-x;
	}
.most_top_links{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #7f9f6e;
	}
.most_top_links A{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #7f9f6e;
	text-decoration: none;
	}
.most_top_links A:hover{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #7f9f6e;
	text-decoration: underline;
	}

/* middle row Styles */
.middle_left_bg{
	background-image: url(../images/homeFlower_22.jpg);
	background-repeat: repeat-x;
	}

/* bottom row Styles */
.box_background{
	background-image: url(../images/flower_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #82A072;
	height: 118px;
	}
.white_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
.bottom_links{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#7f9f6e;
	}
.bottom_links A{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#7f9f6e;
	}
.bottom_links A:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color:#7f9f6e;
	}
.copyright{
	font-family: Tahoma;
	font-size: 9px;
	color: #686a67;
	}
.copyright A{
	font-family: Tahoma;
	font-size: 10px;
	color: #686a67;
	text-decoration: none;
	}
.copyright A:hover{
	font-family: Tahoma;
	font-size: 10px;
	color: #686a67;
	text-decoration: underline;
	}
	
	
/* Inside Pages styles */

.inside_middle_left_bg{
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-x;
	}

.cell_right_border{
	border-right: thin;
	border-right-color:#CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	}
.heading {

	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#7f9f6e;
}
