body
{
	font-family: Georgia, "Palatino Linotype", Sylfaen, Tahoma, serif;
	font-size: 12pt;
	background-color: #C8C8FF;
}

table
{
	border: 0px;
}

td
{
	text-align: center;
	vertical-align: middle;
	border: 0px solid black;
}

.leftalign
{
	text-align: left;
	vertical-align: top;
}

a:visited, a:link
{
	color: blue;
}

a:hover, a:active
{
	color: green;
}

td.header
{
	font-size: 18pt;
	font-weight: bold;
	padding: 15px;
}

td.content
{
	padding: 25px;
}

td.footer
{
	border-top: 1px solid navy;
	font-size: 9pt;
	padding: 15px;
}

.menucell
{
	width: 25%;
}

a.menulink, a.menulink:visited
{
	display: block;	
	color: black;	
	background-color: #9999FF;
	text-decoration: none;
}

a.menulink:hover
{
	display: block;
	color: yellow;
	background-color: #FF8C00; /*darkorange*/
}

span.currentmenulink
{
	display: block;	
	color: white;
	background-color: navy;
	font-weight: bold;
}

span.smallheader
{
	font-size: 14pt;	
}

span.smallnote
{
	font-size: 9pt;
	font-style: italic;
	color: #666666;
}

.alert
{
	 background-color: white;
	 border: 5px solid red;
	 padding: 20px;
}

.hidden
{
	display: none;
}

.reversecode
{
	unicode-bidi: bidi-override;
	direction: rtl;
}

acronym
{
	padding-bottom: 0px;
	border-bottom: 1px dotted black;
	cursor: help;
}

/*
	font.header {font-size: 14pt}
	li {font-size: 12pt}
	
	.top-left {background: #ADC7FF url("img/top-left.gif") top left no-repeat;}
	.top-right {background: url("img/top-right.gif") top right no-repeat;}
	.bottom-left {background: url("img/bottom-left.gif") bottom left no-repeat;}
	.bottom-right {background: url("img/bottom-right.gif") bottom right no-repeat;}
	.content {padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 10px; border: 2px dashed #7777FF;}*/
