/*
 * File: help.css
 * Version: $Revision: 1.4 $ $Date: 2008/07/31 14:06:39 $
 * Author: Halcyon Monitoring Solutions, Inc.
*
 * Copyright (c) 2008 Halcyon Monitoring Solutions, Inc.
 */

body {
	font-family:           Arial, Helvetica, Sans-Serif;
	font-size:             10pt;
	background-attachment: fixed;
	background-color:      #FFFFFF;
}

table {
	font-size: 10pt;
}

td {
	vertical-align: top;
}

b {
	font-size:   10pt;
	font-weight: bold;
	color:       #6274A7;
}

.main {
	width:       800px;
}

.list {
	width:       780px;
	border:      none;
}

.indent {
	margin-left: 2em;
}

.heading {
	font-size:   12pt;
	font-weight: bold;
	color:       #6274A7;
}

h1 {
	font-size:   18pt;
	font-weight: bold;
	color:       #6274A7;
}

h2 {
	font-size:   15pt;
	font-weight: bold;
	color:       #6274A7;
}

h3 {
	font-size:   13pt;
	font-weight: bold;
	color:       #6274A7;
}

h4 {
	font-size:   12pt;
	font-weight: bold;
	color:       #6274A7;
}

h5 {
	font-size:   10pt;
	color:       #6274A7;
}

em {
	font-size:   10pt;
	font-weight: 500;
	color:       #6274A7;
}

a:link {
	color:           rgb(100,125,175);
	text-decoration: none;
	font-size:       10pt;
	font-weight:     600;
}

a:visited {
	color:           rgb(150,100,150);
	text-decoration: none;
	font-size:       10pt;
	font-weight:     600;
}

a:hover {
	color:       rgb(250,100,25);
	font-weight: 600;
}

.currentPage {
	color:       rgb(250,100,25);
	font-size:   10pt;
	font-weight: 600;
}

