/*
Style Sheet: Typography  
Version: 1.0  
Author: Neil Collyer  
Email: neil@amoebacorp.com 
*/

/* Copy 
-----------------------------------------------------------------------------*/
body {
color: #404040;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 15px;
margin:0px 0px 0px 0px;
}

p {
color: #404040;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
line-height: 15px;
margin:0px 0px 1em 0px;
}

p.list_header_answer{
color: #000000;
margin:0px 0px 0px 0px;
}

/* Headers 
-----------------------------------------------------------------------------*/
h1 {
color: #ffffff;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 18px;
line-height: 20px;
margin:10px 0px 10px 0px;
}

h2 {
color: #000000;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
text-transform:uppercase;
line-height: 15px;
margin:1em 0px 1em 0px;
}

h3 {
color: #ffffff;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 14px;
line-height: 16px;
}

h4 {
color: #ffffff;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-style: normal;
font-size: 12px;
line-height: 14px;
}

h5 {

}

h6 {

}

.header_links {
color: #000000;
margin:0px 0px 0px 0px;
}

.h1_quote_credit {
font-size: 12px;
font-style:italic;
line-height:15px;
margin:0px 0px 0px 0px;
}

.h1_home {
font-size: 16px;
line-height:18px;
}

.h1_home style1 
{
	color: #000000;
	font-size: 12px;
}
.h1_home style3 {
	color: #FFFFFF;
	font-size: 12px;
}
.h1_home style4 {font-size: 12px}

.h1_work {
font-size: 16px;
line-height:18px;
}

.link_header {
color:#000000;
}

/* Quotes
-----------------------------------------------------------------------------*/

blockquote {
margin:0px 0px 0px 0px;
}


/* Lists
-----------------------------------------------------------------------------*/

ul {
margin:0px 0px 0px 0px;
padding:0 0 0 1.7em;
list-style-type: disc;
text-align:left;
word-wrap: break-word;
}

ul.links_list {
margin:0px 0px 30px 0px;
padding:0 0 0 1.7em;
list-style-type: disc;
text-align:left;
word-wrap: break-word;
}

li.eng_question {
padding:0px 0px 0px 18px;
list-style-image: url(../images/template/general/bullet_question.gif);
}

li.eng_answer {
padding:0px 0px 1em 18px;
list-style-image: url(../images/template/misc/en_bullet_answer.gif);
}

li.fr_question {
padding:0px 0px 0px 18px;
list-style-image: url(../images/template/general/bullet_question.gif);
}

li.fr_response {
padding:0px 0px 1em 18px;
list-style-image: url(../images/template/misc/fr_bullet_answer.gif);
}

li.no_bullet {
padding:0px 0px 1em 15px;
list-style-type:disk;
}


/* Links
-----------------------------------------------------------------------------*/

/* Universal links*/
a:link {
	color: #12187D;
	text-decoration: underline;
}

a:visited {
	color: #12187D;
	text-decoration: underline;
}

a:hover {
	color: #12187D;
	text-decoration: none;
}

a:active {
	color: #12187D;
	text-decoration: underline;
}

/* Tag Links*/

h1 a:link {
color: #ffffff;
font-weight: normal;
font-style: normal;
font-size: 12px;
text-decoration:underline;
}

h1 a:visited {
color: #ffffff;
font-weight: normal;
font-style: normal;
font-size: 12px;
text-decoration:underline;
}

h1 a:hover {
color: #ffffff;
font-weight: normal;
font-style: normal;
font-size: 12px;
text-decoration:none;
}

h1 a:active {
color: #ffffff;
font-weight: normal;
font-style: normal;
font-size: 12px;
text-decoration:underline;
}


/* Class Links*/

.link_language_selector a:link {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#666666;
	text-decoration: underline;
}

.link_language_selector a:visited {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#666666;
	text-decoration: underline;
}

.link_language_selector a:hover {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#999999;
	text-decoration: none;
	}

.link_language_selector a:active {
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#666666;
	text-decoration: underline;
}


/* ID Links*/
#id_name a:link {
	color: #666666;
	text-decoration: underline;
}

#id_name a:visited {
	color: #888888;
	text-decoration: underline;
}

#id_name a:hover {
	color: #333333;
	text-decoration: none;
}

#id_name a:active {
	color: #666666;
	text-decoration: underline;
}

