@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.DIF_brs  #container {
	width: 735px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0;
	text-align: left;
} 
.DIF_brs   #header {
	padding: 18px 10px 5px 20px;
}
.DIF_brs  #header  hr    {
	color: #336699;
	background-color: #336699;
}
.DIF_brs  #headerRight {
	float: right;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5;
} 
#title   {
	width: inherit;
	padding: 10px 0 0 10px;
	font-size: 22px;
	color: #3399CC;
	font-weight: bold;
}  
.DIF_brs  #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #666666;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.DIF_brs  #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 295px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px;
}
A.return:link,A.return:visited {
	display: block;
	padding: 3px 9px 3px 0px;
	border: 1px solid #899bb7;
	color: #53647f;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 5px;
}
A.return:hover {
	text-decoration: underline;
	background-color: #cccc99;
}
A.reportButton:link,A.reportButton {
	display: inline;
	padding: 2px 15px 2px 15px;
	border: 1px solid #899bb7;
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #336699;
}
A.reportButton:hover {
	text-decoration: underline;
	background-color: #3B89C5;
}
.DIF_brs  #mainContent {
	padding: 0px 10px 0px 50px;
}  
.DIF_brs  #mainContent td {
	font-size: 12px;
}
.DIF_brs  #mainContent BLOCKQUOTE{
	font-size: 11px;
}
.DIF_brs  #mainContent h2 {
	display: block;
	font-size: 17px;
	padding: 0 0 4px 0;
	color: #666666;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
}
.DIF_brs  #mainContent h3 {
	font-size: 14px;
	font-weight: bold;
}
.DIF_brs  #mainContent label {
	display: block;
	font-size: 13px;
	font-weight: bold;	
}
.DIF_brs  #mainContent p, ul, li, div {
	font-size: 13px;
	color: #666666;
}
#error {
	display: block;
	padding: 2px 15px 2px 15px;
	border:none;
	font-size: 13px;
	margin-bottom: 20px;
}
#formDataChecker
{
	display: block;
	vertical-align: middle;
	font-size: 12px;
}
#formReg
{
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666666;	
}
#formIndent
{
	display: block;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666666;	
}
#tableHeader {
	font-size: 13px;
	font-weight: bold;
	color: #4f4f4f;
}
#viewReport {
	display: block;
	padding: 0 0 0 25px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #666666;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
.DIF_brs  #footer {
	padding: 20px 10px 0 20px;
	text-align: center;
} 
.DIF_brs  #footer  p {
	margin: 0; 
	padding: 10px 0;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
}	
.DIF_brs  #footer  hr    {
	color: #999999;
	height: 1px;
	background-color: #999999;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
A.DIFLinks:link,A.DIFLinks:visited {
    color: #3399CC;
    font-size: 100%;
	font-weight:normal;
    text-decoration: none;
}
A.DIFLinks:hover {
    color: #999999;
    font-size: 100%;
    font-weight:normal;
    text-decoration: underline;
}
A:link,A:visited {
    color: #3b89c5;
    font-size: 100%;
	font-weight:normal;
    text-decoration: none;
}
A:hover {
    color: #999999;
    font-size: 100%;
    font-weight:normal;
    text-decoration: underline;
}
.DIFLinks:link,.DIFLinks:visited {
    color: #3399CC;
    font-size: 100%;
	font-weight:normal;
    text-decoration: none;
}
.DIFLinks:hover {
    color: #999999;
    font-size: 100%;
    font-weight:normal;
    text-decoration: underline;
}
