
.voice_body {
background-image: url('/iPoint/schemes/voice/dot.png');
background-repeat: repeat-y;
padding-left: 35px;
}

.voice_watermark {
background-image: url('/iPoint/schemes/voice/watermark.png');
background-repeat: no-repeat;
background-position: right center;
}



.voice_Main_Heading {
font-size: 120%;
color: #f26631;
font-weight: bold;
}

.voice_default {
margin-bottom: 1em;	
}

.voice_Numbered_List_Intro{
color: #f26631;
}

.voice_Bullet_List {
margin-left: 2em;
font-size:  95%;
}
.voice_Bullet_List_Last {
margin-left: 2em;
font-size:  95%;
margin-bottom: 1em;
}
.voice_Bullet_List_Label {
color: #f26631;
vertical-align: top;
}
.voice_Bullet_List_Body {
}

.voice_Bullet_List_Level_2 {
margin-left: 4em;
font-size:  90%;
}
.voice_Bullet_List_Level_2_Last {
margin-left: 4em;
font-size:  90%;
margin-bottom: 1em;
}
.voice_Bullet_List_Level_2_Label {
color: #f26631;
}
.voice_Bullet_List_Level_2_Body {
}

.voice_table {
	display:table;
}

.voice_table_header {
	display:table-header-group;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
    text-align: left;
	background-color: #f26631;
	color: white;
}

.voice_table_body {
	display:table-row-group;
}

.voice_table_row {
	display:table-row;
}

.voice_table_cell {
	display:table-cell;
	padding-left: 5px;
	padding-right: 5px;
}
