body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
}

form {
	margin: 0px;
}
.space {
	line-height: 18px;
}

.space_satu {
	margin : 3px 0 15px;
}

a {
	text-decoration: none;
}

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

.lnk {
	color: #CF3B41;
	text-decoration: none;
}
.lnk:link {
	color: #CF3B41;
	text-decoration: none;
}
.lnk:visited {
	text-decoration: underline;
	color: #990033;
}
.lnk:hover {
	color: #FF6600;
	text-decoration: underline;
}
.lnk:active {
	color: #CF3B41;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}


.smaller {
	font-size: 9px;
}
.small {
	font-size: 10px;
}
.normal {
	font-size: 12px;
}
.big {
	font-size: 13px;
}
.bigger {
	font-size: 14px;
}
.biggest {
	font-size: 15px;
}
.large {
	font-size: 16px;
}
.larger {
	font-size: 18px;
}
.largest {
	font-size: 26px;
}
.huge {
	font-size: 30px;
}

.red {
	color: #c70803;
}
.reddark {
	color: #810e11;
}
.orange {
	color: #FF6600;
}
.orangedark {
	color: #e64600;
}
.green {
	color: #006B2A;
}
.greenlight {
	color: #769f72;
}
.greendark {
	color: #2b860f;
}
.yellow {
	color: #FFFF00;
}
.brown {
	color: #8C906A;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #4E7DC2;
}
.bluedark {
	color: #255586;
}
.bluelight {
	color: #4682C8;
}

.gray {
	color: #999999;
}

.black {
	color: #333333;
}
.purple {
	color: #DB0C90;
}
.button {
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	background-color: #EEEEEE;
}
.button:active {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.button, .button:focus {
	padding: 0px 5px 0px 5px;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.tahoma {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.antiqua {
	font-family: "Book Antiqua", Arial;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.helvetica {
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.sans {
	font-family: sans-serif;
}
.trebuchet {
	font-family: "Trebuchet MS";
}
.lucida {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Tahoma, Arial;
}
.georgia {
	font-family: Georgia, Arial, Verdana;
}

.hide {
    display: none;
    visibility: hidden
}
.show {
	display: block;
}
.mnu-active {
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}

.space-s {
	letter-spacing: -1px;
}

.box {
	border: 1px solid #999;
	background-color: #EEEEEE;
}
.box:active {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

.box, .box:focus {
	padding: 1px 5px 1px 4px;
	margin-right: 1px;
}

.button-submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 25px;
}
.button-submit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FCF2DC;
	color: #990000;
	border: 1px solid #F5D796;
	height: 25px;
	cursor: pointer;
}