/* CSS Document */
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;
}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.subtitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#f3cf1f;
}
.yellowborder{
	border-top:6px solid #f3cf1f;
	border-bottom:6px solid #f3cf1f;
}
.yellowbordertop{
	border-top:6px solid #f3cf1f;
}
.yellowborderbig{
	border-top:16px solid #f3cf1f;
	border-bottom:16px solid #f3cf1f;
}
.yellowborderbigtop{
	border-top:16px solid #f3cf1f;
}
.about p{
	margin-top:15px;
	margin-bottom:15px;
	width:500px;
}
.aboutleft div{
	width:200px;
	text-align:center;
}
.aboutleft div p{
}