/*      Oblic overlapping tabs      */

ul.tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	background: #ffffff;
/*	margin-left: 7px; IE hack*/
}

	
ul.tabs li {
	float: left; 
	display: block; 
	height: 32px;
	padding-right: 24px;
	margin-left: -7px;
	background: url(images/tabright-back.gif);
	background-repeat: no-repeat;
	background-position: right top;
	white-space: nowrap;
	position: relative;
}


ul.tabs li#current {
	z-index: 7;
	font-weight: bold;
	height: 32px;
	background-image: url(images/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;


}

a.tablink	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	background-image: url(images/tableft-back.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
	line-height: 36px;
	text-decoration: none;
	height: 32px;


}

a.tablinked {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	line-height: 36px;
	text-decoration: none;
	background-image: url(images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 32px;


}

a#first {
	background-image: url(images/tableft-first.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.tablink:link	{	
	color: #003399;
	text-decoration: none;
}

a.tablink:visited, a#first.visited	{
	color: #003366;
	text-decoration: none;
}

a.tablink:active {
	color: #FF0000;
	text-decoration: none;
}

a.tablink:hover	{
	color: #FF0000;
	text-decoration: none;
}

a.tablinked:link, a.tablinked:visited, a.tablinked:active, a.tablinked:hover  
{
	color: #FFFFFF;
	text-decoration: none;

}

/* table and background stuff */

.tabbg
{
	background-image: url(images/tab_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.tl {
	background-image: url(images/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;

}

.tr {
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;

}

.bl {
	background-image: url(images/bl.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;

}

.br {
	background-image: url(images/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;

}

.wtl {
	background-image: url(images/wtl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;

}

.wtr {
	background-image: url(images/wtr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;

}

.wbl {
	background-image: url(images/wbl.gif);
	height: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;

}

.wbr {
	background-image: url(images/wbr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;

}


table.white
{
	background: #FFFFFF;
	width: 95%;

}

.padded {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #333333;

}
.t {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.b {
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
}
.large {
	font-size: 120%;
}
.larger {
	font-size: 150%;
}
.xlarge {
	font-size: 200%;
}


table.white
{
	background: #FFFFFF;
	width: 95%;

}

.padded {
	padding-right: 15px;
	padding-left: 15px;
}
body {
	background-color: #FFFFFF;
	padding: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.redpadded {
	padding-right: 20px;
	padding-left: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.rightpic {
	float: right;
	padding-left: 10px;
}
