body {
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
}
.input-text {
	background-image: url(images/input_bg.jpg);
	background-repeat: no-repeat;
	border: none;
	background-color: #FFFFFF;
	padding: 2px 5px 2px 5px;
}


.space {
	line-height: 19px;
}

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

a {
	text-decoration: none;
}

a:hover {
	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: 11px;
}
.big {
	font-size: 13px;
}
.bigger {
	font-size: 14px;
}
.biggest {
	font-size: 15px;
}
.large {
	font-size: 16px;
}
.larger {
	font-size: 18px;
}
.largest {
	font-size: 22px;
}

.red {
	color: #CF3B41;
}
.reddark {
	color: #990000;
}
.orange {
	color: #FF6600;
}
.green {
	color: #006B2A;
}
.greendark {
	color: #666600;
}
.yellow {
	color: #FFFF00;
}
.brown {
	color: #990033;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #4E7DC2;
}
.bluedark {
	color: #255586;
}
.bluelight {
	color: #4682C8;
}

.gray {
	color: #bdbdbd;
}

.black {
	color: #000000;
}

.button {
	background-image: url(images/fade_butt.png);
	border: 1px solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
}

.button, .button:focus {
	padding: 0px 5px 1px 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";
}
.helvetica {
	font-family: "Helvetica";
}
.lucida {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Tahoma, Arial;
}

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

.main-active {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #65747B;
	padding: 6px 18px 7px 10px;
	cursor: pointer;
}

.main-hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CF3B41;
	padding: 6px 18px 7px 10px;
	background-image: url(images/main_bg_active.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}

.header1 {
	font-family: "Book Antiqua";
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}

.header2 {
	font-family: "Book Antiqua";
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}
.header3 {
	font-family: "Book Antiqua";
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
}
.header4 {
	font-family: "Book Antiqua";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}

.list-padd {
	padding: 3px 5px 3px 5px;
}

.list-header {
	border: 1px solid #333333;
	background-color: #000000;
}

.list-a {
	background-color: #373737;
	border: 1px solid #707070;
}

.list-b {
	background-color: 484848;
	border: 1px solid #707070;
}

.pointer {
	cursor: pointer;
}