body		{ margin: 0px;
			background-color: #FFFFFF;
		}

img		{ border: 0px;}
img.border		{ border: 2px solid #666699; }

img.img150		{ border: 2px solid #666699;
				width: 150px;
				height: 113px;
			}

img.img113		{ border: 2px solid #666699;
				width: 113px;
				height: 150px;
			}

img		{ border: 0px;}

table		{ border-collapse: collapse;
		}

table.maintable	{ background-color: #CCCC99;
			width: 760px;
			border: 2px solid #666699;
		}

div.maindiv	{ background-image: url('images/background-left.gif'); 
			background-position: left 0px;
			background-repeat: repeat-y;
		}

div.seconddiv	{ background-image: url('images/background-right.gif'); 
			background-position: right 0px;
			background-repeat: repeat-y;
		}

td		{ vertical-align: top;
		}

h2		{ font-family: Perpetua, "Book Antiqua", times, serif;
			font-size: x-large;
			color: brown;
			text-align: left;
			margin-top: 0.25em;
			margin-bottom: 0em;
		}

p,td		{ font-family: "Book Antiqua", arial, sans-serif;
			font-size: small;
			font-weight: bold;
			text-align: justify;
			margin-top: 0px;
			margin-bottom: 0.75em;
		}

a		{ font-family: "Book Antiqua", arial, sans-serif;
			font-size: small;
			color: blue; #CC6600;
			text-align: center;
			margin-top: 0.25em;
			margin-bottom: 0.25em;
		}

a:hover		{ color: #990099; }

a.fontsize	{ font-weight: bold;
			color: #FFFFFF;
		}

a:hover.fontsize	{ color: blue;
		}

p.menu		{ margin-top: 0.25em;
			margin-bottom: 0em;
		}

a.menu		{ font-family: "Book Antiqua", arial, sans-serif;
			font-size: small;
			font-weight: bold;
			color: #000000;
		}

a:hover.menu		{ color: blue; }

