/*******************************************************************
			CSS CODE
Name 		: Dion F. Soejoedi

*******************************************************************/

body { 
   	font: 10pt/12pt Bodoni, Georgia, "Times New Roman", Times, serif; 
   	color: white; 
   	background: #221e1f;
}

p { 
   	font: 10pt/12pt Bodoni, Georgia, "Times New Roman", Times, serif; 
   	color: 808285;
   	text-align: justify;
}
p.white { 
   	font: 8pt/10pt Arial, "Times New Roman", Times, serif; 
   	color: white;
   	text-align: justify;
}

p.content { 
   	font: 10pt/12pt Bodoni, Georgia, "Times New Roman", Times, serif; 
   	color: white;
   	text-align: justify;
}

catalog { 
   	font: 10pt/11pt Bodoni, Georgia, "Times New Roman", Times, serif; 
   	color: white;
   	text-align: justify;
}

p.center {
  	font: 10pt/12pt Bodoni, Georgia, "Times New Roman", Times, serif; 
   	color: 808285;
   	text-align: center;
}

p.copyright {
	font: 8pt/10pt Bodoni, Georgia, "Times New Roman", Times, serif;
	color: 808285;
	text-align:center;
}

p.copyright2 {
	font: 8pt/10pt Bodoni, Georgia, "Times New Roman", Times, serif;
	color: 808285;
	
}

p.links {
	font: 10pt/12pt Bodoni, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: white;
	text-align:center;
}

.pic {
	font: 8pt/10pt Bodoni, Georgia, "Times New Roman", Times, serif;
	color: white;
	text-align:center;
}

h1 { 
   	font: 45pt Bodoni, Georgia, "Times New Roman", Times, serif;
   	letter-spacing: 2px; 
   	color: white;
	margin:0px;
}

h2 { 
   	font: 25pt Bodoni, Georgia, "Times New Roman", Times, serif;
   	letter-spacing: -1px; 
   	color: 808285;
	margin:0px;
}

h3 { 
   	font: normal 12pt Bodoni, Georgia, "Times New Roman", Times, serif; 
   	letter-spacing: 1px; 
   	color: #c0262d; 
}

h4 { 
   	font: normal 9pt Bodoni, Georgia, "Times New Roman", Times, serif; 
   	letter-spacing: 1px; 
   	color: #c0262d; 
}

a:link, a:visited { 
   	font-weight: bold; 
   	text-decoration: none;
   	color: #808285;
}

a:hover, a:active { 
   	text-decoration: none; 
   	color: #c0262d;
   	font-weight: bolder;
}

a.h3:link, a.h3:visited {
	font: normal 12pt Bodoni, Georgia, "Times New Roman", Times, serif; 
	letter-spacing: 1px; 
   	color: #c0262d; 
}
a.h3:hover, a.h3:active { 
	font: normal 12pt Bodoni, Georgia, "Times New Roman", Times, serif; 
   	letter-spacing: 1px; 
   	color: white; 
}
table {
	border: none;
}

.main {
	height: 580px;
	position:relative;
}

td {
   	padding: 5px;
}

th {
   	text-align: left;
   	height: 115	px;
}

.center {
	text-align:center;
}
.style2 {
	font-size: 16pt;
	font-weight: bold;
}
img {
	border: none;
}

.white {
	color:white;
}

.red {
	color:#c0262d;
}