/*  this style sheet is used to control screen media  */

body {
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

input, textarea, select {
	text-align: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

ul, ol, dl, li {
	/*list-style: url("file:///N:/paev/X2Y/images/triangle.gif");*/
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-right: 30px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

th, tbody {
	font-size: medium;
	font-weight: bold;
}

pre, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	background-color: #9B8DC3;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 36px;
	margin-top: 36px;
	padding: 18px;
	letter-spacing: 2px;
	word-spacing: 5px;
	max-width: 300px;
	min-width: 300px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: largest;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: larger;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	padding: 8px;
}

a {
	color: #9B8DC3;
	background: #ffffff;
}

a:ACTIVE {
	color: #ff0000;
	background: #ffffff;
}

a:HOVER {
	color: #ffffff;
	background: #9B8DC3;
}

a:LINK {
	color: #9B8DC3;
	background: #ffffff;
}

blockquote a {
	color: #ffffff;
	background: #9B8DC3;
}

blockquote a:ACTIVE {
	color: #ff0000;
	background: #9B8DC3;
}

blockquote a:HOVER {
	color: #9B8DC3;
	background: #ffffff;
}

blockquote a:LINK {
	color: #ffffff;
	background: #9B8DC3;
}

p.help a {
	color: #000000;
	background: #ffffff;
}

/*p.help a:ACTIVE {
	color: #000000;
	background: #ffff66;
}*/

.medium {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.large {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

img.faceache {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.indent {
	margin-left: 40px;
	line-height : 20px;
}

div#end {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	padding: 12px;
	word-spacing: 5px;
	text-align: center;
}

#divform {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #9B8DC3;
}

#modified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #777777;
	float: center;
}

#maintable {
/*  this id is used to resize the main table to print on A4 paper  */
 padding: 5px;
 width: 695px;
}
 
.headandfoot {
 width: 690px;
}