/*erai-css copyright adhi utama 2004*/
/*please use this document as reference only*/

body { 
	font-family: Arial;
	color: #333333; 
	background-color: #EFEFEF;
	background-image: url('../images/bg-greywhite.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

h3 {
	font-size: 10pt;
	font-style: italic;
	color: #000000;
}

h2 {
	font-size: 10pt;
	font-weight:100;
	text-indent: 0px;
	color: #FFFFFF;
	background: #666666;
	BORDER-BOTTOM: #CCCCCC 1px solid;
	margin: 0px 0px 5px 0px;
}

h1 {
	font-size: 10pt;
	font-weight:100;
	text-indent: 0px;
	color: #333333;
	BORDER-BOTTOM: #999999 1px solid;
	margin: 0px 0px 5px 0px;
}

p, td {
	font-size: 8pt;
}

p {
	text-align: justify;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #CC6600;
	text-decoration: underline
}

.subtitle {
	padding: 0px 10px 0px 5px;	
	font-size: 10pt;
	width: 200px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #666666;
}

.button
{
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;    
    border-bottom: #CCCCCC 1px solid;	
	font-size: 10px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #4D5973;
    text-decoration: none
}

.footer {
	text-indent: 10px;
	font-size: 8pt;
	color: #666666;
}

.tableWhite {
	vertical-align: top;
	padding: 20px 20px 10px 20px;
	background-color: #FFFFFF;
	background-image: url('../images/bg-content_greywhite.gif');
	background-repeat: repeat-x;	
	color:#666666;
	text-align: justify;
	font-size: 11pt;
}

.textContent {
	vertical-align: top;
	padding: 0px 20px 10px 20px;
	color:#333333;
	text-align: justify;
	font-size: 8pt;
}

.list {
	vertical-align: top;
	padding: 0px 20px 20px 20px;
	color:#444444;
	text-align: justify;
	font-size: 9pt;
}

.listHeader {
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	color:#444444;
	text-align: justify;
	font-size: 9pt;
}