
/* Set the default size to 12px */

html {
	font-size: 100%;
}

body {
	font-size: 75%;
}

/* Set the default font to Arial */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

/* Reset margins and padding on block level elements */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
form,
label,
ul,
ol,
dl,
fieldset,
address {
	padding: 0;
	margin: 0;
}

ul,
ol {
	padding:5px;
	margin:8px;
	list-style:none;
}

h1,
h2,
h3,
p,
blockquote,
label,
ul,
ol,
dl,
fieldset,
address {
	margin-bottom: 1.3em;
}

/* Headings */

 h1 {
	font-size: 2em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.166em;
	line-height: 1.5em;
}

h4 {
	font-size: 1em;
	line-height: 1.5em;
}

.page_vol_details #main ul {
	padding-left:0;
	margin-left:0;
}
.page_vol_details #main ul li {
	background:url(../images/bullet.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
}
