body {
	font-family: Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
}

.space {
	line-height: 18px;
}

.space_satu {
	margin : 3px 0 15px;
}
.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: 28px;
}

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

.gray {
	color: #666666;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.buttonnoborder {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #FFFFFF;
}
.arial {
	font-family: 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, Verdana, Arial, Helvetica;
}
.trebuchet {
	font-family: "Trebuchet MS";
}
.lucida {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Geneva, Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
	line-height : normal;
	font-weight : normal;
	font-size : 30px;
	letter-spacing : -1px;
	clear : both;
	margin : 0px 0 3px;
}
h3 {
	font-size : 14px;
	line-height : normal;
	margin : 3px 0 20px;
}
h4 {
	margin-bottom : 0;
	line-height : normal;
	font-size : 13px;
	margin-top : 10px;
} 