BODY, H1, H2, H3, TD, P{
	font-family: verdana,geneva;
	margin: 0px;
	font-size: 10pt;
	color: #555;
}

BODY{
	background: #fff url(../img/pagebg.png) repeat-x left top;
	width: 100%;
}

H1{
	font-size: 16pt;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid #e1e1e1 0px;
	border-bottom-width: 3px; 
}

H2{
	font-size: 14pt;
}

H3{
	font-size: 12pt;
}

P{
	margin-bottom: 15px;
}

A:LINK, A:VISITED{
	color: #000;
	text-decoration: none;
}

A:HOVER{
	color: #555;
}

#body_table{
	width: 820px;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}

#body_table TD{
	padding: 0px;	
}

.border_top{
	background-image: url(../img/border_top.png);
}

.border_left{
	background-image: url(../img/border_left.png);
	width: 20px;
}

.border_right{
	background-image: url(../img/border_right.png);
	width: 20px;
}

.border_bottom{
	background-image: url(../img/border_bottom.png);
}
