/* CSS Document */
body
{
	font-size: 100%;
	color: black;
	background-color: lightgray;

  border: 0;

	margin: 0.25cm 0.25cm 0.25cm 0.5cm 

}

p
{
text-align: justify;
color: black;
line-height: 1.45;
text-decoration: none;
font-size: 84%;
font-family: arial

}

link
{
text-align: justify;
line-height: 1.45;
text-decoration: none
font-family: arial
}
vlink
{
text-align: justify;
line-height: 1.45;
text-decoration: none;
font-family: arial
}

a {
	text-decoration: none;
	color: #002bb8;
	background: none;
  font-family: arial
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}

img {
	border: none;
	vertical-align: middle;
}

p img {
	margin: 0;
font-family: arial
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
  font-family: arial
}
h1 { font-size: 160%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 60%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 108%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 100%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 90%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { font-size: 125%; font-weight: normal; }

ul {
	line-height: 1.2em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	font-size: 10pt;
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
	font-size: 10pt;
}
li {
	margin-bottom: .1em;
  font-family: arial
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
legend {
	padding: .5em;
	font-size: 95%;
}
form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: .1em;
}

table {
	font-size: 100%;
	color: black;
	/* we don't want the bottom borders of <h2>s to be visible through
	   floated tables */
	background-color: white;
  border: 1;
  border-color: gray;
  border-style: solid;
  
	margin: 0.5cm 0.5cm 0.5cm 0.5cm 
	
}



td {
  border: 3;
}
