/* CSS Document */
td{
	font-family:Tahoma;
	font-size:11px;
	}

.cap{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #7EC027;
	}

.cap1{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	}

.cap2{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	}
	
h1 {
	font-weight: normal;
	font-size: 130%;
	color: #F76621;
	font-weight: bold;
	}

h2 {
	font-weight: normal;
	font-size: 150%;
	color: #428ECE;
	font-weight: bold;
	}

a:link,a:active{
	text-decoration:none;
    font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#940000;
	}
	
a:visited{
	text-decoration:none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#CACACA;
	}
	
a:hover{
	text-decoration:underline;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#FFA231;
	}

a.maroon:link,a.maroon:active{
	text-decoration:none;
    font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#860000;
	}
	
a.maroon:visited{
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	}
	
a.maroon:hover{
	text-decoration:underline;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#355D00;
	}

a.green:link,a.green:visited,a.green:active{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:none; 
	color:#57A000;
	}
	
a.green:hover{
	font-family:Tahoma;
	font-size:10px;
	text-decoration:underline;
	color:#63480E;
	}

a.green1:link,a.green1:visited,a.green1:active{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none; 
	color:#60AD00;
	}
	
a.green1:hover{
	font-family:Tahoma;
	font-size:11px;
	text-decoration:underline;
	color:#CFE302;
	}
	
.header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.navigations{
	background-image: url(../images/navigations.jpg);
	padding-left: 20px;
	padding-top: 30px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.recipes{
	line-height: 20px;

}

.footer{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
}

.border-right{
	background-image: url(../images/border-right.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #000000;
}

.border-left{
	background-image: url(../images/border-left.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #000000;
}

.bg{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
}