/* CSS Document */
body,td,input,textarea{ 
 font-family:Verdana,Arial;
 font-size:12px;
 color:black;
}
h1,.title_type{ 
 font-family:Verdana,Arial;
 font-size:16px;
 font-weight:bold;
 color:black;
}
.text_type{ 
 font-family:Verdana,Arial;
 font-size:14px;
 color:black;
}
ol,ul{
   type:"square";
   font-size:12px;
   font-family:"Arial";
   line-height: 200%;
}

a,a.link,a.visited{
   color:#5983CC;
   font-weight:bold;
   line-height: 150%;
   text-decoration:underline
}
a:hover,a.select{
   background-color: green;
   color: #00ff00;
   font-weight:"bold";
   line-height: 150%;
   text-decoration:none
}
	
a.listdata:link,a.listdata:visited{
   color:#5983CC;
   font-weight:bold;
   text-decoration:none
}
a.listdata:hover{
   color:red;
   font-weight:"bold";
   background:#DDFFBB;
   text-decoration:underline;
}
P.animator{
   color:#C9D8F0;
   font-size:18px;
   height:0;
   filter:dropshadow(Color=#5983CC, OffX=1, OffY=1);
}
P.animator1{
   color:red;
   font-size:20px;
   font-style:bold;
   height:0;
   filter:dropshadow(Color=white, OffX=1, OffY=1);
}

.shadow1{
 color:black;
 font-size:14px;
 font-weight:bold;
 text-decoration:none;
 height:0;
 filter:dropshadow(Color=white, OffX=1, OffY=1);
}
.shadow4{
 color:#389A99;
 font-size:16px;
 font-weight:bold;
 text-decoration:none;
 height:0;
 filter:dropshadow(Color=white, OffX=1, OffY=1);
}
TD.H{
   background-color:#389A99;
   color:white;
   CURSOR:hand;
   text-decoration:underline;
}

TD.FIX{
	background-color:#389A99;
	color:white;
	text-decoration:underline;
	CURSOR:hand;
	bordercolor:#339999;
	bordercolorlight:#5983CC;
	background-position: center;
}

.button
{
	BACKGROUND: Gainsboro;
	BORDER-BOTTOM: #f5deb3 2px solid inset; 
	BORDER-LEFT: #f5deb3 3px solid inset;
	BORDER-RIGHT: #f5deb3 2px solid inset;
	BORDER-TOP: #f5deb3 3px solid inset;
	COLOR: #0000ff;
    FONT-WEIGHT: bolder;
	FONT-SIZE: 14px;
	CURSOR: hand; 
	PADDING-LEFT: 1px; 
	PADDING-BOTTOM: 1px;
	PADDING-RIGHT: 1px; 
	PADDING-TOP: 1px 
}
.tdSub
{
    BACKGROUND-COLOR: #ffffff;
    FONT-SIZE: 16px;
    FONT-FAMILY: Verdana;
}

A.menu
{
    BACKGROUND-COLOR: lightgrey;
    BORDER-BOTTOM: oldlace outset;
    BORDER-LEFT: oldlace outset;
    BORDER-RIGHT: oldlace outset;
    BORDER-TOP: oldlace outset;
    COLOR: darkblue;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bolder;
    HEIGHT: 3px;
    MARGIN: 3px;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 2px;
    TEXT-DECORATION: none;
    WIDTH: 3px
    CLEAR: right;	
}
A.menu:active
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: red;
    TEXT-DECORATION: none
}
A.menu:link
{
    BACKGROUND-COLOR: gainsboro;
    COLOR: brown;
    TEXT-DECORATION: none;
    FONT-FAMILY: Verdana, 'Times New Roman'
}
A.menu:HOVER
{
    BACKGROUND-COLOR: oldlace;
    BORDER-BOTTOM: orange inset;
    BORDER-LEFT: orange inset;
    BORDER-RIGHT: orange inset;
    BORDER-TOP: orange inset;
    COLOR: mediumblue;
  /*  FONT-STYLE: italic; */
    TEXT-DECORATION: underline
}
.menu_border_left
{
/*
    background-image: url(/cicta/images/side_line.gif) no-repeat;
	background-repeat:no-repeat;
    BORDER-LEFT: #66CC66 2px solid;
*/
    BORDER-LEFT: #ff9966 2px solid;
    BORDER-TOP: #ff9966 2px solid;
	BORDER-BOTTOM: #ff9966 2px solid;
	TEXT-ALIGN: center;
}
.menu_border_right
{
/*    BORDER-RIGHT: #66CC66 2px solid; */
    BORDER-RIGHT: #ff9966 2px 2px solid;
    BORDER-TOP: #ff9966 2px solid;
	BORDER-BOTTOM: #ff9966 2px solid;
	TEXT-ALIGN: center;
}
.menu_style
{
    BORDER-TOP: #ff9966 2px solid;
	BORDER-BOTTOM: #ff9966 2px solid;
	TEXT-ALIGN: center;
}
.menu_style_over
{
    background-image: url(/images/bg_body.gif);
/*	background-repeat:no-repeat;*/
    BORDER-TOP: #ff9966 2px solid;
	BORDER-BOTTOM: #ff9966 2px solid;
	TEXT-ALIGN: center
}

.boundary
{
    BORDER-RIGHT: #ffffff 2px dotted
}

