/* General style sheet for the Paralegal Manual web site */

/* <link type="text/css" rel="stylesheet" title="default styles" href="styles/general.css"> */


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

body, p, li, td, ul, ol, dl, blockquote, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif
}

p, td, ul, ol, dl, li, blockquote {
	font-size: 10pt
}

body {
	margin-left: 15pt; margin-right: 10pt
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	color: rgb(00,68,60)
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	color: rgb(00,68,60)
}

h3 {
	font-size: 13pt;
	font-weight: bold;
	color: rgb(00,68,60)
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: rgb(00,68,60)
}


h5 {
	font-size: 9pt;
	font-weight: bold;
	color: rgb(00,00,00)
}

a {
	text-decoration: none;
	color: rgb(48,44,125)

}
.small {
	font-size: 8pt
}
.head {
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: rgb(00,68,60)
}
.blurp {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: rgb(00,68,60)
}
.headblurp {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: rgb(00,68,60);
	font-weight: bold
}
.whitelink {
	font-family: Arial,Helvetica;
	font-size: 10pt;
	color: rgb(255,255,255)
}
