/*
    Style sheet for West Editorial Services.
    author:     Andy West
    history:    v. 1.0  03 Sep 2001
    -------------------------------
    Based on internal style sheets of Vickie West.
*/
body, td {
	color: #006400;
	background-color: #F5DEB3;
}

p,ol,dl,ul,li {
	font-weight: 500;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	margin-left: 10pt;
	color: #006400;
	background-color: #F5DEB3;
}

p.indent {
	font-weight: 500;
	font-size: 12pt;
	font-family: "Times New Roman", "Times", serif;
	margin-left: 25pt;
	color: #006400;
	background-color: #F5DEB3;
}

p.base {
	font-weight: 500;
	font-size: 11pt;
	font-family: "Garamond", "Times New Roman", "Times", serif;
	margin-left: 5pt;
	color: #556B2F;
	background-color: #F5DEB3;
}

P.note
    {font-size:  11pt;
    font-family: "Garamond", "Times New Roman", "Times", serif;
    color: #0000A0;
    font-weight: 500;
    margin-left: 10pt;
    background-color: #F5DEB3;
}


p.sidelink {
	font-weight: bold;
	font-size: 15pt;
	font-family:"Garamond", "Times New Roman", Times, serif;
	margin-left: 10pt;
	color: #8FBC8F;
	background-color: #F5DEB3;
}

h1 {
	font-weight: 700;
	font-size: 14pt;
	margin-left: 5pt;
	color: #800000;
	font-family: "Arial", helvetica, helv, san-serif;
	background-color: #F5DEB3;
}

h2 {
	font-weight: 700;
	font-size: 13pt;
	margin-left: 5pt;
	color: #800000;
	font-family: "Arial", helvetica, helv, san-serif;
	background-color: #F5DEB3;
}

h3 {
	font-size: 14pt;
	color: #800000;
	font-family: "Garamond", "Times New Roman", "Times", serif;
	margin-left: 5pt;
	font-weight: 500;
	background-color: #F5DEB3;
}

h4 {
	font-size: 12pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5pt;
	font-weight: 700;
	background-color: #F5DEB3;
}

em {
	font-size: 12pt;
	color: #800000;
	background-color: #F5DEB3;
	font-family: "Times New Roman", "Times", serif;
}

/*---
    List and list item styles. url(../img/x.gif);
---*/
ul {
	font-weight: 500;
	font-size: 12pt;
	font-family: "Times New Roman", "Times", serif;
	margin-left: 10pt;
	color: #006400;
	background-color: #F5DEB3;
}

ul li.pen {
	list-style: square outside url(./images/b_pen.gif);
	padding-bottom: 5px;
}

ul li.disk {
	list-style: square outside url(./images/b_disk.gif);
	padding-bottom: 5px;
}

ul li.ball {
	list-style: square outside url(./images/gr-dia.gif);
	padding-bottom: 5px;
}

             
ul li.check {
	list-style: square outside url(./images/check-rust.gif);
	padding-bottom: 5px;
}

/*---
    Centering (replacing CENTER tag).
---*/    
.center {
	text-align: center;
	background : #F5DEB3;
}

/*---  
    Links for usual parts of page.   
---*/
a {
	text-decoration: none;
}

a:link {
	color : #856363;
	background-color: #F5DEB3;
}

a:visited {
	color : #2E8B57;
	background-color: #F5DEB3;
}

a:active {
	color : #32CD32;
	background-color: #F5DEB3;
}

a:hover {
	color: #A0522D;
	background-color: #F5DEB3;
}

/*---
    Links for sidebar.   
---*/
a.side {
	text-decoration: none;
}

a.side:link {
	color : #006400;
	background-color: #F5DEB3;
}

a.side:visited {
	color : #2E8B57;
	background-color: #F5DEB3;
}

a.side:active {
	color : #8FBC8F;
	background-color: #F5DEB3;
}

a.side:hover {
	color: #32CD32;
	background-color: #F5DEB3;
}

/*---
    Table and page-segment styles.  
---*/
table {
	width: 100%;
	border: 0;
}

tr {
	vertical-align: top;
}

td {
	font-weight: 500;
	font-size: 12pt;
	font-family: "Times New Roman", "Times", serif;
	margin-left: 10pt;
	color: #006400;
	background-color: #F5DEB3;
}

td.side {
	width: 20%;
	background-color: #F5DEB3;
}

td.main {
	width: 80%
}

td.footer {
	width: 60%;
}

HR {
	background : #F5DEB3;
}

HR.base {
	color : #2E8B57;
	background : #F5DEB3;
	font-size : 10pt;
}

