/* CSS Document */
td,p,ul {font-size: 85%;}
body	{
	background-color: #eeeeee;
	margin:15px 0px 0px;
	font-family: "Trebuchet MS", Georgia, Arial, Verdana;
	color: #033B28;
}


h1 {font-size: 110%;  font-weight: bold; }
h2 { font-size: 100%; }

input {font-size:105%; background-color:#e8f3e2 ;border:1px solid #555555; }
.sendBut {border:0px;}

del { font-size: 80%; color: #FF0000; font-style: italic;}

.sale { font-size: 80%; color: #FF0000; }

hr {border: none 0; 
border-top: 1px dashed #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

a:link { 	font-size: 100%;	text-decoration: none; color: #033B28;}
a:visited { font-size: 100%;  text-decoration: none; color: #033B28;}
a:hover {	font-size: 100%; text-decoration: underline; color: #033B28;}

a.mainTxt:link { 	font-size: 100%;	text-decoration:  underline; color: #033B28;}
a.mainTxt:visited { font-size: 100%;  text-decoration:  underline; color: #033B28;}
a.mainTxt:hover {	font-size: 100%; text-decoration: none; color: #033B28;}


a.cookie:link { text-decoration: none;}
a.cookie:visited { text-decoration: none;}
a.cookie:hover { text-decoration: underline;
}

.homeLeftBg{background-image: url(../../images/home/leftBg.gif);
		background-repeat: repeat;
		}
.homeRightBg{background-image: url(../../images/home/rightBg.gif);
		background-repeat: repeat;
		}
.homeBg{background-image: url(../../images/home/homeBg.jpg);
		background-repeat: no-repeat;
		width:770px;
		height:380px;
		}


.leftBg{background-image: url(../../images/contentImg/leftBg.gif);
		background-repeat: repeat;
		}

.rightBg{background-image: url(../../images/contentImg/rightBg.gif);
		background-repeat: repeat;
		}

.mainBg{
	background-color: #BDD0AD;
		}


a.leftnav:link {	
	color: #000099;	text-decoration: none; 	font-weight: bold; 
}
a.leftnav:visited {  
	color: #000099; text-decoration: none; font-weight: bold;  padding-bottom:300%;}
a.leftnav:hover {
	font-weight: bold;
	line-height:300%;
	color: #FF0000;
	text-decoration: underline;}


a.homeHeader:link {	
	color: #CF0433;	text-decoration: none; 	font-weight: bold; 
}
a.homeHeader:visited {  
	color: #CF0433; text-decoration: none; font-weight: bold;  padding-bottom:300%;}
a.homeHeader:hover {
	font-weight: bold;
	line-height:300%;
	color: #cf0334;
	text-decoration: underline;


.redTxt {color:#ff0000;}

