body {
	background-color:#ffffff;
	font-family:helvetica,arial,sans-serif;
	line-height:1.4em;
}

/***** Font size switcher *****/

div.normalText {
font-size:80%;
}

div.mediumText {
font-size:110%;
}

div.largeText {
font-size:150%
}

/***** Headings *****/

h1, h2, h3, h4 {
	font-family:arial,helvetica,sans-serif;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.06em;
	font-weight:bold;
}

h3 {
	font-size:1.06em;
	font-weight:bold;
}

h4 {
	font-size:1em;
	font-weight:bold;
}

h5 {
	font-size:1em;
	font-weight:bold;
}

/***** Links *****/

a {
	color:#0067d3;
}

a:visited {
	color:#2e5c8c;
}

a:hover {
	text-decoration:underline;
	color:#0bc6f7;
}

/* Portlet customisation links */
a.customise, #sidebar a.customise {
	color:#0067d3;
	text-decoration: underline;
	margin-bottom: 1em;
	display: block;
}

/***** Forms *****/

form {
	font-size:1em;
}

input {
	font-size:1em;
}



