body {

	background: url(../images/bg.gif);
	margin: 0;
}

td {
	vertical-align: top;
	font-family: arial;
	font-size: 10pt;
}

h1 {
	font-family: arial;
	font-size: 22pt;
	color: #FF9900;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	font-family: arial;
	font-size: 14pt;
	color: #000099;
}

h3 {
	font-weight: normal;
	font-family: arial;
	font-size: 12pt;
	color: #000099;
}

blockquote {
	margin-left: .5cm;
}

a {
	color: 0000ff;
}

a:hover {
	color: FF9900;
}

.content {
	padding: .2cm .2cm .2cm .2cm;
	background-color: #ffffff;
	width: 550px;
}

.side {
	background: url(../images/bg-side.gif);
}

.navlink {
	background: url(../images/bg-side.gif);
	width: 174px;
	display: block;
	padding: .1cm .2cm .1cm .3cm;
	font: 13pt arial;
	color: #ffffff;
	text-decoration: none;
}

.navlink:hover {
	background: url(../images/bg.gif);
	width: 174px;
	display: block;
	color: #000000;
}

.navindent {
	margin-left: .75cm;
	color: #ffffff;
	font: 10pt verdana;
	text-decoration: none;
}

.address {
	text-align: center;
	font-family: verdana;
	font-size: 9pt;
	color: #ffffff;
}

.left_shadow {
	background: url(../images/l_shadow.gif);
	width: 27px;
}

.right_shadow {
	background: url(../images/r_shadow.gif);
	width: 15px;
}

.footer {
	height: 30px;
	padding: .2cm 0cm .2cm 0cm;
	background: url(../images/bg-side.gif);
	font-family: verdana;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
}

.code {
	width: 450px;
	margin: 0cm .1cm 0cm .5cm;
	padding: .3cm .2cm 0cm .2cm;
	background-color: #cccccc;
	font: 10pt courier;
}

.remarks {
	margin-left: .5cm;
}