/* create the basic html styles */
/* all of the followings rules are shared by the main template and campaigns */
/* further styles are located within their respective styling.css */

body {
	
	font: normal 81.5%/1.6em Arial, sans-serif; 

}
h1, h2, h3, h4, h5, h6 {
	font: 1em arial, sans-serif;
	margin:0;
}
h1 {
	font: normal 1.6em Arial, sans-serif; 
	color: #06c; 
	margin: 0 0 1em 0;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: .4em;
}
h3 {
	color: #06c;
	font-weight:bold;
}

p {
	font: normal 1em/1.6em Arial, sans-serif; 
	margin-top:0;
}
p, ul, li {
	font-size: 1em;
	line-height: 1.6em;
}
img {
	border: 0 none;
}
a {
	text-decoration:none;
}
a:link {
	color: #06c; /*could use: 0758a5*/
}
a:visited {
	color: #82b4e6; 
}
a:hover {
	color:#06c; 
	text-decoration:underline;
}
a:active {
	color: #009;
}

h2 a, h3 a, h4 a {
	color: #06c;
}
form {
	margin:0;
}
abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor:help;
}


ul.plain, ul.plain li {
	margin:0;
	padding: 0;
	list-style:none;
}
ul.plain {
	margin-bottom: 1em;
}
/* reset a slight quirky behaviour for the q tag in compliant browsers */
q:before, q:after {
	content: no-open-quote;
	content: no-close-quote;
}

.yearheader {
border-bottom:solid thin;
border-bottom-color:#E5EFFF;
text-decoration:none;
font-weight:bold;

}

