/* CSS Document */


/***********************************************/
/* Page Styles                                 */
/***********************************************/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#logohead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#address{
	margin: 0;
	padding: 10px 0px;
	border-top: 1px solid #cccccc;
	width: 100%;
}

/***********************************************/
/* Content Styles                                 */
/***********************************************/

.address {
	font-size: 10px;
	font-weight: bold;
}
