/* StreamPro 1.0 Presented by Summitpages.ca */
/* Alford Deeley aka machinari */
/* Feel free to muck around */

/* Base Stylesheet */

a:link {
	background: transparent;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #9B9BF5;
	text-decoration: underline;
}

a:active {
	background: transparent;
	color: #FF0000;
	text-decoration: none;
}

address {
	font: italic 1em/1 sans-serif;
	margin: 0em 0% 0em 0%;
}

address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2, h3, h4, h5, h6, menu, ol, p, td, th, ul {
	font: 1em/1 Arial, Helvetica, sans-serif;
}

big {
	font-size: 1em;
}

blockquote {
	line-height: 1;
	margin: 0em 0% 0em 0%;
}

body {
	background: transparent;
	color: #333333;
	cursor: default;
	font: 1em/1 sans-serif;
	margin: 0em 0% 0em 0%;
	padding: 0; /* fixes a problem with Opera */
}

button {
	cursor: default;
}

caption {
	line-height: 1;
	margin: 0em 0% 0em 0%;
}

code {
	font-family: monospace; /* To avoid overriding boldness/italicity by using font */
	font-size: 1em;
}

dd {
	line-height: 1;
	margin: 0em 0% 0em 0%;
}

div {
	line-height: 1;
	margin: 0em 0% 0em 0%;
}

dl {
	margin: 0em 0% 0em 0%;
}

dt {
	line-height: 1;
	margin: 0em 0% 0em 0%;
}

h1 {
	font: bold 1.4em/1 Arial, Helvetica, sans-serif;
	margin: 0em 0% 1em 0%;
}

h2 {
	font: bold 1.2em/1 Arial, Helvetica, sans-serif;
	margin: .2em 0% .2em 0%;
}

h3 {
	font: italic bold 1em/1 Arial, Helvetica, sans-serif;
	margin: 0em 0% 0em 0%;
}

h4 {
	font: 1em/1 serif;
	margin: 0em 0% 0em 0%;
}

h5 {
	font: 1em/1 serif;
	margin: 0em 0% 0em 0%;
}

h6 {
	font: 1em/1 serif;
	margin: 0em 0% 0em 0%;
}

hr {
	margin: 0em 0% 0em 0%;
}

html {
	background: #FFFFFF;
	color: #333333;
	margin: 0;
}
input {
	cursor: default;
}
input, textarea, select, file {
    color: #333;
	background: transparent;
	font: .9em/1 Verdana, Helvetica, sans-serif;
}

kbd {
	font: 1em monospace;
}

li {
	line-height: 1;
	margin: 0em 0% 0em 0%;
}

ol {
	list-style: decimal;
	margin: .2em 0% .2em 5%;
}

ol ol ol ol {
	list-style: decimal;
}

ol ul ol ol, ol ol ul ol, ul ol ol ol, ol ol ol {
	list-style: lower-roman;
}

ol ul ul ul, ul ol ul ul, ul ul ol ul, ul ul ul {
	list-style: square;
}

p {
	line-height: 1.1;
	margin: 0em 0% .5em 0%;
}

pre {
	font: 1em/1 monospace;
	margin: 0em 0% 0em 0%;
}

samp {
	font: 1em monospace;
}

small {
	font-size: .7em;
}

sub {
	font-size: 1em;
}

sup {
	font-size: 1em;
}

td {
	line-height: 1;
}

textarea {
	cursor: text;
}

th {
	font: bold 1em/1 sans-serif;
}

tt {
	font: 1em monospace;
}

ul {
	list-style: disc;
	margin: .2em 0% .2em 5%;
}

ul ul ol ol, ul ol ul ol, ol ul ol ol, ol ol ul ol, ol ul ol, ol ol {
	list-style: lower-alpha;
}

ul ul ul ul {
	list-style: disc;
}

ul ul, ol ol ul ul, ol ul ol ul, ul ol ol ul, ol ul ul, ul ol ul {
	list-style: circle;
}
