body {
 	leftmargin="0";
 	topmargin="0";
 	marginwidth="0";
 	marginheight="0";
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
	}

.caption  {
	font-family: Veranda,Arial; 
	font-size: 10px; 
    text-align: left;
    margin-left: 0; 
    margin-top: 0;
    margin-bottom:10;
    }

.lastupdate	{
	font-family: Arial;
	font-size: 8pt;
	text-align: right;
	color: #00FFFF; 
	font-style: italic;
	margin-right: 15
	margin-bottom: 2;
	}

.footer {
	font: normal 10px Arial, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	}

a.footer {
	font: normal 10px Arial, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

a:hover.footer {
	text-decoration: underline;
	}

.bodyCopy {
	padding-right: 0px;
	padding-left: 0px;
	text-align: justify;
	text-indent:0; 
	vertical-align: top;
	font-family:Arial;
	font-variant:normal;
	font-size:9pt;
	color: #003366;
	line-height:110%;
	margin-bottom:12;
	margin-left:0; 
	margin-right:0; 
	margin-top:0
	}
	
.cap {
	font-weight: normal;
	color:#444444;
	font-family: Georgia;
	font-size:24pt;
	text-align:left;
	vertical-align: top;
	float:left;
}

a {
	color: #272727;
	}
	
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 25px; line-height:150%
	}

dt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Trebuchet MS,Veranda,Arial;
	font-size: 10pt;
	font-weight:bold;	
	}

dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-indent:0;
	font-family: Veranda,Arial;
	font-size: 8pt; 
	}

blockquote {
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 12px;
	}

h1  {
	font-family: Trebuchet MS,Veranda,Arial;
	font-size: 14pt;
	color: #800080;
	font-weight: bold;
    margin-top:0; 
	padding-right: 10px;
	line-height:110%
    }
	
h2  {
	font-family: Arial; 
	font-size: 10pt; 
	font-style: italic; 
	font-weight: bold; 
    text-align: left;
    margin-left: 15; 
    margin-top:-10; 
	padding-right: 10px;
    }

h3  {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold; 
	text-align: left;
	margin-left: 6;
	color:#000000;
	margin-bottom: -8px;	
	}

h4  {
	font-family: Trebuchet MS,Veranda,Arial;
	font-size: 12pt;
	color: #800080;
	font-weight: bold;
	line-height:110%
    }

h5  {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold; 
	text-align: left;
	margin-left: 6;
	color:#000000;
    margin-top:20; 
    margin-bottom: 10px;
    }    
    

.bodyHeader {
	font: 18px Arial, Arial, Helvetica, sans-serif;
	color: #505050;
	letter-spacing: .01em;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
	}
	
body         { text-align: left }

/*
These classes can be used to customize the syndication page include to match the look and feel of your site. First you should copy and paste the PHP code into your page, and then copy and paste these classes into your cascading style sheet, editing them as you like. Try the "How-to" page for more info.
*/

/* page border for syndication page */
.synd_bordertable { 
  background:   white; 
  border-width: 0px; 
  border-style: solid; 
  border-color: black; 
}

/* table container for syndication form */
.synd_maintable { 
  background:   white; 
  border-width: 1px; 
  border-style: solid; 
  border-color: #ACBAC8;
}

/* Form header cells with header text */
.synd_header { 
  padding: 5px; 
  background: #ACBAC8; color: white; 
  font-size: 14px; font-family: "Trebuchet MS"; font-weight: bold;
}

/* Form main content sections */
.synd_sections { 
  padding: 5px; 
  background: white; color: black; 
  font-family: "Trebuchet MS"; 
  font-size: 10px 
}

/* buttons */
.synd_button {
  
}

/* item link properties, such as text-decoration and etc */
.synd_link { color: blue; text-decoration: none; }
.synd_link:visited { color: blue; text-decoration: none }
.synd_link:hover { color: blue; text-decoration: underline }
