body
	{
	background-color: #cccccc;
	background-image: url(img/textbg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	}
.boxed
	{
	background-color: white;
	border: 1px solid #333333;
	}
h1,h2,h3,h4,h5,p,ul,ol,dl,pre,hr
	{
	color: #333333;
	margin:10px;
	}
td
	{
	color: #333333;
	}
h1,h2,h3,pre
	{
	font-family: 'Courier New', Courier, monospace;
	}
p,td,ul,ol
	{
	font-family: Arial, Verdana, sans-serif;
	}
p,td,ul,ol,pre
	{
	font-size: 14px;
	}
h1
	{
	font-size: 30px;
	}
h2
	{
	font-size: 24px;
	}
h3
	{
	font-size: 18px;
	}
img
	{
	border-width: 0px;
	}
.foot
	{
	font-size: 12px;
	}
.foot2
	{
	font-size: 10px;
	text-align: right;
	}
hr
	{
	width: 100px;
	text-align: left;
	}
a:link
	{
	color: #006666;
	text-decoration: underline;	
	}
a:visited
	{
	color: #003333;
	text-decoration: none;	
	}
a:active,a:hover
	{
	color: #009999;
	text-decoration: underline;
	}
.indent,li
	{
	margin-left: 30px;
	margin-right: 30px;
	}
.in
	{
	border:1px solid #cccccc;
	}