/* CSS Document */

body
{
	background-color:#EEEEEE;
	background-image:url(images/grad.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin:0px;

}

.h2Style
{
	border-bottom:solid 1px #666666;
	line-height:18px;
	font-size:16px;
	font-family:skia, ariel;
	font-weight: bold;
}

.h2StyleLink
{
	border-bottom:solid 1px #666666;
	line-height:18px;
	font-size:16px;
	font-family:skia, ariel;
	color:#0000FF;
}

.pStyle
{
	text-indent: 1em;
	line-height:16px;
	font-size:14px;
	font-family:skia, ariel;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.leftTab
{
	padding-left: 20px;
	white-space: nowrap;
	background-color:#FFFFFF;
	background-image:url(images/grad28.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: left;
	border: solid 1px #CCCCCC;
	font-size: 14px;
	height: 28px;
	cursor:pointer;
}

.leftTabLive
{
	padding-left: 20px;
	font-weight:bold;
	white-space: nowrap;
	background-color:#FFFFFF;
	background-image:url(images/grad28.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: left;
	border: solid 1px #999999;
	font-size: 14px;
	height: 28px;
}

.tab
{
	cursor:pointer;
	padding-left:5px;
	padding-right:10px;
	margin-right:20px;
	margin-left:5px;
	color:#0000FF;
	font-weight:normal;
}

.tab:HOVER
{
	text-decoration:underline;
}

.tabLive
{
	margin-right:20px;
	padding-left:5px;
	padding-right:10px;
	margin-left:5px;
	color:#000000;
	font-weight:bold;
}