/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, H6, TH, TD, THEAD, TFOOT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  COLOR: #84317B;
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.DSH 
{
	Filter: DropShadow(Color=#FFFFCC, OffX=4, OffY=4, Positive=2);
}
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

TD {
	font-size:	0.8em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
  }
  
A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

A:link	{	
	color:	#3333cc;
	}	
		
A:visited	{	
	color:	#333399;
	}	
		
A:active	{	
	color:	#333399;
	}	
		
A:hover	{	
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
#list-menu {
  width: 150px;
  }
#list-menu ul {
  margin: 0; 
  padding: 0;
  list-style-type: none;
  } 
#list-menu li {
  margin: 2px 0 0;
  font-family: verdana, arial, sanf-serif;
  font-size: 12px;
  font-weight: bold;
  } 
#list-menu a {
  color: #FFFFCC;
  display: block;
  width:150px;
  padding: 2px 2px 2px 10px;
  border: 1px solid #000000;
  background: #84317B;
  font-family: verdana, arial, sanf-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  filter: blendTrans(duration=0.5);
  }
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
  color: #FFFFCC;
  }
#list-menu a:hover {
  border: 1px solid #000000;
  background: #FFFFCC;
  color: #84317B;
  }

.VT {
  color: #000000;
  font-family: verdana, arial, sanf-serif;
  line-height: 12pt;
  font-size: 10pt;
  text-decoration: none;
  filter: flipv fliph;
  direction: rtl;
  writing-mode: tb-rl;
}