/* 
///////////////////////////
site developed by
 iContext Internet Services
 t: 604.831.7621
 f: 604.597.0631
 e: info@icontext.com
 w: www.icontext.com 
///////////////////////////
*/

/* body */
body {
	background-color: #FFFFFF;
}

/* paragraph (main text style) */
p {
	color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
    line-height: 125%;
}

/* links */
a:link, a:visited, a:active {
	color: #CC0000;
	background-color: transparent;
	text-decoration: underline;	
}

a:hover {
	color: #CC0000;
	background-color: transparent;
	text-decoration: none;	
}

/* headings */
h1 {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
    font-weight: normal;
}

h2 {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
    line-height: 100%;
    font-weight: bold;
}
	
h3 {
    color: #000000;	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 100%;
    font-weight: bold;
}

h4 { 
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
    line-height: 125%;
    font-weight: bold;
}

h5 { 
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
    line-height: 125%;
    font-weight: normal;	
}

/* hr */
hr {
    height: 1px;
    color: #000000;
	background-color: transparent;
}

/* lists */
ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    list-style: square;
    color: #666666;
}

ol {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}
	
li {
	margin-left: -10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
    line-height: 125%;
}
	
ul li li {
	list-style: disc;
    line-height: 125%;
}

ul li li li {
	list-style: circle;
    line-height: 125%;
}

/* monospaced */
.mono {
	font-family: "courier new", courier, mono;
	font-size: 70%;
	color: #FF9900;
}

/* address */
address {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
    font-style: normal;
}

/* fake button */
.button {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #D4D0C8;
	padding: 3px;
}

a.buttonLink:link, a.buttonLink:active, a.buttonLink:hover, a.buttonLink:visited, .buttonLink {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
    text-decoration: none;
}

/* search engine optimization links */
a.seoLinks:link, a.seoLinks:active, a.seoLinks:visited, a.seoLinks:hover, .seoLinks {
    color: #FFFFFF;
    text-decoration: none;
}