/* CSS Document */

body {
	background-color: #A27B52;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

img.left-align-img{
margin-right: 5px;

}

img.right-align-img{
margin-left: 5px;
}

.px14bold {
	font-size: 14px;
	font-weight: bold;
}
.px12 {
	font-size: 12px;
	font-weight: normal;
}
.px12bold {
	font-size: 12px;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
blockquote {
	padding: 0px;
	margin-left: 15px;
}
.bold{
font-weight: bold;
}
.underline{
text-decoration: underline;
}
.bold_underline{
font-weight:bold;
text-decoration:underline;
}
img{
border-color: #000000;
}