/*
-----------------------------------------------
  Cjm Designs.com
  Stylesheet:  Typography.css
  Author:   C Matsumura
  Version:  1 October 2005
----------------------------------------------- */
body {
	background-color:#CCC;
	color: black;
	font: 11px/1.5em helvetica,verdana,geneva,sans-serif;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 5px;	
}



h1 {
	font-size: 218%;
	color: #666666;
	font-weight: bold;
	font-family: "Arial Narrow"; 
	margin: 20px 0 5px 0;
}
h2 {
	font-size: 164%;
	font-weight: bold;
	color: #4698c4;
}
h3 {
	font-size: 145%;
	margin-bottom: 10px;
}
h4 {
	font-weight: bold;
	font-size: 118%;
	margin-bottom: 5px;
}
p {
	padding: 0 0px 0 5px;
}
#sidebar {
	font-size: 1.1em;
	border-bottom:8px solid #9900CC;
	border-top:8px solid #9900CC;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.smallfont {
font-weight:normal;
font-size:.7em;
}

