// Copyright Zhi Quan Lee http://zeee.co.nr

A:Link
{
	text-decoration: none;
	color: #0000FF;
}
A:Active
{
	text-decoration: none;
	color: #0000FF;
}
A:Visited
{
	text-decoration: none;
	color: #0000FF;
}

A:Hover
{
	color: #00CC66;
	text-decoration: none;
}

#topleft {
	top: 0px;
	left: 0px;
}

body
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	text-decoration: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	margin-top: 1px;
	background-color:#000000;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat;
}

.title1
{
	font-weight: bold;
	font-size: 20pt;
	color: white;
	text-decoration: none;
	margin-top: 5px;
	font-family: "Trebuchet MS";
	border-top-style: none;
	text-align: center;
}

.title2
{
	font-weight: bold;
	font-size: 14pt;
	color: white;
	text-decoration: none;
	font-family: "Trebuchet MS";
	text-align: center;
}

#frame
{
	margin-top: 10px;
	width: 900px;
	height: 600px;
	BORDER-RIGHT: #003300 7px solid;
	BORDER-TOP: #003300 7px solid;
	BORDER-LEFT: #003300 7px solid;
	BORDER-BOTTOM: #003300 7px solid;
	background-color:#000000;
}
#scrollingframe
{
	margin-top: 10px;
	width: 900px;
	height: 600px;
	BORDER-RIGHT: #003300 7px solid;
	BORDER-TOP: #003300 7px solid;
	BORDER-LEFT: #003300 7px solid;
	BORDER-BOTTOM: #003300 7px solid;
	overflow:auto;
	background-color:#000000;
}

.case
{
	margin-top: 10px;
	text-align: justify;
	margin-left: 350px;
	margin-right: 10px;
	height: 600px;	

}

.body1 {
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}

.body2
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	text-decoration: underline;
}

.image_left {float: left; padding:0px 0px 0px 0px;}
.navbar {float: left; padding:0px 0px 0px 0px;
}


.image_center {
	float: none;
	padding:10px 0px 10px 10px;
	text-align: center;
}
.image_right {float: right; padding:0px 0px 10px 10px;}
