/* Body Style */
body {
	font-size: 12px;
	color: #333;
	margin: 0px;
	text-align: center;
	background: #FCF7EF;
}


body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Georgia, "Times New Roman", Times, serif;
}

td, th, div{
	font-size: 12px;
	line-height: 130%;
}

td, th{
	padding: 4px 8px 4px 0px;
}


h1, h2, h3, h4, h5, h6, h7{
	line-height: 120%;
}


h2{
	font-size: 18px;
	font-weight: normal !important;
	margin: 4px 0px;
}

p {
	text-align:left;
	margin: 0;
	line-height: 140%;
	padding: 10px 0px;
}

/* standard Hyperlink */
a {
	text-decoration: none;
	color: #D0281C;
}

a:hover {
	text-decoration: none;
	color: #333;
}

/* standard Form */
form {
	margin: 0px;
	padding: 0px;
}

input,textarea {
	font-size: 12px;
	padding: 3px 4px
}

/* standard form input text */
input.text {
	border: 1px solid #928676;
	background: #FCF9F5;
}


/* standard form button */
input.button{
	background: #928676 !important;
	border: 1px solid #928676 !important;
	width: 60px;
	color: #FCF9F5;
	font-weight: bold;
	font-size: 12px !important;
	padding: 3px 0 2px 0;
}

/* standard form select + option*/
select{
	border: 1px solid #928676;
	background: #FCF9F5;
	padding: 3px 2px;
}

/* standard form textarea */
textarea {
	border: 1px solid #928676;
	background: #FCF9F5;
}

/* standard cell */
td, th {
	vertical-align: top;
	line-height: 150%;
}

td.text, td.form {
	padding: 4px;
}


.floatRight{
 	float: right;
	margin: 0px 5px 5px 10px;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 5px 0px;
}

.center{
	text-align: center;
}

.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}
.clear{
	clear: both;
	font-size: 1px;
}

h3{
	font-size: 1.1em;
	margin: 0px;
	color: #333;
	text-transform: uppercase;
}

.buttonLink{
	padding: 4px 10px;
	background: #669C19;
	color: #fff;
	font-weight: bold;
}

.buttonLink:hover{
	padding: 4px 10px;
	background: #333;
	color: #fff;
	text-decoration: none;
}


a strong{
	color: inherit !important;
}

.image-border{
	padding: 4px; 
	border: 1px solid #ccc;
	background: #fff;
}

.hr{
	padding: 20px 0 0 0;
}

h1{
	font-size: 20px !important;
	font-weight: normal !important;
}

a img{
	border: none;
}


/* update 29 Desember 2007*/
.form-message{
	margin: 10px 0;
	border: 1px solid #333;
	padding: 6px;
}

.form-error, .form-error h3{
	background: #af0000;
	color: #fff;
}

.form-succes, .form-succes h3{
	background: #BEF31F;
}

.pagination{
	padding: 5px 0;
	text-align: right;
	font-size: 11px;
}

.pagination a {
	background: #D6CEC4;
	padding: 2px 5px;
	color: #333;
	font-weight: bold;
	margin: 0 2px;
	border: 1px solid #928676;
}

.pagination a:hover {
	padding: 2px 5px;
	background: #928676;
	color: #fff;
	text-decoration: none;
	margin: 0 2px;
}

.pagination strong {
	padding: 2px 5px;
	color: #333;
	text-decoration: none;
	margin: 0 2px;
}

.highlight{
	padding: 2px;
	background: #FFFF00;
	font-weight: bold;
	color: #000;
}