/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
p,pre,code,form,fieldset,legend,input,
textarea,p,blockquote,th,td					{margin:0;padding:0;}
body                            			{font-family:arial,helvetica,clean,sans-serif;}
table                           			{font-family:inherit;font-size:100%;}
select, input, textarea         			{font-size:99%; text-align:left;}
img											{border:0;}
address,caption,cite,code,dfn,
em,th,var,p									{font-style:normal;font-weight:normal;}
li											{list-style:none;}
caption,th									{text-align:left;}
q:before,q:after							{content:'';}
abbr,acronym 								{border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup 										{vertical-align:text-top;}
sub 										{vertical-align:text-bottom;}
input,textarea,select						{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select						{font-size:100%;}
/*because legend doesn't inherit in IE */
/*
END Copyright (c) 2008, Yahoo!
*/

/*
| Created by:	Kate Syddall
| Date Created:	APRIL 2008
| Copyright 2008 ARCTIC ZONE
*/

/* GENERAL FONTS */
html 										{font-size: 100%;}
body 										{font-size: 80%;}
li											{font-size:100%;font-weight:normal;color:#333;}
p											{font-size:100%;font-weight:normal;color:#333;}
h1											{font-size:130%;font-weight:bold;color:#333;}
h2											{font-size:115%;font-weight:bold;color:#333;}
h3											{font-size:110%;font-weight:bold;color:#333;}
h4,h5,h6									{font-size:100%;font-weight:bold;}
strong										{font-size:100%;font-weight:bold;}
input										{font-size:80%;font-weight:normal;}
/* END GENERAL FONTS */

/* COLOURS */

.blue 										{color: #134F7F;}
.orange 									{color: #E28F20;}


/* END COLOURS */

html {overflow:-moz-scrollbars-vertical;}
.hidden {display: none;}
.invisible {visibility: hidden;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.left {
	float :left;
}

.right{
	float :right;
}

a:focus, a:active {
	-moz-outline:0px none red;
	outline:0px none red;
	}
	
p SUP { 
	line-height: 1em; 
	font-size: 75%;
}