body
{
	font-family: Verdana, arial, helvetica, geneva, sans-serif;
	font-size: small;
	color: #333;
	background-color: #FFF2DB;
	line-height: 130%;
}

/* body links */
a:link
{
	color: #572583;
	text-decoration: underline;
}

a:active
{
	color: #572583;
	text-decoration: underline;
}

a:visited
{
	color: #572583;
	text-decoration: underline;
}

a:hover
{
	color: #FF4D00;
	text-decoration: underline;
}
/* END body links */

/* main link */
a.mainlink:link 
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color: #000000;
	padding: 4px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px dotted #000000;
}

a.mainlink:active
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color: #000000;
	padding: 4px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px dotted #000000;
	}

a.mainlink:visited
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color: #000000;
	padding: 4px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px dotted #000000;
	}

a.mainlink:hover
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	color: #000000;
	padding: 4px;
	background-color: #DACA7C;
	text-decoration: none;
	border: 1px dotted #000000;
	}
/* end main link */


/* columns */

.dotcol {
	background-image: url(graphics/outline.jpg);
	background-repeat: repeat-y;
}

/* END shadow columns */

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	line-height: 30px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #662529;
	line-height: 30px;
	
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A99944;
	line-height: 30px;
	
}
 .dottedbox	
{
	font-size: x-small;
	line-height: 120%;
	padding: 10px;
	margin: 15px;
	border: 1px dotted #000000;
}
