a:link {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-family: "arial", Times, serif;

}

a:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}

a:active { 
 color: #666666; 
 font-size: 11px; 
 text-decoration: none; 
}

a:hover { 
 color: #FF0000; 
 font-size: 11px; 
 text-decoration: none; 
}

.arialittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}



input {
 font : bold 11px/13px verdana,trebuchet,sans-serif;
 border : 1px solid #999999;
 color : black;
 background-color : #CCE4F7;
 margin-top: 2px;
 margin-bottom: 2px;
}

input.large {
 width: 200px;
}

input:focus {
 background-color : #ffffff;
}

input.button {
 color : white;
 background-color : #187DCE;
}

textarea {
 border: 1px solid #006600;
 margin-bottom: 10px;
 color: black;
 background-color: #C9E3F8;
 font: 11px/16px verdana,trebuchet,sans-serif;
}

textarea:focus {
 background-color : #ffffff;
}

.pulldown {
 font-family: trebuchet,Verdana, sans-serif;
 font-size:	11px;
 color:	#000000;
 width:	110px;
 background-color: #eeeeee;
 border-top: #000000 1px solid; 
 border-left: #000000 1px solid; 
 border-right: #000000 1px solid; 
 border-bottom: #000000 1px solid;
}
.kecil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.time {
	font-family: "arial", Times, serif;
	font-size: 13px;
	color: #333366;
}
.aray {
	font-family: Array;
	font-size: 12px;
	color: #6600CC;
}
.tri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}


/* THE FOLLOWING ARE FOR USE WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
 font-weight: bold;
}


/*  Navigational links in the header  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}