/* CSS Document */

<!--
/* Body Attributes */
body { 
	font-size: 11pt; 
	font-family:Times, Times New Roman, serif ; 
	font-style:normal; 
	font-color: #666666; 
	text-align:left; 
}

p.title {
	font-size:13; 
	font-weight: bold; 
	Filter: Glow(Color=#2650DD, Strength=3);
}

.copyright {
	font-family:Verdana, sans-serif ; 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration:none; 
	align:center;
}

.copyright a{
	font-family:Verdana, sans-serif ; 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration:none; 
	align:center;
}


/* Link Styles */
A:link { color: #2650DD }
A:visited { color: #2650DD }
A:hover { text-decoration: underline; } 
A:aLink { color: #FF0000 }


/* Index Link Styles */
td.linkFat a:hover { 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration:none; 
	background-color:E3E9FC; 
}

.linkFat a { 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration:blink; 
}

H1 { 
	font-size: 10pt;
	font-family:Arial, Halvelica; 
	line-height: 4pt; 
	text-indent:15; 
	border-width: 10px; 
	background-color:E3E9FC; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 10px; 
	margin-right: 0px;
} 

/* Cost Page */
H2 { 
	font-size: 12pt; 
	font-family:Times, Times New Roman, serif ; 
	font-style:bold; 
	font-color: #2650DD; 
	text-align:left; 
}


/* Skins for Right-click Menu */
.skin0 {
cursor:default;
position:absolute;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
width:200px;
border:2px shaddow black;
background-color:white;
line-height:10px;
visibility:hidden;
}
.skin1 {
cursor:default;
position:absolute;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
width:200px;
border:1 solid buttonface;
border:2 outset buttonhighlight;
background-color:white;
visibility:hidden;
font:menutext;
font-size: 8pt;
}
.menuitems {
padding-left:10px;
padding-right:10px;
}

.style1 {color: #2650DD}
.style2 {font-size: xx-small}

-->