body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(Images/Background1.jpg);
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-repeat: repeat-x;
	background-color: #d9dee9;
}
h1 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #800000;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	margin-top: 5px;
}

a:link {
	color: #0B0B91;
	text-decoration: none;
}

a:hover {
	color: #800000;
	text-decoration: underline;
}

a:active{
	color: #800000;
	text-decoration: underline;
}

a:visited {
	color: #39399B;
	text-decoration: none;
}

a:visited:hover {
	color: #800000;
	text-decoration: underline;
}

a.foot:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.foot:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.foot:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

a.foot:active{
	text-decoration: underline;
	color: #FFFFFF;
}

a.singlenews:link {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 130%;
}

a.singlenews:visited {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 130%;
}

a.singlenews:hover{
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 130%;
}

a.singlenews:active{
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-size: 130%;
}

.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	padding: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}

.oneColFixCtrHdr #footer {
	background-image: url(http://finance-bg.info/Images/Background.jpg) !IMPORTANT;
	height: 270px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	color: #FFF;
	clear: both;
}

.form {
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #2A4884;
	width: 350px;
	float: right;
}

.input {
	margin: 0px;
	padding: 2px;
	color: #2A4884;
	border: 1px solid #2A4884;
}

.button {
	color: #2A4884;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}

.categorieshome {
	background-color: #CDE7C9;
	margin-top: 1px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.headsites {
	font-family: Cambria, Georgia, serif;
	font-size: 120%;
	font-weight: normal;
	color: #008000;
	text-decoration: underline;
}



#headertop {
	background-color:#2A4884;
	vertical-align: text-bottom;
	display: block;
	height: 20px;
	width: 400px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}


#TopHeader {
	position:relative;
	left:0px;
	top:0px;
	height:30px;
	width: 100%;
	background-color: #2a4884;
	vertical-align: text-bottom;
}
#MainHeader {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:94px;
	background-color: #FFF;
	margin: 0px;
	float: left;
	padding: 0px;
}

#Search {
	position:absolute;
	width:350px;
	height:28px;
	bottom: 0px;
	top: 2px;
	left: 650px;
	float: right;
}

#Navigation {
	background-color:#2A4884;
	vertical-align: text-bottom;
	display: block;
	padding: 0px;
	height: 24px;
	width: 1000px;
	color: #FFF;
	font-size: 120%;
	float: left;
	z-index: 3;
	clear: both;
}


#A2 {
	display: block;
	float: right;
	width:336px;
	height:280px;
	background-color: #FFFFFF;
	padding: 2px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#Date {
	left:5px;
	top:2px;
	height:27px;
	float: left;
	position: absolute;
	color: #FFF;
}
#News {
	display: inline;
	float: left;
	width:643px;
	height:276px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	background-color: #FFF;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#Middle {
	display: block;
	float: left;
	width:729px;
	height:90px;
	z-index:inherit;
	padding: 2px;
}
#Forex {
	display: block;
	float: right;
	width:220px;
	height:94px;
	text-align: center;
	color: #2A4884;
}

#Categories {
	display: block;
	float: left;
	width:180px;
	height:400px;
	border-right-width: 0px;
	border-right-style: none;
	background-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

#Sites {
	display: block;
	float: left;
	width:446px;
	height:400px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#Home1 {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height: 284px;
	padding: 0px;
	margin-bottom: 5px;
}
#Home2 {
	width:100%;
	height:94px;
	background-color: #FFF;
	visibility: inherit;
	display: block;
	float: left;
	margin-bottom: 5px;
	clear: both;
}
#Home3 {
	display: block;
	float: left;
	width:100%;
	height:400px;
	margin-bottom: 5px;
}

#RSSNews {
	display: block;
	float: left;
	width:795px;
	background-color: #FFF;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
}
.PubTime {
	font-size: 93%;
	color: #999;
}


#N1 {
	display: block;
	float: right;
	width:160px;
	height:600px;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
}
#C1 {
	width:160px;
	display: block;
	background-color: #FFF;
	float: right;
	margin-bottom: 5px;
}
#MainCategory {
	width:835px;
	display: block;
	margin-right: 5px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ListCategories {
	width:795px;
	display: block;
	background-color: #FFF;
	float: left;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
.url {
	color: #6C8DD0;
}
.additional {
	font-size: 93%;
	color: #666;
}

.ListCategoriesTable {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2A4884;
}

#ListSites {
	width:795px;
	background-color: #FFF;
	float: left;
	padding: 20px;
}

#SearchResults {
	width:795px;
	display: block;
	background-color: #FFF;
	float: left;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#Markets {
	width:344px;
	height:400px;
	display: block;
	float: left;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#FormCommon {
	width:795px;
	background-color: #FFF;
	display: block;
	float: left;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#SiteForm table {
	color: #2A4884;
}

#Home4 {
	display: block;
	float: left;
	width:100%;
	height:116px;
	margin-bottom: 5px;
}

#A3 {
	display: block;
	float: left;
	width:728px;
	height:112px;
	background-color: #FFFFFF;
	padding: 2px;
	text-align: center;
	margin-right: 5px;
}

#A4 {
	display: block;
	float: left;
	width:258px;
	height:112px;
	background-color: #FFFFFF;
	padding: 2px;
	text-align: center;
	margin-right: 0px;
}

#A5 {
	display: block;
	float: right;
	width:124px;
	height:64px;
	background-color: #FFFFFF;
	padding: 0px;
	text-align: center;
}
#HeaderA {
	width:728px;
	height:94px;
	margin: 0px;
	padding: 2px;
	display: block;
	float: right;
	overflow: hidden;
	z-index: 5;
}

#Logo {
	width:268px;
	height:94px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	overflow: hidden;
}

.clear {
	both;
	height:0px;
	font-size:0px;
	line-height:0px;
	clear: both;
}
h2 {
	font-size: 120%;
	color: #3A63B8;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 2px;
	margin-top: 5px;
	clear: both;
}
#FormXetra {
	width:795px;
	background-color: #FFF;
	display: block;
	float: left;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	height: 600px;
	overflow: scroll;
}
#Footer1 {
	position:relative;
	width:264px;
	height:210px;
	z-index:1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDE7C9;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#Footer2 {
	position:relative;
	width:200px;
	height:210px;
	z-index:1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDE7C9;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#Footer3 {
	position:relative;
	width:200px;
	height:210px;
	z-index:1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDE7C9;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#Footer4 {
	position:relative;
	width:200px;
	height:210px;
	z-index:1;
	border-right-width: 0px;
	border-right-style: none;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#FooterBottom {
	width:946px;
	height:20px;
	z-index:1;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDE7C9;
	color: #FFF;
	font-size: 110%;
	padding: 10px;
	margin: 6px;
}
ul {
	color: #FFF;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
}

h3 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #CDE7C9;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDE7C9;
	margin-top: 5px;
}

h4 {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #CDE7C9;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDE7C9;
	margin-top: 5px;
}

#Counters {
	position:relative;
	width:170px;
	height:16px;
	z-index:2;
	display: block;
	float: none;
	clear: both;
	left: 760px;
}
.whitetext {
	color: #FFF;
}
