body{
	color:#444; 
	font:12px Helvetica, Arial, sans-serif;
	line-height:22px;
}

p
{
  padding:0 0 9px 0;
  line-height:23px;
}

a{ color:#0066AA; text-decoration:none; }
a:hover
{
  text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Tahoma, Arial;
	color:#000;
	font-weight:normal;
}

h1  /* page title in view */
{
  font-size:32px;
  margin:0 0 17px 0;
  line-height:32px;
}

h2  /* content title  */
{
  font-size:22px;
  margin:0 0 14px 0;
  line-height:22px;
}

h3
{
  font-size:18px;
  margin:0 0 12px 0;
  line-height:18px;
}

h4
{
  font-size:16px;
  margin:0 0 10px 0;
  line-height:16px;
}

h5
{
  font-size:14px;
  margin:0 0 9px 0;
  line-height:14px;
}

h6
{
  font-size:13px;
  margin:0 0 8px 0;
  line-height:13px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	color:#0066AA;
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
	color:#000;
	text-decoration:underline;
}
strong{ font-weight:700; }
em  
{
  color:#000;
  font-style:italic;
  font-weight:bold;
}

img
{
  border:none;
  outline:none;
}

blockquote p {
	padding:11px 0px;
	font-weight:normal;
}

blockquote{	
	margin:0 0 22px 5px;
	padding:10px 45px;
	background:transparent url(../images/blockquote.png) no-repeat scroll left 6px;	
}

cite
{
  font-size:12px;
  font-style:normal;
  font-weight:bold;
  display:block;
  float:left;
  text-transform:capitalize;
}



address:first-line
{
  font-weight:bold;
}


address
{
  display:block;
  color:#000;
  font-size:12px;
  font-style:normal;
  line-height:18px;
  margin:0 0 20px 18px;
  font-weight:normal;
}

address em:first-line
{
  font-weight:bold;
  text-transform:capitalize;
  font-style:normal;
}

address em
{
  font-size:14px;
  color:#000;
  display:block;
  margin:0 0 20px 0;
  font-weight:normal;
  font-style:normal;
}

address a
{
  display:block;
  padding:0;
}

address a:first-child
{
  top:10px
}


acronym
{
  text-decoration:none;
  border:none;
}


dl
{
  color:#000;
  padding:0 0 5px 2px;
  float:left;
}

dt
{
  float:left;
  clear:none;
  font-size:12px;
  margin:0 5px 0 0;
  font-weight:bold;
}

dd
{
  float:left;
  margin:0 15px 0 0;
  font-size:12px;
}

ul
{
  list-style-type:none;
}

ul li
{
  margin:0;
  padding:0;
}

form
{

}

fieldset
{
  border:none;
}

hr
{
	padding:0; border:0; margin:0; height:1px; background:#CCCCCC; margin-bottom:20px; clear:both;
}