html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
}

body,table {
	color: #000000;
	font-family: Verdana;
	font-size: 95%;
}

img { border:0; }

p {
	padding: 0;
	margin: 0 0 10px 0;
}

A {
	color: #2E3192;
}
A:hover {
	color: #e60000;
}

H1 {
	padding:0;
    margin:0 0 0px -10px;
    font-size:130%;
    color: #2E3192;
    border-bottom: 2px solid #e60000;
}

H2 {
	font-size: 160%;
	padding: 0;
	margin: 5px 0 10px 0;
	color: #e60000;
	border-bottom: 2px solid #2E3192;
}

H3 {
	font-size: 160%;
	padding: 0;
	margin: 5px 0 10px 0;
	color: #2E3192;
}

H4 {
	font-size: 160%;
	padding: 0;
	margin: 5px 0 10px 0;
	color: #e60000;
}

H5 {
	font-size: 120%;
	padding: 0;
	margin: 5px 0 10px 0;
	color: #2E3192;
}

H6 {
	font-size: 120%;
	padding: 0;
	margin: 5px 0 10px 0;
	color: #e60000;
}

p.p_first {
	color: #2E3192;
}

p.p_first:first-letter {
	font-size: 2em;
	font-weight: bold;
	color: #e60000;
	display: block;
	float: left;
}

.bstar {
	color: #e60000;
	vertical-align: top;
	font-size: 70%;
}

.bstar A {
	color: #e60000;
}

.citation_left,.citation_right {
	display: block;

	background: transparent url("../images/citation_right.gif") no-repeat right bottom;
	margin: 10px;
	padding: 3px;
	border: 1px dotted #2E3192;
	line-height: 140%;
}
.citation_left:first-letter,.citation_right:first-letter {
	background: transparent url("../images/citation_left.gif") no-repeat;
	padding:4px 2px 10px 35px!important;
	vertical-align: baseline;
}

.citation_left {
	float: left;
}

.citation_right {
	float: right;
}
.citation_author {
	display: block;
	text-align: right;
	font-style: italic;
	color: #2E3192;
	padding-right: 30px;
}

.insertion {
	display: block;
	background: #D9D9D9 url("../images/insertion.gif" ) no-repeat 5px 5px;
	border: 1px dashed #2E3192;
	padding: 5px 5px 5px 70px;
	margin: 5px 0 5px 0;
}

.insertion_question {
	display: block;
	background: #D9D9D9 url("../images/insertion_question.gif" ) no-repeat 12px 5px;
	border: 1px dashed #2E3192;
	padding: 5px 5px 5px 70px;
	margin: 5px 0 5px 0;
}

.insertion_exclamation {
	display: block;
	background: #D9D9D9 url("../images/insertion_exclamation.gif" ) no-repeat 12px 5px;
	border: 1px dashed #2E3192;
	padding: 5px 5px 5px 70px;
	margin: 5px 0 5px 0;
}
