/*
 * ns_custom_styles.css / content.css
 *	ns_custom_styles.css: Used for displaying styles in FCKEditor
 *	content.css:					Displaying same content on public website
 *
 * // 2007.11.05 T.Wright - initial creation
 */
h1 {
	font-size: 1.6em;
	font-weight: bold;
}

h2{
	margin: 0;
	font-size: 1.5em;
}

h3{ 
	font-size: 1.2em;
}

h2 {
	font-weight: normal;
}

ul {
	margin: 0em 0.5em 0.25em;
}

a:link {
	color: #02314C;
	text-decoration: none;
}

a:visited {
	color: #02314C;
	text-decoration: none;
}

a:hover{
/*	border-bottom:1px dotted #728a97;*/
	text-decoration: none;
	color: #728a97;
}
