body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:.8em;
	font-family: Arial, Helvetica, sans-serif;
}

h1	{font-size:1.6em;}
h2	{font-size:1.4em;}
h3	{font-size:1.3em;}

.bgimage {
	background-image: url(/images/bgcastle.gif); 
	background-repeat: no-repeat;
	background-position: right bottom;
}
.linetop {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0267BF;
}
.linebot {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0267BF;
}
td {
	
	color: #7D539A;
}
.header {
	font-size: 130%;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #7D539A;
}
.center { 
	text-align:center
}
.right { 
	text-align:right
}
.left { 
	text-align:right
}
.imgFloatRight			{float:right; margin:0 0 .5em .5em;}
