@charset "utf-8";
/* CSS Document */
body
	{
	background-color:#F7F8E4;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:1px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	}
a:link{color:#FF6600; text-decoration:none;}
a:hover{color:#882641; text-decoration:none;}
a:visited{color:#3399CC; text-decoration:none;}
a:active{color:#4499CC; text-decoration:none;}

.border_top_left
{
	background-image:url(../images/utility/gl_top_left.gif);
	background-repeat:no-repeat;
	height:10px;
}
.border_left
{
	background-image:url(../images/utility/gl_left_middle.gif);
	background-repeat:repeat-y;
}
.border_bottom_left
{
	background-image:url(../images/utility/gl_bottom_left.gif);
	background-repeat:no-repeat;
	height:10px;
}
.border_bottom_middle
{
	background-image:url(../images/utility/gl_bottom_middle.gif);
	background-repeat:repeat-x;
	height:10px;
}
.border_bottom_right
{
	background-image:url(../images/utility/gl_bottom_right.gif);
	background-repeat:no-repeat;
	height:10px;
}
.border_right
{
	background-image:url(../images/utility/gl_right_middle.gif);
	background-repeat:repeat-y;
}
.border_top_right
{
	background-image:url(../images/utility/gl_top_right.gif);
	background-repeat:no-repeat;
	height:10px;
}
.border_top_middle
{
	background-image:url(../images/utility/gl_top_middle.gif);
	background-repeat:repeat-x;
	height:10px;
}
.title
	{
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	}
.content
	{
	font-family:Tahoma;
	font-size:12px;
	word-spacing:2px;
	line-height:16px;
	color:#999999;
	}
.navigasi
	{
	font-family:"tahoma";
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#999999;
	}
.subtitle
	{
	font-family:tahoma;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	}
