A:link	 
{Text-Decoration: None; color: #0000cd; font-weight: bold;}

A:link.menu
{Text-Decoration: None; color: #ffffff;}

A:visited
{Text-Decoration: None; color: #0000cd; font-weight: bold;}

A:visited.menu
{Text-Decoration: None; color: #ffffff;}

A:hover
{Text-Decoration: Underline; color: #0000cd; font-weight: bold;}

A:hover.menu
{Text-Decoration: None; color: #ffffff;}

A:active
{Text-Decoration: None; color: #000000; font-weight: bold;}


BODY
{

    Font-Family: Arial, Helvetica;
}

td.body
{
	background: #ffffff;
	font-family: arial,helvetica;
	vertical-align: top;
	padding: 10px;

}

td.title1
{	
	text-align: right;
}

td.menu
{
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	background: #000000;
	color: #ffffff;
	padding: 0px;
	text-align: center;
	font-family: arial,helvetica;
	font-size: 80%;

}

td.menuover
{
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	background: #000000;
	color: #ffffff;
	padding: 0px;
	text-align: center;
	font-family: arial,helvetica;
	font-size: 80%;
}

td.menucurrent
{
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	background: #ffffff;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-family: arial,helvetica;
	font-weight: bold;
	font-size: 80%;
}

td.heading
{
	background: #0000cc;
	text-align: right;
	vertical-align: text-top;
	padding: 3px;
	color: #ffffff;
	font-family: arial,helvetica;
	font-size: smaller;
	font-weight: bold;
}

td.topheading
{
	background: #0000cc;
	text-align: center;
	vertical-align: text-top;
	padding: 3px;
	color: #ffffff;
	font-family: arial,helvetica;
	font-size: smaller;
	font-weight: bold;
}


td.data
{
	background: #d3d3d3;
	text-align: left;
	vertical-align: text-top;
	padding: 3px;
	color: #000000;
	font-family: arial,helvetica;
	font-size: smaller;
}

td.title
{
	text-align: right;
	vertical-align: text-bottom;
	padding: 3px;
	color: #ffffff;
	font-family: arial,helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: large;
}

.img_over
{border-color: blue; border-style: solid; margin: 0px; border-width: 2px; }
   
.img_out
{border-style:none; margin: 2px}

/*
to use img_over & img_out add the following line to image tag:

id="name" class=img_out 

and add following to link tag:

onmouseout="name.className='img_out';" onmouseover="name.className='img_over';"

replace "name" with unique name for each image

BODY
{
    SCROLLBAR-FACE-COLOR: #0000CC;
    SCROLLBAR-HIGHLIGHT-COLOR: #000099;
    SCROLLBAR-SHADOW-COLOR: #696969;
    SCROLLBAR-3DLIGHT-COLOR: #333333;
    SCROLLBAR-ARROW-COLOR: #999999;
    SCROLLBAR-TRACK-COLOR: #000066;
    SCROLLBAR-DARKSHADOW-COLOR: #111111;
}

*/
