body
{
	font: 15px/1.5 Arial, Tahoma, Sans-serif;
	color : #333;
}

a{
	color : #333;
}


a:focus
{
	outline: 0px dotted invert;
}

A:link	 {
	color:#325886;
	text-decoration:none;
}

A:visited {
	color:#325886;
	text-decoration:none;
}
	
A:hover  {
	color:#325886;
	text-decoration:underline;
}


hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{

	font-size: 22px;
	font-weight : normal;
	line-height : 24px;
}

h2
{

	font-size: 22px;
	font-weight : bold;
	line-height : 22px;
}

h3
{

 display: block;
  background-color : #466289;
   padding: 5px;


color : #ffffff;
	font-size: 17px;
	font-weight : bold;
	line-height : 20px;
}

h3 A:link{
color : #ffffff;
}

h3 A:over{
color : #ffffff;
}

h3 A:visited{
color : #ffffff;
}


h4
{
	font-size: 14px;
}

h5
{
	font-size: 13px;
}

h6
{
	font-size: 12px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: disc;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 15px;
}
p.meta{
	margin-top : 30px;
	padding-top : 15px;
	border-top : 1px solid #DCDCDC;
}




