
/* General */

body
{
	font-family: Verdana;
	font-size: 10pt;
	margin: 0px;
}

td
{
	font-family: Verdana;
	font-size: 10pt;
}

/* Links */

a
{
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #cc0000;
}

a.ArrowBlue
{
	background-image: url(/NetWave/Images/StyleSheet/ArrowBlue1.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 12px;
}

a.ArrowBlue:hover
{
	background-image: url(/NetWave/Images/StyleSheet/ArrowBlue2.gif);
}

/* Headings */

h1
{
	font-size: 14pt;
	color: #003399;
	font-family: Tahoma;
	font-weight: bold;

	background-image: url(/NetWave/Images/StyleSheet/BulletBlue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 4px 0px 20px 0px;
	padding: 0px 0px 0px 18px;	
}

h2
{
	font-size: 11pt;
	color: #000000;
	font-family: Tahoma;
	font-weight: bold;

	background-image: url(/NetWave/Images/StyleSheet/BulletBlueSmall.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;		
}

hr
{
	height: 1px;
	background-color: #999999;
}

/* Classes - General */

.Comment
{
	font-size: 8pt;
	color: #999999;
}

.AssemblyInfo
{
	font-size: 8pt;
	color: #999999;
}

.Quote
{
	font-size: 13pt;
	text-align: center;
	
	width: 260px;
	background-color: gainsboro;

	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 10px;
	
	border-top: darkgray 4px solid;
	border-bottom: darkgray 4px solid;
}

.QuoteSource
{
	font-size: 8pt;
	text-align: right;
	font-style: italic;
	
	margin-top: 20px;
}

/* Classes - Shadow */

.ShadowLeft
{
	BACKGROUND-POSITION-X: right;
	background-image: url(/NetWave/Images/StyleSheet/Shadow_Left.gif);
	background-repeat: repeat-y;
}

.ShadowLeftDark
{
	BACKGROUND-POSITION-X: right;
	background-image: url(/NetWave/Images/StyleSheet/Shadow_Left_Dark.gif);
	background-repeat: repeat-y;
}

.ShadowRight
{
	BACKGROUND-POSITION-X: left;
	background-image: url(/NetWave/Images/StyleSheet/Shadow_Right.gif);
	background-repeat: repeat-y;
}

.ShadowRightDark
{
	BACKGROUND-POSITION-X: left;
	background-image: url(/NetWave/Images/StyleSheet/Shadow_Right_Dark.gif);
	background-repeat: repeat-y;
}

/* skmMenu */

.Menu
{
	background-color: #EEEEEE;
	cursor: default;
}

.SubMenu
{
	background-color: #EEEEEE;
	cursor: default;
	border: #999999 1px solid;
	margin-top: -3px;
	margin-left: -4px;
}

.MenuItem
{
	width:166px;
	height:22px;
	border: #EEEEEE 1px solid;
}

.SubMenuItem
{
	width:166px;
	height:22px;
	border: #EEEEEE 1px solid;
}

.MenuItemOver
{
	width:166px;
	height:22px;
	border: #999999 1px solid;
	background-color: #cccccc;
}

.SubMenuItemOver
{
	width:166px;
	height:22px;
	border: #999999 1px solid;
	background-color: #cccccc;
}


