body {
	background-color: #7f654a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.font1 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #472b0e;
	text-decoration: none;
}
.font2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #b66001;
	text-decoration: none;
}
.font2:Hover {
	color:#FE9118;
	text-decoration: underline;
}
.font3 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #b66001;
	text-decoration: none;
}
.lines  {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #B99F7C;
	text-decoration: none;
}
.bordesall {
	border: 1px solid #CCCCCC;
}
.bordesall2 {
	border: 1px solid #c1d8f0;
}
.bordesall3 {
	border: 3px solid #d7df21;
}
.bordesall4 {
	border: 1px solid #E2DFCD;
	border-style:dotted;
}
.font4 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #b66001;
	text-decoration: none;
}
.font5 {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color:#FF9900;
	text-decoration: underline;
}
.font5:Hover {
	text-decoration: none;
	color:#996600;
}.textfield {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #996600;
	background-color: #FBF9F7;
	border: 1px solid #996600;
}
.font6 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #b66001;
	text-decoration: underline;
}

.leftPhoto{
    float:left;
    height:100px;
    width:100px;
    text-align:center;
    margin:10px;
}

.leftPhoto img{
	border: 5px #FFF solid;
}

.floatPhoto{
	float:left;	
	margin:3px;
	text-align:center;
        width:90px;
}
.floatPhoto img{
	border: 3px #eee solid;
}
.clearLeft{
	float:left;
}
