﻿* 
{
    margin:0;
    padding:0;
}

.clear
{
    clear:both;
}

body 
{
    font: 11px/1.3 Trebuchet MS, Tahoma, Sans-Serif;
    background:#d1d1d1 url('../Graphics/backgrounds/bkg_body.jpg') repeat-x top left;
    color:#2b2b2b;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 20px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 13px;
}

h4
{
	font-size: 11px;
	margin-bottom: 20px;
	font-weight:bold;
}


/* =Spacing
--------------------------------------------------------------------------------*/

a:link, a:visited, a:active{
	color:#006878;
	text-decoration:none;
}

a:focus
{
	outline: 1px dotted invert;
}

a:hover{
	text-decoration:underline;
	color:#007385;
}

ol
{
	list-style: decimal;
}

ul
{
	list-style: none;
}

p,
dl,
h1,
h3,
h5,
h6,
ol,
ul,
pre,
address,
fieldset
{
	margin-bottom: 20px;
	font-weight:normal;
}

p, input
{
    font-size:11px;
}

p.imageText
{
    font-size:11px;
}

th
{
    font-size:12px;
}

hr
{
    background:#e6e6e6;
    border-top:none;
    width:90%;
}

h2
{
    font-weight:normal;
    margin-bottom:10px;
}

.newsItem a
{
    color: #2b2b2b;
    text-decoration: none;
}

.smallText
{
    font-size:10px;
}