@charset "UTF-8";

/* English OK 2008 */
/* common.css */
/* 05_08_2007 */

/* set NULL */

table.generictable{
	border-collapse:seperate;
	width:680px;
	margin:10px 0 10px 0;
	padding:0;
	background-color:#FFFFFF;
	border-spacing:2px;
	border:0;
	background-color:#CCCCCC;

}

table.generictable th{
	font-size:13px;
	font-weight:bold;
	color:#333333;
	width:240px;
	background-color:#F3F3F3;
	padding:5px;
	vertical-align: top;
	}

table.generictable td{
	font-size:13px;
	color:#333333;
	width:440px;
	background-color:#FFFFFF;
	padding:5px;
	vertical-align: top;
	}
	
.subh1{
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-bottom:1px dotted #333;
	width:680px;
	margin:0 0 0 10px;
	padding:7px 0 5px 5px;
	background:url(../images/global/backgrounds/header_bg.gif) repeat-x;
}
