body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: #000000;
}
p {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: #000000;
}
ul {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: #000000;
	list-style-image: url('images/bullet.gif');
}
ol {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: #000000;
}
li {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: #000000;
}
input, select, textarea, button {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #000000;
	font-size: 11px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}

hr {
	background-color: #cc0000;
	color: #cc0000;
	border: 0px;
	height: 1px;
	width: 100%;
}
.header {
	height: 125px;
	text-align: center;
	vertical-align: middle;
}
.navbar {
	height: 27px;
}
.leftcolumn {
	width: 180px;
	border-right: 1px #000000 solid;
	vertical-align: top;
	padding: 5px;
}
.subnav {
	height: 30px;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	vertical-align: middle;
	text-align: center;
}
.mainbody {
	padding: 15px;
	vertical-align: top;
}
.rightcolumn {
	width: 275px;
	vertical-align: top;
	border-left: 1px black solid;
}
.interest {
	border-bottom: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
}
.footer {
	height: 20px;
	border-top: 1px #000000 solid;
}
.menu {
	padding: 0px;
	margin: 0px;
	position: absolute;
}
.menu a {
	text-decoration: none;
}
.menuitemup {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
	width: 100%;
	padding: 3px;
	margin: 0px;
	background-color: #8b0304;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	cursor: pointer;
	vertical-align: middle;
}
.menuitemover {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
	width: 100%;
	padding: 3px;
	margin: 0px;
	background-color: #cc875a;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	cursor: pointer;
	vertical-align: middle;
}
.bar {
	padding: 0px;
	margin: 0px;

}
.bar a {
	text-decoration: none;
}
.baritemup {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 5px;
	margin: 0px;
	background-color: #8b0304;
	background-image: url("images/navback.gif");
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
}
.baritemOver {
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12px;
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 5px;
	margin: 0px;
	background-color: #cc875a;
	background-image: url("images/navbackover.gif");
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
}
.directors {
	border-collapse: collapse;
}
.directors td {
	border-top: 1px black dashed;
	border-bottom: 1px black dashed;
}
.commentbox {
	border: 1px #162b75 solid;
	background-color: #ffffc0;
	position: absolute;
	z-index: 100;
}
/* Jahangir 7/04/2006*/
#notes li{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 9px;
	color: #000000;
}

#notes p{
	font-family: Tahoma, Helvetica, Arial;
	font-size: 9px;
	color: #000000;
}