.toplinks {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.leftlinks {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bodyportions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	background-image: url(../images/body_titles_back.jpg);
	background-repeat: repeat;
	text-align: left;
	vertical-align: middle;
	padding-left: 6px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;


}
.bodyborder {
	border: 1px solid #999999;
	background-color: #FBFEE0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;



}
.doted-lines {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-style: none;
	border-left-style: none;

}
.border-only {
	border: 1px solid #333333;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	padding-left: 10px;
}
