a {	text-decoration: none;}
a:hover {color: #BAB7CC; text-decoration: underline;}


.default {
	font-family: "Papyrus", Times, serif;
	font-size: 16px;
	color: #666666;
	line-height: 2;
	font-weight: 400;
}

.small {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}
.small1 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.head {  
	font-family:  "Papyrus", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #666666;
}
.logobottom {
	background-attachment: fixed;
	background-image: url(images_cf/home/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: none;
}
.logoside {
	background-attachment: fixed;
	background-image: url(images_cf/home/pear.jpg);
	background-repeat: no-repeat;
	background-position: top-right;
	background-color: none;
}


.border {
border-bottom-style: solid;
border-bottom-width: 5px;
border-bottom-color: #cccccc; /* lt gray*/
border-right-style: solid;
border-right-width: 5px;
border-right-color: #cccccc; /* lt gray*/ 
BORDER-left: gray 1px solid; 
  }

.borders {
BORDER-TOP: gray 1px solid; 
BORDER-bottom: gray 1px solid;
BORDER-right: gray 1px solid;
BORDER-left: gray 1px solid;
}

.bordersolid { border: 1px solid black; }

input {
	font-family: Arial;
	font-size: 12px;
}

select {
	font-family: Arial;
	font-size: 12px;
}

textarea {
	font-family: Arial;
	font-size: 12px;
}

.content_red {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}

.content_blue {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
}

.imgpad {padding: 20px}