/* CSS Document */
table.defaultBorder {
	border: 1px solid;
	border-collapse: collapse;
	cellspacing: 0;
	cellpadding: 0;
	border-color: #CCCCCC;
}
table.noBorder {
	border: 1px solid;
	border-collapse: collapse;
	cellspacing: 0;
	cellpadding: 0;
	border-color: #000000;
}

td.solidBottom{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-style:solid;
	border-color:#C0C0C0;
}
td.noBottom{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#FFFFFF;
}
td.noTop{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#FFFFFF;
}
td.solidLeft{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-left-style:solid;

	border-color:#C0C0C0;
}
td.solidRight{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-right-style:solid;
	border-color:#FFFFFF;
}
td.solidRightFooter{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-right-style:solid;
	border-color:#C0C0C0;
}
td.solidLeftRight{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#C0C0C0;
}
td.solidRightBottom{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-right-style:solid;
	border-bottom-style:solid;

	border-color:#C0C0C0;
}
td.solidCell{
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-color:#CCCCCC;
}
.heading{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.headingRed{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.default{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.defaultBold{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.defaultRed{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a.headingLinks{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a.headingLinks:hover{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.header{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.header:hover{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.footer:hover{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
a.defaultLinks{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.defaultLinks:hover{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
