@charset "utf-8";

/* ================================================================

CSS Information

 File name:      about.css
 Summary:        about styles
 Last update:    2010-05-14


================================================================ */

/* @group table */
body.page-id-2 table {
	width: 940px;
	clear: both;
    border-collapse: collapse;
    border: 0px solid #999;
}

body.page-id-2 table caption {
    
}

body.page-id-2 table th,
body.page-id-2 table td {
	padding: 10px 0;
    vertical-align: middle;
    border: 0px;
    border-bottom: 4px solid #ddd;
    text-align: center;
}
body.page-id-2 table th{
	vertical-align: bottom;
	background-color: #fff;
}
body.page-id-2 table td.tdCenter{
	font-weight: bold;
    color: #5ab229;
    font-size: 1.2em;
}
/* @end */