/* Author: Yussi Ariefiyono */
/* Amsterdam : 13 juli 07 */
/* CSS Document */

/* General */
html body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f5ffce;
	padding:0px;
	margin:0px
}
td
{
	vertical-align: top;
}
img
{
	 border: 0px;
}


/* End of General */
/* Header */
#header
{
	background-color:#9e581d;
}
#header .text
{
	color:#ffffff; 
	font-weight:bold; 
	text-align:right; 
	margin-right:10px; 
	margin-top:7px;
}
#header a
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	color: #ffffff;
}
#header a:hover
{
	text-decoration: underline;
	color: #f70000;
}
.belowHeader
{
	background-image:url(../images/belowHeader.gif);
	background-color:#9e581d;
}
/* END of Header */

/* Menu */
.menuHeader
{
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	width:180px;
	height:22px;
	color:#ffffff;
	text-align:right;
	font-weight:bold;
	margin-top:10px;
}
.menuHeader label
{
	margin-right:10px;
	padding-top:5px;
}
.menuContent
{
	width:180px;
	background-image:url(../images/menuContent.gif);
	background-repeat:repeat-y;
	font-weight:bold;
}
.menuContent a
{
	text-decoration: none;
	color:#000000;
}
.menuContent a:hover
{
	text-decoration: underline;
	color: #f70000;
}
.menuContent ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
.menuContent li
{
	margin-left:10px;
}

.menuBelow
{
	background-image:url(../images/menuBelow.gif);
	background-repeat:no-repeat;
	width:180px;
	height:10px;
	padding:0px;
	margin:0px;
}
/* END of Menu */

/* Content */
#contentHeader
{
	background-image:url(../images/Content.gif);
	background-repeat:no-repeat;
	width:590px;
	height:22px;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	margin-top:10px;
	margin-right:-40px;
}
#contentHeader h4
{
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	font-weight:bold;
	margin-left:10px;
}
#contentContent
{
	width:590px;
	background-image:url(../images/ContentBack.gif);
	background-repeat:repeat-y;
	margin-right:-40px;
	padding-left:10px;
}
#contentContent table
{
	margin:0pt;
	padding:0pt;
	width:565px;
}
#contentContent img
{
	border: 1px solid #c0c0c0;
}
#contentContent table
{
	width:560px;
}
#contentContent .imgDiv
{
	border: 1px solid #c0c0c0;
	width:520px;
	background-color:#ececec;
	padding: 10px;
	margin-top:10px;
}
#contentContent h4
{
	color: #be2f37;
	font-size: 12px;
	margin: 0px;
	font-weight:bold;
}
#contentBelow
{
	background-image:url(../images/ContentBelow.gif);
	background-repeat:no-repeat;
	width:590px;
	height:12px;
	margin-right:-40px;
}
/* END of Content*/

/* Footer */
.footer
{
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-color:#9e581d;
	height:12px;
	width:770px;
	padding-top:10px;
}
.footerBack
{
	background-color:#919191;
	height:40px;
	text-align:right;
}
.footerBack a
{
	color:#ffffff;
	text-decoration: none;
	margin-right:10px;
}
.footerBack a:hover
{
	color:#000000;
	text-decoration: underline;
}

h1
{
 color:red;
 font-size:18px;
}
h2, h3, h4
{
 color:red;
 font-size:14px;
}
h5
{
 color:red;
 font-size:12px;
 text-decoration: blink;
}

/* END of Footer */
