body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	background-image: url(../images/rightconer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 161px;
	width: 20%;
	left: 0px;
	top: 0px;
}
.title {
	position: absolute;
	height: 58px;
	width: 80%;
	left: 20%;
	top: 20px;
}
.nav {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: absolute;
	height: 30px;
	width: 80%;
	left: 20%;
	top: 78px;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #0000FF;
}
.ticker {
	position: absolute;
	height: 30px;
	width: 80%;
	left: 20%;
	top: 113px;
}
.heading {
	position: absolute;
	height: 30px;
	width: 80%;
	left: 20%;
	top: 135px;
}
.container {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 168px;
}
.containerleft {
	float: left;
	height: 400px;
	width: 20%;
}
.containermiddle {
	float: left;
	width: 55%;
	padding-left: 5px;
}
.conright {
	float: left;
	height: 400px;
	width: 20%;
}
.foot {
	font-size: 9px;
	color: #0000FF;
	clear: left;
	float: left;
	height: 15px;
	width: 100%;
	text-align: center;
}
.floatright {
	float: right;
	padding-left: 5px;
}
.text {
	color: #000000;
}
a.text:link {
	color: #0000FF;
	text-decoration: none;
}
a.text:visited {
	color: #000000;
	text-decoration: underline;
}
a.nav:hover {
	text-decoration: underline;
}
a.nav:active {
	text-decoration: none;
}
em {
	color: #FF0000;
}
a.nav:link {
	color: #0000FF;
	text-decoration: none;
}
a.nav:visited {
	color: #000000;
	text-decoration: underline;
}
a.text:hover {
	text-decoration: underline;
}
a.text:active {
	text-decoration: none;
}
