body {
	margin : 0px;
	background-image : url('/images/layout/bg.gif');
	background-position : top center;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #4A3207;
}

td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	color : #4A3207;
}

#container {
	margin : 0px;
	background-image : url('/images/layout/top_bg.gif');
	background-position : top center;
	background-repeat : repeat-x;
}

#top {
	background-image : url('/images/layout/top_center_bg.gif');
	background-position : top center;
	background-repeat : no-repeat;
	padding-top : 26px;
}

#body_top {
	width : 696px;
	background-image : url('/images/layout/body_top_bg.gif');
	height : 63px;
}

#main_body {
	width : 696px;
	background-image : url('/images/layout/body_bg.gif');
}

#main_body td.container {
	padding : 0px 40px 0px 40px;
}

#body_bottom {
	width : 696px;
	background-image : url('/images/layout/body_bottom_bg.gif');
	height : 63px;
}

.small {
	font-size : 10px;
}

dd {
	margin-bottom : 10px;
}

dt {
	font-weight : bold;
}

.nobold {
	font-weight : normal;
}

a {
	color : #4A80A8;
}

a:hover {
	color : #83A8C1;
}

.caption {
	font-size : 10px;
}
