body  {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color : #000;
	margin : 20px;
	padding : 10px;
	background : #fff !important;
}

a	{text-decoration : none;}
a:link  {color : #390;}
a:visited {color : #c60;}
a:hover	{
	color : #c60;
	text-decoration : underline;}
a:active {
	color : #c60; 
	text-decoration : underline;}
a.name	{
	color : #000; 
	text-decoration : none;
}

h1,h2,h3,h4,h5,p,blockquote,q,cite,ol,ul,li,dl,dd,dt,caption,span,div,td,th
	{font-family : Geneva, Arial, Helvetica, sans-serif;}

h1	{font-size : 1.3em;}

h2	{font-size : 1.3em;}

h3	{font-size : 1.1em;}

h4  {font-size : 1em;}

h5  {font-size : .9em;}

blockquote {
	font-style : italic;
	font-size : .9em;
	margin-left : 10%;	
}

dt {background : #fed;}

caption {font-style : italic;}

table {margin-left : 6%;}

input {display : inline;}

img {border : none;}

/* header */

#header {
	width : 100%;
	border-bottom : 1px solid #cdcdcd;
	}

.skip img {display : none !important;}
	  
h1.title  {
	font : bold italic 1.7em "Book Antiqua", "Lucida Handwriting", Geneva, Arial, Helvetica, sans-serif;
	color : #000;
}

/* navigation */

#navigation {
	display : none;
}

.navtitle  {
	display : none;
}

#subnav {
	display : none;
}

/* main content */

#main {width : 100%;}

#main a	{text-decoration : underline;}

#main ul, dl, ol {margin : 1.5em 10% 1.5em 10%;}

#main li, dd {
	padding-top: .3em;
	padding-bottom: .2em;
}

/* footer */

#footer {display : none;}

/* classes */

.center {text-align : center;}

.justify {text-align : justify;}

.margin10 {margin-left : 10%}

.small  {font : .8em Geneva, Arial, Helvetica, sans-serif;}

.smallcenter  {
	font : .8em Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
}

.right  {text-align : right;}

.smallright  {
	font : .8em Geneva, Arial, Helvetica, sans-serif;
	text-align : right;
}

.smallrightitalic  {
	font : italic .8em Geneva, Arial, Helvetica, sans-serif;
	text-align : right;
}

.date  {
	font : bold .8em Geneva, Arial, Helvetica, sans-serif;
}

.textbox {
	background : #efefef;
	padding : 10px;
	margin-left : 8%;
	margin-right : 8%;
}
	
.nobullet {
	list-style : none;
}

.hide {display : none;}

.clear {
	clear : both;
	margin-left : 0px;
}

