/* Style Sheet for Compare It! 3.0 Help System	*/
/* Created by Annette Wegscheider	    	*/
/* Copyright 2003, Grig Software		*/
/* Last update: 30 April 2003			*/
/* Validated style sheet			*/
/* at http://jigsaw.w3.org/css-validator/	*/

/*---Default body style---*/
body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5;
}
/*---Default styles for links---*/
a:link    { color: #003399; background-color: #FFFFFF; }		/* unvisited links 	*/
a:visited { color: #003399; background-color: #FFFFFF; }		/* visited links	*/
a:hover   { color: #FF0000; background-color: #FFFFFF; } 		/* user hovers		*/
a:active  { color: #003399; background-color: #FFFFFF; }		/* active links		*/


/*---Default text formatting span definitions---*/
/*---Comment text - notes for developer---*/
span.red
{
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}

span.key {
	color: #FF3333;
	background-color: #FFFFFF;
	font-weight: normal;
}

span.seealso {
        text-decoration: underline;
}

span.menu
{
	color: #003399;
	font-style: italic;
	font-weight: normal;
}

/*---bold text---*/
span.bold
{
	font-weight: bold
}

/*---italic text---*/
span.emphasis
{
	font-style: italic
}

/*---underlined text---*/
span.underline
{
	text-decoration: underline
}


/*---computer font text---*/
span.mono
{
	color: #000000;
	font-family: Courier New, Courier, monospace;
	font-size: 110%;
}

/*---Horizontal rule definition---*/
hr {
	color: #003399;
	height: 2px;
	background-color: transparent;
}

/*---Paragraph definitions---*/
p.text
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 1em;
	margin-top: 0em;
}

/*---Heading styles---*/

h2
{
	color: #003399;
	font-size: 110%;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0em;
	background-color: #FFFFFF;
}

h3
{
	color: #003399;
	font-size: 100%;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: -1em;
	background-color: #FFFFFF;
	line-height: 1;
}

/*---All list items, bullets and numbers---*/
li.listitem
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	margin-bottom : 0.5em;
	margin-top : 0em;
	line-height: 1.5;
}


/*---Heading cells in tables---*/
th
{
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	line-height: 1.5
}

/*---Topic titles in heading table---*/
td.h1
{
	color: #003399;
	font-size: 70%;
	font-weight: bold;
	background-color: #FFFFFF;
}
td.gray
{
	background-color: #EEEEEE;
}
/*---Standard text in table cells---*/
td
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: 0em;
	margin-right: 0em;
	text-decoration: none;
	text-indent: 0em;
	text-transform: none;
	line-height: 1.5
}
