/*erai-css copyright adhi utama 2004*/
/*please use this document as reference only*/

body { 
	font-family: Arial;
	color: #FCFCFC; 
	background-color: #EFEFEF;
	background-image: url('../images/bg_greywhite.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

h2 {
	font-size: 11pt;
	font-weight:100;
	text-indent: 0px;
	color: #FFFFFF;
	background: #666666;
	border-bottom: #CCCCCC 1px solid;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 11pt;
	font-weight:100;
	text-indent: 0px;
	color: #333333;
	border-bottom: #CC6600 1px solid;
	margin: 0px 0px 5px 0px;
}

p, td {
	font-size: 9pt;
}

td {
	vertical-align:top;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline
}

.content {
	text-align: justify;
}

.contentDark 
{
	margin: 10px 10px 10px 10px;
	color: #333333;
}

.button
{
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;    
    border-bottom: #CCCCCC 1px solid;	
	font-size: 11px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #4D5973;
    text-decoration: none;
}

.buttonLeft
{
    border-right: #CCCCCC 1px solid;
    border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;    
    border-bottom: #CCCCCC 1px solid;	
	font-size: 11px;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #4D5973;
    text-align: left;
    text-decoration: none;
}
