.content{
	background-image:  url(images/pic_01.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 12px;
	background-position : bottom right;
}
h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #599353;
	text-transform : capitalize;
	background-image:  url(../images/hline.gif);
	background-repeat: no-repeat;
	background-position : bottom;
}
a.h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #599353;
}
a.res {
	font-family: Arial;
	background-image: none;
	font-size: 9px;
	text-align : center;
	color: #599353;
}
.a, .span {
	color: #599353;
}
input, textarea,  select {
	font-size: 11px;
	color: #545454;
	border: 1px solid #5287E0;
	font-family: Arial;
	background-color: #ffffff;
	scrollbar-highlight-color: #5287E0; scrollbar-shadow-color: #5287E0; 
	scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #5287E0; 
	scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #ffffff; 
	scrollbar-base-color: #ffffff;
}
.rblue {
	background-image: url(../images/repeat_g2.gif);
	background-repeat: repeat-y;
}