/* Formatting styles are separated out so they can be used to format content areas in FCKEditor */

body {
	font-family: verdana, arial, helvetica;
}

* {
	font-size: 12px;
	color: #252525;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

.caps
{
	font-size: inherit;
}

h1 a, h2 a, h3 a
{
	text-decoration: none;
}

a img
{
	border: 0 none;
}