
#Footer {
	color: black;
	font-size: 8pt;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	}

.BlueButton {
	cursor : pointer;
	text-align : left;
	text-decoration : none;
	color : #ffffff;
	background : #336699;
	border-top : 2px solid #99CCCC;
	border-left : 2px solid #99CCCC;
	border-right : 2px solid #24486B;
	border-bottom : 2px solid #24486B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left : 20px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 3px;
	width : 130;
	font-size : xx-small;
	font : bolder;
}

.TableSortButton {
	cursor : pointer;
	text-align : center;
	text-decoration : none;
	color : Black;
	background : #8AB0BF; /* #CCCCFF;*/
	border-top : 2px solid #99CCCC;
	border-left : 2px solid #99CCCC;
	border-right : 2px solid #24486B;
	border-bottom : 2px solid #24486B;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 3px;
	width: 150px;
	font-size :  10pt;
	font : bolder;
}


.TableSortButtonOver {
	cursor : pointer;
	text-align : center;
	text-decoration : none;
	background : #99CCFF;
	border-top : 2px solid #99CCCC;
	border-left : 2px solid #99CCCC;
	border-right : 2px solid #24486B;
	border-bottom : 2px solid #24486B;
	font-family :  Arial, Helvetica, sans-serif;
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 3px;
 	width: 150px;
	font-size : 10pt;;
	font : bolder;
}

.TableSortselectedbutton	{
	cursor : pointer;
	text-align : center;
	text-decoration : none;
	color : #000000;
	background : #336699;
	border-left : thin inset rgb(0,0,0);
	border-right : thin inset rgb(255,255,255);
	border-top : thin inset rgb(0,0,0);
	border-bottom : thin inset rgb(255,255,255);
	font-family : Arial, sans-serif;
	padding-left : 5px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 3px;
	width: 150px;
	font-size :  10pt;;
	font : bolder;
}
.selectedbutton	{
	cursor : pointer;
	text-align : left;
	text-decoration : none;
	color : #000000;
	background : #336699;
	border-left : thin inset rgb(0,0,0);
	border-right : thin inset rgb(255,255,255);
	border-top : thin inset rgb(0,0,0);
	border-bottom : thin inset rgb(255,255,255);
	font-family : Verdana, Arial, sans-serif;
	padding-left : 15px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 3px;
	width: 130px;
	font-size : xx-small;
	font : bolder;
}
.BlueButtonOver
{
	color:#336699;
	cursor : pointer;
	text-align : left;
	text-decoration : none;
	background : #99CCFF;
	border-top : 2px solid #99CCCC;
	border-left : 2px solid #99CCCC;
	border-right : 2px solid #24486B;
	border-bottom : 2px solid #24486B;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-left : 20px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 3px;
	width : 130px;
	font-size : xx-small;
}

A.BlueButtonClearDefault
{
	color:#99CCFF;
	background:transparent;
	font-style: normal;
}

A.BlueButtonTitle{
	text-align      : center;
	text-decoration	:	none;
	color		:	#FFFFFF;
	background	:	#336699;
	font-size	:   8pt;
	font-weight	:   bold;
	font-family	:	Verdana, Arial, Helvetica, sans-serif;
		cursor : pointer;
	}

A.BlueButtonTitle:hover	{
	color		:	#99CCFF;
	background	:	transparent;
	}

.CWPSTitle {
    text-align      :       left;
	text-decoration :       none;
	color           :       #000000;
	font-weight     :       bold;
	font-size       :       11; 
	background      :       #99CCFF;
	border-top      :       0px solid #99CCFF;
	border-left     :       0px solid #99CCFF;
	border-right    :       0px solid #99CCFF;
	border-bottom   :       0px solid #99CCFF;
	font-family     :       Verdana, Arial, sans-serif;
	padding-left    :       10px; 
        }




