.Product
	{
	color: #820050;
	font-weight: bold;
	}

.EmphasisRed
	{
	color: #820050;
	font-weight: bold;
	}
	
.EmphasisRedThin
	{
	color: #820050;
	font-weight: normal;
	}

.typewriter
	{
	font-family: Courier, Courier New, monospace;
	}

.Critical
	{
	font-size: 12px;
	line-height: 14px;
	}
	
.PageText
	{
	font-size: 14px;
	line-height: 130%;
	}
	
.PageText-smaller
	{
	font-size: 11px;
	line-height: 14px;
	}
	
.PageText a:link, .PageText-smaller a:link

	{
	color: #FFE0B3;
	}
	
.PageText a:visited, .PageText-smaller a:visited

	{
	color: #C0C0C8;
	}
	
.PageText a:hover, .PageText-smaller a:hover

	{
	color: #FFF8E8;
	}
	
.PageText a:active, .PageText-smaller a:active

	{
	color: #FFF8E8;
	}
	
.PageTextFlashing
	{
	font-size: 14px;
	}
	
.PageTextFlashing a:link

	{
	color: #FFE0B3;
	}
	
.PageTextFlashing a:visited

	{
	color: #FFE0B3;
	}
	
.PageTextFlashing a:hover

	{
	color: #FFF8E8;
	}
	
.PageTextFlashing a:active

	{
	color: #FFF8E8;
	}
	
.floatleft

	{
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0;
	}
	
.floatright

	{
	float: right;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 15px;
	margin-left: 15px;
	}
	
table.gem-bordered

	{
	border-color: #1C556C;
	border-style: double;
	border-width: 3px;
	background-color: #001B41;
	}
    
.single-bordered

	{
	border-color: #1C556C;
	border-style: dotted;
	border-width: 1px;
	background-color: #001B41;
	}
	
H1, H2
	{
	display: inline;
	font-size: 100%;
	font-weight: normal;
	}
	
BODY
	{
	color: #FFF0D9;
	background-color: #001B41;
	background-image: url(bg5.gif);
	background-attachment: scroll;
    line-height: 1.5;
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
	}
	
INPUT.FormStyle, TEXTAREA.FormStyle

    {
      background-color: #F0E8F2;
      color: #335580;
      padding: 1px 5px 1px 5px;
    }

INPUT.FormStyle:hover, TEXTAREA.FormStyle:hover

    {
      background-color: #FFFFFF;
      color: #000000;
      padding: 1px 5px 1px 5px;
    }

.submit-button

	{
	color: #0050B0;
	background-color: #AAFFDD;
	font-size: 11px;
	font-weight: normal;
	}

.submit-button:hover

	{
	color: #55A8F6;
	cursor: pointer;
	}

.submit-button:active

	{
	color: #000000;
	cursor: pointer;
	}
	
td.border-search

	{
	background-color: #001B41;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}


.sociable-hovers

	{
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	}

.sociable-hovers:hover

	{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	}
