/*-----------------------------------------
  stylin.css Version 3.3 09/12/03
  Copywrite nHarmony, Inc. 2003
  UnAutorized use is strictly prohibited
-----------------------------------------*/

/*-------------------------
	Page Styles
-------------------------*/
ul {
	list-style-image: url(../Images/orangeBullet.png);
    }
h3 {
	font-family: Arial;
    color:  #851717;
    text-align: center;
    }
td.article {
	font-family: Arial;
    font-size: 13pt;
	background-color: #851717;
	color: #ffffff;
	}
a {
	color: #851717;
  	}
a:visited, a:active {
	color: #A0574B;
  	}
a:hover {
    color: #68704D;
  	}

/*-------------------------
	Event Styles
-------------------------*/
p.event {
	font-family: Arial;
    font-size: 13pt;
    color: #851717;
    text-align: left;
    }
td.event {
    background-color: #851717;
	color: #ffffff;
    }
a.event {
	color: #ffffff;
    }
a.event:visited {
	color: #ffffff;
    }
a.event:active {
	color: #ffffff;
    }
a.event:hover {
	color: #ffffff;
    }

/*-------------------------
	Standard Form Styles
-------------------------*/
table.Standardborder {
    border: 1px solid #000000;
    align: center;
    width: 80%;
    font-family: Arial;
    font-size: 12pt;
    }
td.StandardHeader {
	background-color: #851717;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial;
    font-size: 11pt;
    }
tr.Standard0 {
	background-color: #ffffff;
    color: #000000;
    font-family: Arial;
    font-size: 9pt;
    }
tr.Standard1 {
	background-color: #ffffff;
    color: #000000;
    font-family: Arial;
    font-size: 9pt;
    }
td.StandardFooter {
	background-color: #ffffff;
    }
