/* Start Common Styles */
* {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
    line-height: 1.5em;
	color: #505050;
}
body {
	margin: 0px 0px;
	background: #F5F5F5;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
}
p {
	font-size: 14px;
    line-height: 1.5em;
}
TD {
	font-size: 14px;
    line-height: 1.5em;
}
LI {
	font-size: 14px;
    line-height: 1.5em;
}

h1 {
	font-size: 22px; font-weight: bold;
	margin-top: 12px; margin-bottom: 0; color: #333333;
}
h2 {
	font-size: 20px; font-weight: bold;
	margin-top: 12px; margin-bottom: 0; color: #333333;
}
h3 {
	font-size: 18px; font-weight: bold; color: #333333;
}
h4 {
	font-size: 16px; font-weight: bold; color: #333333;
}

div.footer {
  background: #343434;
  padding: 16px;
  color: #FFFFFF;
  font-size: 12px;
  text-align: right;
}

div.row {
width: 100%; padding: 5px;
}
div.c1 {
width: 120px; float: left; font-weight: bold;
}
div.c2 {
float: right;
}

a {
	COLOR: #0066cc; text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.footer {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 12px;
  margin-right: 6px;
}
a.footer:hover {
  COLOR: #FFFFFF;
  text-decoration: none;
  font-size: 12px;
  margin-right: 6px;
}

#ps_header {
   padding-top: 30px;
   padding-bottom: 12px;
   border-bottom: 1px solid #cccccc;
}
