/* Portraits of Success CSS */

html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
	background: #bababa;
	background-image:url(../images/left_bg.gif);
	layer-background-image: url(../images/left_bg.gif);
	background-repeat: repeat-y;
}

table.full-height {
  height:100%;
  width:100%;
  border:1px solid black;
}
#right {
float:left;
	width: 460px;
	height: auto;
	top: 0px;
	left: 400px;
	bottom:0px;
	line-height:12pt;
	font-family: Arial;
	font-size:12px;
	color: #000000;
	text-align: justify;
	}
	
div.hr {
  height: 20px;
  background: #ffffff url(../images/hr.gif) repeat-x center;
}
div.hr hr {
  display: none;
}

h1
{
	font-size:18px;
	color: #15477a;
	font-weight: bold;
	margin-top: 0px;

}
h2
{
	color: #15477a;
	font-size: 16px;
	font-weight: bold;

}
h3
{
	color: #15477a;
	font-size: 14px;
	font-weight: bold;

}
.style6 {
	color: #15477a;
	font-size: 14px;
	font-weight: bold;
}
td {
	font-family: Arial;
	font-size:12px;
	color: #000000;
}

.footer {
color:#0000000;
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active {
	color: #15477a;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	color: #cc371f;
	text-decoration: underline;
}