html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	color: #000000;
}
body {
	background-color: #000000;
	color: #02175A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/bgnd/bg.png);
	background-position: center;
	background-repeat: repeat-y;
}
h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 5px;
	background-color: #CE1126;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	background-color: #5190A8;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	padding-left: 5px;
	border-right-style: none;
	border-left-style: none;
}
a,  a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
	background-color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:focus {
  color: #ca0009;
}
a:active {
  color: #262499;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 70em;
	border: 1px solid #062069;
}
#outerWrapper #header {
	background-color: #000000;
	padding: 10px 10px 10px 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
#header h1 {
	background-image: url(../images/startonlinetrading.gif);
	height: 60px;
	width: 740px;
	text-indent: -700em;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #000000;
}
#header #nav {
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #02175A;
	background-color: #CE1126;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	color: #FFFFFF;
}
#header #nav a {
	color: #FFFFFF;
	text-decoration: underline;
}
#header #nav a:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #000000;
}



#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #B7FFD0;
	float: right;
	padding: 10px;
	width: 18em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF00;
}
#outerWrapper #contentWrapper #content {
	padding: 10px;
	margin-top: 0;
	margin-right: 20em;
	margin-bottom: 0;
	margin-left: 0;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
	background-color: #CE1126;
	padding: 10px 10px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
}
.warning {
	background-color: #FFCC99;
	border: 1px double #FF6600;
	padding: 10px;
	width: 90%;
	margin: 1%;
}
