/*   global definitions   */
a img {
	border: none;
}

table {
	font-family: Georgia, "Times New Roman", Serif;
}

td {
	vertical-align: bottom;
	padding: 5px 10px;
}

.sig {
	text-align: right;
}



/*   body and all div definitions   */
html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 100%;
}

div#all {
	text-align: left;
	margin: 0px auto;
	width: 775px;
	height: 100%;
}

div#header {
	margin: 0px auto;
	text-align: center;
	height: 102px;
	overflow: hidden;
}

div#header img {
	padding: 0px;
	margin: 0px;
}

div#header a {
	text-decoration: none;
}



/*   top menu definitions   */
div#topmenu {
	display: none;
}


/*   left menu definitions   */
div#leftmenu {
	display: none;
}


/*  right picture definitions   */
div#pictures {
	display: none;
}


/*   content definitions   */
div#content {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Serif;
}

div#content h1 {
	font-size: 1.25em;
	font-weight: normal;
}

div#content h2 {
	font-size: 1.1em;
	font-weight: normal;
}

div#content p {
	font-family: "Quick Type", Tahoma, Arial, Sans-serif;
}

div#content ul {
	list-style-type: none;
}

div#content li {
	list-style-type: none;
}


div#content li.title {
	font-size: 1.25em;
	font-weight: bold;
	list-type: none;
}

div#content a {
	color: black;
}