/* GENERAL STYLES */
@import "corenew.css";
@import "menu.css"; 
/* Controls Navigation and secondary colour palette */

/* 
	Government of Alberta Base Style Sheet
	CSS1 Definitions for Typography
	developed by YellowPencil.com - December 2006
*/

/* 



/* Base HTML Definitions */




body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    Z-index: 9999;
    font:100%;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.2em;
    background: #f1f2f2 url(/images/interface/page-bg-top.png) no-repeat top center;
}

/* Element Reset to ensure correct cascade properties across all browsers */
table {font-size:inherit;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
body,div,form,fieldset,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img,a img {border:0;}
address,caption,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th {text-align:left;}

/* Heading Sizes */

h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 24px;
	color:navy;
	font-weight:normal;
	line-height:25px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}

img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th {
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a {
	color: #0d3692;
}
a:hover {
	color: navy;
/*background-color: #004850;*/
}
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
input {
	font: 14px arial,helvetica,clean,sans-serif;
}
select {
	font: 99% arial,helvetica,clean,sans-serif;
}
div {
	margin: 0;
	padding: 0;
}

