body { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold;	
	color: black;
}

table {
	width:100%;
	margin: 0 0 0 0;
}	

tr.rows {
	background-image:url(../images/tableheader2.png)
}

input {
	background-color: #ffffff;
	border-bottom: #dbdee3 1px solid;
	border-left: #dbdee3 1px solid;
	border-right: #dbdee3 1px solid;
	border-top: #dbdee3 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
	color: #464f60;
}

select {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
}

.button {
	width: 120px;
}

a:link {text-decoration: none}
a:visited {color: blue; text-decoration: none}
a:active {text-decoration: none}
a:hover {color: red; text-decoration: underline;}

.tablerows{
    font-weight:         bold;
    color:               #ffffff;
    background-color:    #666699;
    background-image: 	 url(../images/tableheader.png);
    background-repeat:   repeat-x;
    background-position: top;
    height:              18px;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* font face untuk text dalam <td> */
	font-size: 10px;
	font-weight: bold; 
}


