/******************************************************************************
 *
 * Site:	Myster Ink (MysteryInk.ca)
 * File:	Master/Default Stylesheet
 *
 * Updated:	Jun 25/06 [ Created - SRB - The Web Paving Company Ltd.]
 *		
 *
 */
/******************************************************************************
 * DEFAULT TAG SPECS
 ******************************************************************************
*/
BODY {
	background-color: #222222;
	font-family: verdana, helvetica, arial, sans-serif;
	margin-top: 0;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
}

H1, H2, H3, H4, H5, H6, P, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR, DL, FORM {
	display: block
}
B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN {
	display: inline;
}
H2, H4, H5, P, UL, OL, LI, DIR, MENU, DT, DD, ADDRESS, BLOCKQUOTE, .gbiztext {
	font-family: verdana, helvetica, arial, sans-serif
}
P, UL, OL, LI, DIR, MENU, DT, DD, ADDRESS, BLOCKQUOTE, .gbiztext {
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 6px;
}
H1, H3, H6  {
	font-family: "times new roman", times, serif
}
P, UL, OL {
	margin-bottom: 14px
}
LI, DIR, MENU, DT, DD, ADDRESS, BLOCKQUOTE {
	margin-bottom: 6px
}
H1, H2, H3, H4, H6  {
	color: #777777;
	text-align: left;
	font-weight: bold;
}
H1   {
	font-size: 16pt;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10;
}
H2   {
	padding: 0;
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 12pt;
}
H3 {
	font-size: 12pt;
	line-height: 13pt;
	margin-top: 0.5em;
}
H4 {
	font-size: 8pt;
	line-height: 11pt;
         margin-top: 1em
}
H5 {
	font-size: 11.5pt;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 3px;
	font-weight: bold;
}
B, STRONG {
	font-weight: bolder
}
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE {
	font-style: italic;
}
PRE, TT, CODE, KBD, SAMP {
	font-family: monospace;
}
PRE {
	white-space: pre;
}
ADDRESS {
	margin-left: 3em;
}
BLOCKQUOTE {
	margin-left: 3em;
	margin-right: 3em;
}
UL {
	list-style: disc;
}
OL {
	list-style: decimal;
}
MENU {
	margin: 0;
}
DT {
	margin-bottom: 0;
}
DD {
	margin-top: 0;
	margin-left: 3em;
}
HR {
	color: #999999;
	border: 1px;
	border-top: solid;
}
.dashed {
	color: #CCCCCC;
	border: 1px dashed #CCCCCC;
	margin-top: 12px;
	margin-bottom: 12px;
}
B {
	font-weight: bold
}

/******************************************************************************
 * CLASS SPECS
 ******************************************************************************
*/



#bodyCopy {
	text-align: left;
	padding-left:   20px;
	padding-right: 16px;

}
.cutline {
	margin-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 8px;
	line-height: 10pt;
}
.more, .top {
	font-size: 7pt;
	font-weight: bold
}

.headline {
	margin-top: 14px;
	font-family: "times new roman", times, serif;
	font-size: 16pt;
	line-height: 16pt;
}


/******************************************************************************
 * LINK COLORS
 ******************************************************************************
*/
A:link {
	color: #0066CC;
}

A:active, A:hover, A:visited   {
	outline: none;
}



