/******************************************
  Site Map Sample
  Specification file: sitemap
 ******************************************/

.COMMENT-CLASS_table { 
    font-family: Arial, Helvetica, sans-serif;
    vertical-align:middle; 	
	background-color: #ffffff;	
	text-align:left;
	width:100%
}

.COMMENT-CLASS_table_body {
}

.COMMENT-CLASS_table_row {
	font : normal;
	text-align : left;
}

.COMMENT-CLASS_cell_normal{
    
	text-align : left;
	border-width : 0px;
	padding-left : 7px;
	margin : 0px 0px 0px 0px;	
}

.COMMENT-CLASS_cell_top {	
    width: 100%;	
	padding-top:3px;
	padding-bottom:3px;
	padding-left:4px;
	padding-right:4px;
	text-align : center;
}
.COMMENT-CLASS_item1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #626263;
	font-weight: bold;
    font-size: 12px;
	text-decoration : none;	
}
.COMMENT-CLASS_item_normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #626263;
	font-weight: normal;
    font-size: 12px;
	text-decoration : none;
}
.COMMENT-CLASS_item_normal_head {
	font-family: Arial, Helvetica, sans-serif;
	color: #dd7500;
	font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
	text-decoration : none;
	margin-left : 3%;	
}
.COMMENT-CLASS_item_top {
    margin:20px 30px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #195dae;
	text-decoration : Underline;
	font-weight: bold;
    font-size: 12px;
	text-transform: uppercase;
}

.COMMENT-CLASS_item_group {  
    font-family: Arial, Helvetica, sans-serif;
	color: #89888D;
	font-weight: bold;
	text-decoration: none;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
	text-transform: uppercase;
}

/* Hyperlinks */
.CLASS_table a:visited {
	color: #626263;
	text-decoration : none;
}

.CLASS_table a:hover {
	color: #dd7500;
	text-decoration : none;
}

.CLASS_table a:active {
	color : #CE092F;
	text-decoration : none;	
}

/* List */
.CLASS_UL1 {
	margin-left:1%; padding-left : 19px;
	list-style-type : circle;
	list-style-image : url(../img/dot_links.gif);
	list-style-position : outside;
}

.CLASS_UL2 {
	margin:0px; padding-left:17px;
	list-style-type : square;
	list-style-image : url(../img/dot_links2.gif);
	list-style-position : outside;
}

.CLASS_UL3 {
	margin:0px; padding-left:17px;	
	list-style-type : square;
	list-style-image : url(../img/dot_links3.gif);
	list-style-position : outside;
}

.CLASS_UL4 {
	margin:0px; padding-left:14px;	
	list-style-type : square;
	list-style-image : url(../img/arrow.gif);
	list-style-position : outside;
}

