
p.temp
{
	font-size : larger;
	font-weight : bold;
	font-style : italic;
}

body
{
	width : 100%;
	height : 100%;
	font-family : Georgia, Times New Roman, serif;
	color : #005500;
	margin : 5px,5px,5px,5px;
	padding : 0px;
	background-color : #FFFFFF;
}

table.main
{
	height : 100%;
	width : 100%;
}

td.header
{
	height : 80px;
}

div.heading
{
	background-color:#000000;
	margin-top:20px;
	text-align:center;
	width:14.5em;
	padding:4px;
	color:#33CC33;
	font-size:2em;
	font-weight:bold;
}

tr.main
{
	vertical-align : top;
}

td.leftside
{
	padding : 5px 0px;
}

div.link
{
	border : medium double black;
	padding : 5px;
	margin-top : 5px;
	text-align : center;
	background-color : #009900;
}

div.link a, div.sub-link a
{
	color : white;
	font-weight : bold;
	text-decoration : none;
}

div.link a:hover
{
	color : #66CCFF;
}

div.sub-link
{
	text-align : right;
	border : thin solid black;
	border-top : none;
	padding : 3px;
	margin-left : 20px;
	background-color : #AAAAFF;
}

td.main
{
	padding : 10px;
}

p.center
{
	text-align : center;
}

p.Old-URL
{
  font-style : italic;
  text-decoration : line-through;
}

img
{
	border:none;
}

dt
{
	font-weight : bold;
}

td.bottom
{
	text-align : center;
	font-size : x-small;
	font-style : italic;
}

a
{
	color : #000099;
}

a:hover
{
	color : #3333CC;
}
