/* YUI Fonts Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt v2.7.0 */
body {
	/* Customised by TG. Default is 	font:13px/1.231 arial,helvetica,clean,sans-serif; */
	font:13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; 
	*font-size:small; 
	*font:x-small; 
}

select, input, button, textarea, button {
	font:99% arial,helvetica,clean,sans-serif;
}

table {
	font-size:inherit;
	font:100%;
}

pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/** End of YUI fonts. **/



/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
	Customised by TG.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
a { 
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size: 189%;
}

h2 {
	font-size: 174%;
}

h3 {
	font-size: 161.6%;
}

h4 {
	font-size: 146.5%;
}

h5 {
	font-size: 131%;
}

h6 {
	font-size: 116%;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 0px;
}
