body
{
		font:	12px/1.5 'Verdana','Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
		color:	#333333;
}

a
{
		color:	#6fb5c7;
}

a:hover
{
		color:	#ec9f32;
}

a.menuitem-selected
{
		color:	#ec9f32;
}

a:visited
{

}

a:focus
{
		outline:	1px dotted;
}

q
{
		font:	19px/1.2 Georgia, "Times New Roman", Times, serif;
		color:	#7aa72b;
}

hr
{
		border:	0 #ccc solid;
		border-top-width:	1px;
		clear:	both;
		height:	0;
}

h1
{
		color:	#2593bd;
		font-size:	21px;
		font-weight:	normal;
}

h2
{
		color:	#2593bd;
		font-size:	14px;
		font-weight:	normal;
}

h3
{
		color:	#333333;
		font-size:	11px;
		font-weight:	bold;
		margin:	0;
}

h4
{
		color:	#999999;
		font-size:	11px;
		font-weight:	bold;
}

h5
{
		font-size:	9px;
		color:	#707070;
		font-style:	italic;
		font-weight:	normal;
}

h6
{
		font-size:	6px;
}

ol
{
		list-style:	decimal;
}

ul
{
		list-style:	disc;
}

li
{
		margin-left:	15px;
}

p, dl, hr, h1, h2, h4, h5, h6, ol, ul, pre, table, address, fieldset
{
		margin-bottom:	12px;
}

