body {
	background-repeat: no-repeat;
}
.backpage {
	background-repeat: no-repeat;
	background-image:  url("../images/shared/backpage1.gif");
}
.frontpage {
	background-repeat: no-repeat;
	background-image:  url("../images/shared/frontbackpage1.gif");
}
.content {}

.show {display:block;}
.hide {display:none;}

a:link {
	text-decoration: none;
	background-color:#E5E5B3;
	color: #000000;}
a:visited {
	text-decoration: none;
	background-color:#E5E5B3;
	color: #000000;}
a:hover {
	text-decoration: none;
	background-color:#D6D683;
	color: #FFFFFF;}
a:active {
	text-decoration: none;
	background-color:#E5E5B3;
	color: #000000;
}
	
.note{
	line-height: 5px;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
}
.smallpic{
	width:123px;
	height:97px;
	text-align:center;
	overflow:hidden;}