body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
}

#webvis_subpage {  
    margin: 0 auto;
    padding: 30px;
    text-align: left;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
#webvis_subpage_content {
    margin: 30px;
    text-align: left;
}
#webvis_subpage:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#webvis_fancystyle_pagetitle {
    font-size: 16px;
    font-weight: bold;
    color: #660033;
}
.tick {
	width: 16px;
	height: 16px;
	background-image: url('/pix/tick.gif');
	background-repeat: no-repeat;
}
.cross {
	width: 16px;
	height: 16px;
	background-image: url('/pix/cross.gif');
	background-repeat: no-repeat;
}
.webvis_fancystyle_table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	text-align: justify;
	line-height: 14pt;
    border-collapse: collapse;
}
.webvis_fancystyle_table a{
    text-decoration: none;
}
.webvis_fancystyle_table a:hover{
    text-decoration: underline;
}
.webvis_fancytable_tableheader {
	width: 530px;
	height: 29px;
	color: #ffffff;
	font-weight: bold;
	background-image: url('/pix/webvis_fancytable_table_titleheader.gif');
	background-repeat: no-repeat;	
}
div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
tr.webvis_fancystyle_table_title {
    background-color: #000066;
    font-weight: bold;
    color: #ffffff;
}
tr.webvis_fancystyle_table_over {
    background-color: #efefff;
}
tr.webvis_fancystyle_table_out {
    background-color: #ffffff;
}
td.webvis_fancystyle_table_over {
    background-color: #f3efe4;
}
td.webvis_fancystyle_table_windows {
    background-color: #ffffff;
}
tr.webvis_fancystyle_menu_title {
    background-color: #000066;
    color: #ffffff;
}
tr.webvis_fancystyle_menu_over {
    cursor: pointer;
    background-color: #ffffff;
}
tr.webvis_fancystyle_menu_normal {
    cursor: pointer;
    background-color: #ebebff;
}
ul.webvis_fancystyle_ul_dot {
	margin-right: 20px;
	list-style-image: url('/pix/bullet.gif');
}
ul.webvis_fancystyle_ul_tick {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	list-style-image: url('/pix/bullet-tick.gif');
}
