/* Ferno Canada e-cat 
   modified May 15, 2007
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
	margin: 0px 25px 10px 25px;
}
h1 A {
	font-style: normal;
	color:#003366;
	text-decoration:underline;
	font-weight: bold;
}

h1 A:hover {
	font-style: normal;
	color:#8c3031;
	text-decoration:underline;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-align: left;
	margin-left: 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-left: 5px;
	margin-bottom: -7px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: right;
	margin-right: 5px;
}

h6 {
	width: 500px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

h6 A {
	color: #003366;
	font-style: normal;
	font-weight: normal;
}

h6 A:hover {
	color: #8C3031;
	font-style: normal;
	font-weight: normal;
}

/* basic list */
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
ul.err_msg {
	font-size: 0.8em;
	color: #ff3333;
}
li {
	line-height: 120%;
	margin-right: 5px;
	margin-left: -5px;
}

/* basic form */
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: white;
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}
.chkboxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;

}
.reqmark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #cc0000;
}
.reqfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #1B2D6B;
}
