/*
(c) 2001 KnowledgeSector, all rights reserved.
Visit us at http://www.knowledgesector.com

Description: stylesheet for windows-based platforms, all browsers
Arguments: none

Revision(s):

Ver	Init	Date		Desc
---	----	----		----
1.0	SMS	02/03/01	Initial version

*/

body,p,li {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 8pt;
	color: #696969;
}
ul,ol {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 8pt;
	color: #696969;
	margin-top: 0px;	
}
blockquote {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 9pt;
	color: black;
}
h1	{
	font-family: Verdana, Helvetica, 'sans';
	font-size: 16pt;
	font-weight: bold;
	color: black;
}
h2 {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 14pt;
	color: black;
}
h3 {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 12pt;
	color: #000000;
}
h4 {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 11pt;
	color: #000099;
}
h5,h6,h7 {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 10pt;
	color: #000099;
}
a:link,a:visited {
	font-family: Verdana, Helvetica, 'sans';
	color: #191970;
}
a:active {
	font-family: Verdana, Helvetica, 'sans';
	color: #006400;
}
a:hover {
	font-family: Verdana, Helvetica, 'sans';
	color: #006400;
}
.caption {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 7pt;
	padding: 0px;
	color: #333333;
}
/* copyright styles */
span.copyright {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 8pt;
	padding: 10px;
	color: #696969;
}
/* std KSI form element styles */
.warning {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 10pt;
	color: black;
	background-color: #cccccc
}
.input {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 8pt;
	color: #696969;
}
div.nav {
	width: 400px;
	padding: 10px;
	text-align: right;
}
input.nav {
	font-family: Verdana, Helvetica, 'sans';
	font-size: 9pt;
	font-weight: bold;	
	color: #FFFFFF;
	background-color: #000099;
}
div.content {
	width: 400px;
	padding: 10px;
	text-align: left;
}
div.message {
	width: 500px;
	background-color: #cccccc;
	padding: 5px;
	text-align: left;
}
.stdRow {
	font-family: Verdana, Helvetica, 'sans';
	background-color: #DEE2EE;	
	vertical-align: text-top;
	color: #000000;
}
.stdRowAlt {
	font-family: Verdana, Helvetica, 'sans';
	background-color: #CCCCFF;
	vertical-align: text-top;
	color: #000000;
}
.stdHeavy {
	font-family: Verdana, Helvetica, 'sans';
	background-color: #000066;
	vertical-align: text-top;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.stdLight {
	font-family: Verdana, Helvetica, 'sans';
	background-color: #DEE2EE;
	
	vertical-align: text-top;
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
.std {
	font-family: Verdana, Helvetica, 'sans';
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: text-top;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
/* runtime error page styles */
.errHeavy {
	font-family: Verdana, Helvetica, 'sans';
	background-color: #000099;
	vertical-align: text-top;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.errLight {
	font-family: Verdana, Helvetica, 'sans';
	background-color: #33CCFF;
	vertical-align: text-top;
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
.err {
	font-family: Verdana, Helvetica, 'sans';
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: text-top;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}
.error {
	color: red;
}
