/* @import url(../css/draft.css); */

.breakhere {
	page-break-before : always;
}

@media screen {

body {
	background-color : white;
	font-family : sans-serif;
}


h1 {
	font-size : 15pt;
}

h2 {
	font-size : 12pt;
}


h3 {
	font-size : 12pt;
}

dt {
	font-weight : bold;
}

.info {
	margin-left : 0.50in;
}

pre {
	font-family : monotype;
}

.special {
	font-size : larger;
}

address {
	font-size : small;
}

p, ul, dl, table {
	margin-left : 0.25in;
}

p.section {
	margin-left : 0in;
}

li {
	margin-bottom : 10px;
}

p.rssfeed a img {
	border : 0px;
	text-decoration : none;
}

.subnote {
	color : gray;
}

table {
	vertical-align : middle;
}

.comment {
	margin-left : 0.25in;
	color : red;
	line-height : 1.1;
}

.comment, .notation {
		background : white;
/*		background-layer : white; */
		color : red;
		vertical-align : middle;
		overflow : visible;
		}

.comment {
		position : relative;
		}

.notation {
		position : absolute;
		left : 0.5in;
        right : 1in;
        display : block;
        visibility : hidden;
		}

pre {
        margin-left : 1in;
	white-space : pre;
    }

h1 {

}    

table th {
	text-align : left;
}

}

img.logo {
	vertical-align : middle;
}

a img {
	border : none;
}

@media print {
	
table th {
	text-align : left;
}

h1 {
	font-size : 12pt;
}

h2 {
	font-size : 11pt;
}

h3 {
	font-size : 11pt;
}

p, td, th, li {
	font-size : 11pt;
}

a
{
  text-decoration: none;
  color: #000000;
}

}