html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/**********************************************************/

body
{
	font-family: Arial, Verdana, Helvetica;
	background: #f5f2f0;
}

h1
{
	font-size: 20px;
	line-height: 26px;
	color: #222;
	font-family: Arial, Verdana, Helvetica;
}
h2
{
	font-size: 18px;
	line-height: 22px;
	color: #222;
	font-family: Arial, Verdana, Helvetica;
}
h3
{
	font-size: 16px;
	line-height: 22px;
	color: #222;
	font-family: Arial, Verdana, Helvetica;
}

h1 a, h2 a, h3 a
{
	color: #0066cc;
}
h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active
{
	color: red;
	text-decoration: underline;
}




.main_container
{
	width: 955px;
	text-align: left;
	margin: -1px 30px 20px 0;
	background: #fff;
	padding: 0 20px 20px 20px;
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
}

.main_container a
{
	color: #115;
	text-decoration: underline;
}
.main_container a:hover
{
	color: #717;
	text-decoration: underline;
}

.inner
{
}

.textblock
{
	font-family: Georgia;
	font-size: 14px;
	line-height: 20px;
}

ul li
{
	margin: 0 0 6px 16px;
	list-style-type: square;
}

.faint
{ 
	font-size: 12px; 
	color: #666; 
}

.image
{
	border: 1px solid #333;
	margin: 4px 0;
}

a.link_url
{
	color: green;
	text-decoration: none;
}
a.link_url:hover, a.link_url:active
{
	color: red;
	text-decoration: underline;
}


form { margin: 0; display: inline; vertical-align: middle; }
form input, form select { vertical-align: middle; }
form select
{
	border-top: 1px #528fcf solid; 
	border-left: 1px #528fcf solid;
	border-bottom: 1px #72afef solid;
	border-right: 1px #72afef solid;
	padding: 2px 1px; 
	margin: 4px 0;
	font-size: 12px; 
	color: #023f7f;
}
form input[type=text], form input[type=password], form textarea
{
	background: #fff url("http://investingcanada.ca/public/system/images/textbox.bg.png") repeat-x top left;
	margin: 4px 1px; 
	padding: 2px 3px; 
	border-top: 1px #528fcf solid; 
	border-left: 1px #528fcf solid;
	border-bottom: 1px #72afef solid;
	border-right: 1px #72afef solid;
	font-size: 14px; 
	color: #023f7f;							 
}
form input[type=radio] { vertical-align: bottom; }
form input[type=text]:focus, form input[type=text]:hover, 
form input[type=password]:focus, form input[type=password]:hover,
form textarea:focus, form textarea:hover, 
form select:focus, form select:hover
{
	background: #ffffe0 url("http://investingcanada.ca/public/system/images/textbox.bg.highlite.png") repeat-x top left;
	color: #444;
}
form input[type=text]:focus, form input[type=password]:focus, form textarea:focus
{
	border-width: 2px;
	margin: 3px 0; 
}
form select optgroup
{ 
	font-weight: normal; 
	font-style: normal;
	color: #444;
}

form input[type=submit], form input[type=button], form input[type=reset]
{
	font-size: 16px;
} 

.section_header
{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}

.breadcrumb
{
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.breadcrumb a
{
	color: #0000ff;
	text-decoration: underline;
}
.breadcrumb a:hover, .breadcrumb a:active
{
	color: red;
	text-decoration: underline;
}

.wiki
{
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #00264c;
}

.wiki .paragraph
{
	margin: 0 0 10px 0;
	width: 600px;
}

.wiki p
{
	margin: 0 0 8px 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial;
	/* font-family: Georgia; */
	font-size: 14px;
	line-height: 18px;
}

.wiki p a
{
	/* font-family: Verdana, Helvetica, Arial; */
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}
.wiki p a:hover, .wiki p a:active
{
	color: red;
	text-decoration: underline;
}

.wiki ul
{
	list-style-type: square;
	margin: 0 0 0 6px;
	/* font-family: Georgia; */
	font-size: 14px;
	line-height: 18px;
}

.wiki ul li
{
	margin: 0 0 4px 16px;
	padding: 0;
}

.wiki li a
{
	/* font-family: Verdana, Helvetica, Arial; */
	color: #0000ff;	
	text-decoration: underline;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
.wiki li a:hover, .wiki li a:active
{
	color: red;
	text-decoration: underline;
}

.wiki_missing
{
	color: #ab251b;
}


.side
{
	margin: 0 15px 0 0;
}

.side h1
{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 8px 0;
	border-bottom: 1px #ddd solid;
	padding: 0 0 1px 0;
}

.side ul
{
	list-style-type: square;
	margin: 0 0 20px 0;
	/* font-family: Georgia; */
	font-size: 12px;
	line-height: 16px;
}

.side ul li
{
	margin: 0 0 6px 16px;
	padding: 0;
}

.side li a
{
	/* font-family: Verdana, Helvetica, Arial; */
	color: #0000ff;	
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.side li a:hover, .side li a:active
{
	color: red;
	text-decoration: underline;
}