/* #######################################################
   -------------------------------------------------------
   Theme: Melbourne Template
   Date: 25-06-2009
   Description: Kangaroo Media
   Author: Copyright Kangaroo Media Ltd
   -------------------------------------------------------
   ####################################################### */   

/* -------------------------------------------------------
    Global :: Standardise CSS Between Browsers
   ------------------------------------------------------- */

html, body, div, .span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;
	font: inherit inherit 100%;
	background-position: 0px 0px;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {
	height:100%;
	width: 100%;
}
body {
	margin:0;
	padding:0;
	height: 100%;
	font-family: "Segoe UI", Arial, Verdana, sans-serif;
	color: #000000;
	background-color: #dae0e5;
	font-size: 12px;
	line-height: 16px;
}
p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
	line-height: 24px;
}
h3 {
	font-size: 15px;
	font-weight: lighter;
}
h4, h5, h6 {
	font-size: 16px;
	font-weight: lighter;

}
a {
	text-decoration: underline;
	color: #003366;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #38527f;
}
hr {background-color:#FFFFFF;
border-color:#CCCCCC;
border-style:none none dotted;
border-width:1px;
color:#FFFFFF;}
