/* thepiepeddler.com Basic CSS Styles */
body, div, td, th, h2, h3, h4, h5, h6 { 
    font-family: verdana,sans-serif;
    color: #333;
    margin: 0px;
}  

body {
    background-color: #FFF;
    /*BACKGROUND: url(logo-bg.jpg) no-repeat;*/
    font-size: 12px;
    padding: 5px;
    margin: 0px;
}

p { line-height: 140%; }

h1,h2 {
    font-family: "trebuchet ms";
    font-weight: bold;
    color: #333;
}

h1 {
    font-size: 22px;
    margin: 0px;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 
{
    font-size: 20px;
    padding-bottom: 2px;
}

h3 
{
    font-size: 14px;
	color: #FF0000;
	/*padding-top: 5px;
	border-top-color: #999999;
	border-top-style: dotted;
	border-bottom-style:solid;*/
	
}

h4 
{
    font-size: 14px;
	padding-top: 1px;
	padding-bottom: 5px;
    font-style: italic;
}

h5 
{
    font-size: 15px;
	font-style: italic;
	font-weight: 700;
	padding-bottom: 15px;

}

h6
{
    font-size: 13px;
	font-style: italic;
	color:#990099;
	padding-top: 5px;
	border-top-color: #990099;
	border-top-style: groove;


	
}


p.note, p.copyright {
/*background: #EEE;*/
/*background-color:#99FFFF;*/
background-color:#000;
padding: 0px 4px 0px 4px;
font-family: tahoma;
font-size: 95%;
line-height: 130%;
margin: 0px 0px 4px 0px;
color: #006600;
/*color: #D2D2D2;*/
}


p.note 
{
    border-bottom: 1px solid #999;}
	
	
p.footnote 
{
    font-size: 10.5px;
	padding-top: 1px;
	padding-bottom: 5px;
    font-style: italic;
}

p.copyright 
{
	background-color:#FFCC99;
    border-top: 1px solid #999;
    text-align: center;
}



td { vertical-align: top; }

th { 
text-align: left;
font-weight: bold;
font-style: italic;
}

th.ctr { 
text-align: center;
}

ul.nogap {
margin: 0px 5px 3px 23px;

}
