@charset "UTF-8";

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

/* set NULL */
.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;
}

p{
	margin:10px;
	font-size:13px;	
	}

.ctable{
	color:#333;
	background:#EEE url(full.png) repeat-x top left;
	border:5px solid #DDD;
	margin:15px auto 20px auto;
	border-collapse:collapse;
	width:640px;
	font-size:13px;
}

.ctable td, th{
	background:transparent;
	padding:10px;
	border:1px dotted white;
}

.ctable td.title{
	font-weight:bold;
	width:150px;
	color: #444444;
}

.ctable th.title{
	color: #003366;
	font-weight:bold;
	font-size:15px;
	width:200px;
	background:url(../images/global/backgrounds/table-title.gif) 0px 0px repeat-x;
	text-align:left;
}

.ctable tbody tr{

}


.ctable tbody tr.odd td{
	background:transparent url(tr_bg.png) repeat top left;
}

.ctable tfoot{

}

.ctable tfoot td{
	padding:10px;
}

.ctable tfoot tr{

}

* html tr.odd td{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tr_bg.png', sizingMethod='scale');
}


.minibullets{
	margin:10px;
	padding:0;
	}
