HTML
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
BODY
{
    FONT: 10px/13px Verdana, Arial, Helvetica, sans-serif;
    COLOR: #a7a7a7;
    BACKGROUND-COLOR: #202020;
    background-image: url(images/bgrd2.gif);
	margin: 0px;
	margin-top: 0px;
	height: 100%;
	padding: 0px;
}
table.out
{
	height: 100%;
}

td.bgrd
{
	background-image: url(images/bgrd_center.png);
}
td.bgrdSubLeft
{
	background-image: url(images/bgrd_sub_left.png);
}
td.bgrdSubRight
{
	background-image: url(images/bgrd_sub_right.png);
}

td.bgrdColLeft
{
	background-image: url(images/content_left.png);
}
td.bgrdColRight
{
	background-image: url(images/content_right.png);
}

td.navColor {
	background-color: #191919;
}
td.contentColor {
	background-color: #141414;
}

.phFloatR {
	border: solid 1px;
	/* border-color: #232323; */
	border-color: #424242;
	float: right;
	margin: 3px 0px 20px 20px;
	padding: 2px;
}
.phBorder {
	border: solid 1px;
	border-color: #424242;
	margin: 0px 0px 10px 0px;
	padding: 2px;
}

div.greyline {
	border-top: 1px solid #232323;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}

div.gap {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	/* clear: both; */
}

td.caption
{
    font-size: 0.9em;
	line-height: 1.4em;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 1.5em;
}

#bullets li {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.4em;
	margin: .6em 0;
}

#quotes1, #quotes1 li {
	margin:0;
	padding:0;
	list-style:none;
	}
#quotes1 {
	width:215px;
	/* font-size:16px; */
	/* line-height:120%; */
	}
#quotes1 li {
	/* padding:20px; */
	/* background:#e1e1e1; */
	display:none; /* hide the items at first only */
	}
	
#quotes2, #quotes2 li {
	margin:0;
	padding:0;
	list-style:none;
	}
#quotes2 {
	width:215px;
	/* font-size:16px; */
	/* line-height:120%; */
	}
#quotes2 li {
	/* padding:20px; */
	/* background:#e1e1e1; */
	display:none; /* hide the items at first only */
	}
	
#author {
	text-align: right;
	padding-top: 5px;
}

P {
    font-size: 1em;
	line-height: 1.4em;
	margin: 1.2em 0;
}
A:link {
    font-size: 1em;
	line-height: 1.4em;
    COLOR: #509323;
	TEXT-DECORATION: underline;
}
A:visited {
    font-size: 1em;
	line-height: 1.4em;
    COLOR: #509323;
	TEXT-DECORATION: underline;
}
A:hover {
    font-size: 1em;
	line-height: 1.4em;
    COLOR: #509323;
	TEXT-DECORATION: none;
}
.testimSource {
    text-align: right;
}
img {
	border: none;
}
td.red {
	BACKGROUND-COLOR: #ef4223;
}
.headline {
	COLOR: #e7e7e7;
}
TD {
    font-size: 1em;
	line-height: 1.4em;
}
OL
{
    font-size: 1em;
	line-height: 1.4em;
}
UL
{
    font-size: 1em;
	line-height: 1.4em;
}
LI
{
    font-size: 1em;
	line-height: 1.4em;
}
H1
{
    font-size: 1em;
	line-height: 1.4em;
}
.TinyText
{
    font-size: 0.9em;
	line-height: 1.4em;
}
INPUT
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt
}
SELECT
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt
}
TEXTAREA
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt
}
BUTTON
{
	FONT-FAMILY: Arial;
    FONT-SIZE: 8pt
}