/* Cascading Style Sheet (CSS) fpdbaseformat.css for fatpawdesign.com */
/* This is the work of Fat Paw Design, Hubertus, WI copyright 2005 - 2006 */
/* Current as of 2006/02/19 */

/* Reset CSS */

*	{
	margin: 0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,cite,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

p,dl,ol,ul	{
	font-size: 1.0em;
	margin-bottom: 1.5em;
}

h2	{
	font-size: 1.5em;
	line-height: 1.0em;
}

h3	{
	font-size: 1.25em;
	line-height: 1.20em;
}

h4	{
	font-size: 1.0em;
	line-height: 1.5em;
}

h5	{
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
}
	
dl,ul	{
	list-style: none;
}

dl,ol,ul	{
	list-style-position: outside;
	margin-left: 30px;
}

dd	{
	margin-left: 15px;
}

:link,:visited	{
	text-decoration: none;
}

img,a img,:link img,:visited img	{
	border: none;
}

a:link, a:visited {
	text-decoration: underline;
}

.fleft	{
	float: left;
}

.fright	{
	float: right;
}

.clearboth	{
	clear: both;
}

.underline	{
	text-decoration: underline;
}
abbr,acronym,dfn {
	cursor: help;
}

abbr,acronym,dfn	{
	border-bottom: dashed 1px gray;
	font-style: italic;
}

acronym,address	{
	font-style: normal;
}

code,kbd,pre	{
	font-family: "Courier New", monospace;
	font-size: 1em; 
}

cite	{
	font-family: "Arial", sans-serif;
	font-size: 100%;
	font-weight: bold;
}

a.nolink:hover	{
	color: #000;
}

a.return	{
	color: #00f;
}

a.youarehere	{
	color: #fff;
}

/*base.css*/

body,html   {
	font-size: 100%;
	color: black;
	background-color: white;
}

span.curlyquote:before	{
	content: open-quote;
}

span.curlyquote:after	{
	content: close-quote;
}

span.linethrough	{
	text-decoration: line-through;
}

span.smalldate	{
	font-size: smaller;
}

span.underline	{
	text-decoration: underline;
}
