body {
	color: #2a2a2a;
	background-color: #F6F6F6;
	font-family: Courier New, Courier, fixed;
	font-size: 10pt;
}

table {
	font-size: 10pt;
}

table.mainTable {
	height: 100%;
	width: 100%;
	background: transparent url('/pics/background.png') left bottom repeat;
	background-color: #F6F6F6;
	border: solid 1px #D0D0D0;
	font-size: 10pt;
}

table.mainTable .header{
	height: 1%;
}

table.mainTable .header .headerTable{
	width: 100%;
	min-height: 35px;
}

table.mainTable td.header table.headerTable td.leftCorner {
	width: 15px;
	height: 34px;
	background: transparent url('/pics/headerCornerLeft.png') left bottom no-repeat;
}

table.mainTable td.header table.headerTable td.shadow {
	height: 34px;
	background: transparent url('/pics/headerShadow.png') bottom repeat-x;
}

table.mainTable td.header table.headerTable td.rightCorner {
	width: 15px;
	height: 34px;
	background: transparent url('/pics/headerCornerRight.png') right bottom no-repeat;
}

table.mainTable td.header table.headerTable td.content {
	padding: 1em;
	padding-bottom: 0.1em;
	background: transparent url('/pics/headerBackground.png') top repeat;
}

table.mainTable td.content {
	height: 100%;
	padding: 1em;
	vertical-align: top;
}

table.mainTable .footer {
	height: 1%;
	padding: 1em;
}

table.menuTable {
	
}

p {
	font-size: small;
}

p.header {
	font-weight: 900;
	font-size: x-large;
}

p.headerInfo {
	margin: 0%;
	padding: 0;
	font-size: 10pt;
}

p.author {
	font-size:small;
	margin-bottom: -0.7em;
	margin-right: -0.7em;
	text-align: right;
	color: #d6d6d6;
}

p.author:hover {
	color: #2d2d2d;
}

a {
	text-decoration: none;
	outline:none;
	border-bottom: 1px dotted;
	color: #2a2a2a;
}

a:link {
	color: #2a2a2a;
}

a:visited{
	color: #8a8a8a;
}

a:hover {
	font-weight: bold;
	color: #777777;
	border-bottom: 1px dotted;
}

a:active {
	color: #000000;
	border-bottom: 1px solid;
}

a.index {
	border-bottom: none;
}

div.stain1 {
	position:absolute;
	right: 1em;
	bottom:5em;
	background: transparent url('/pics/stain1.png') left top no-repeat;
	width: 91px;
	height: 79px;
}

div.stain2 {
	position:absolute;
	left: 1em;
	top:10em;
	background: transparent url('/pics/stain2.png') left top no-repeat;
	width: 96px;
	height: 101px;
}

div.stain3 {
	position:absolute;
	left: 5em;
	top:1em;
	background: transparent url('/pics/stain3.png') left top no-repeat;
	width: 55px;
	height: 68px;
}

div.stain4 {
	position:absolute;
	left: 20em;
	bottom:1em;
	background: transparent url('/pics/stain4.png') left top no-repeat;
	width: 117px;
	height: 59px;
}

img.photo {
	float: right;
	width: 203px;
	height: 215px;
}

input, textarea {
	border: solid 1px #D0D0D0;
	background: transparent url('/pics/background.png') left bottom repeat;
	width: 256px;
	font-family: Courier New, Courier, fixed;
	font-size: 10pt;
}

input:hover, textarea:hover {
	border: solid 1px #000;
}

textarea {
	height: 64px;
}

input.button {
	width: 128px;
}
