body {
	margin				: 0px 0px 0px 0px;
	background			: #ffffff;
	border				: 0px;
	background-image	: url('../images/bkgndgrad.jpg');
	background-repeat	: repeat-x;
}

/*
#mainpage {
	width				: 800px;
}
*/

h1{
	font-family			: georgia, "serif";
	color				: #ad947b;
	font-weight			: normal;
	font-size			: 19px;
	line-height			: 25px;
	font-style			: italic;
}

h2{
	font-family			: georgia, "serif";
	color				: #666;
	font-weight			: bold;
	font-size			: 15px;
	line-height			: 20px;
	padding-top			: 10px;
}

p.head{
	font-family			: georgia, "serif";
	color				: #000;
	font-weight			: normal;
	font-size			: 19px;
	line-height			: 25px;
	font-style			: italic;
}

p.body1{
	font-family			: georgia, "serif";
	color				: #000;
	font-weight			: normal;
	font-size			: 14px;
	line-height			: 22px;
}

p.note{
	font-family			: georgia, "serif";
	color				: #777;
	font-weight			: italic;
	font-size			: 12px;
	line-height			: 22px;
}

.footer{
	font-family			: verdana, geneva, arial, "sans serif";
	color				: #999;
	font-weight			: normal;
	font-size			: 10px;
	line-height			: 12px;
	text-align			: center;
	padding				: 5px 0 10px 0;
}

.pagehead{
	font-family			: georgia;
	color				: #666;
	font-weight			: normal;
	font-size			: 25px;
	line-height			: 25px;
	padding				: 5px 0 10px 0;
}

.caption{
	font-family			: georgia, "serif";
	color				: #777;
	font-weight			: normal;
	font-style			: italic;
	font-size			: 12px;
	line-height			: 22px;
	text-align			: center;
}

a.body:link { 
	color: #536d18;
	text-decoration: none;
	border-color: #ccc;
	font-style: bold;
}
a.body:visited { 
	color: #536d18;
	text-decoration: none;
	border-color: #ccc;
	font-style: bold;
}
a.body:hover { 
	color: #fff;
	background-color: #ad947b;
	text-decoration: none;
	font-style: bold;
	border-color: #fff;
}
a.body:active { 
	color: #fff;
	text-decoration: none;
	border-color: #000;
	font-style: bold;
}

strong {
	color: #536d18;
}

hr.gray {
	background		: #ccc;
	color			: #ccc;
	height			: 1px;
	border			: 0px;
}

p.question{
	font-family			: georgia, "serif";
	color				: #666;
	font-weight			: bold;
	font-size			: 14px;
	line-height			: 14px;
	font-style			: italic;
	padding-top			: 15px;
}

p.answer{
	font-family			: georgia, "serif";
	color				: #000;
	font-weight			: normal;
	font-size			: 14px;
	line-height			: 22px;
}

li.list1 {list-style: decimal;margin-right:20px} 
li.list2 {list-style: lower-alpha;margin-right:20px}
li.list3 {list-style: decimal;margin-right:20px}

ul.body{
	font-family			: georgia, "serif";
	color				: #000;
	font-weight			: normal;
	font-size			: 14px;
	line-height			: 22px;
}

