.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;
	}
	
BODY
	{
	color: #FFF0D9;
	background-color: #001B41;
	/*background-image: url(bg5.gif);*/
	background-attachment: scroll;
    font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.Article a:link, .Article2 a:link, .Client-text a:link, .Article-smaller a:link
	{
	color: #FFE0B3;
	text-decoration: underline;
	}
	
.Article a:visited, .Article2 a:visited, .Client-text a:visited, .Article-smaller a:visited
	{
	color: #C0C0C8;
	text-decoration: underline;
	}
	
.Article a:hover, .Article2 a:hover, .Client-text a:hover, .Article-smaller a:hover
	{
	color: #F8F8FF;
	text-decoration: underline;
	}
	
.Article a:active, .Article2 a:active, .Client-text a:active, .Article-smaller a:active	
	{
	color: #DDE4FF;
	text-decoration: underline;
	}

.Article
	{
	color: #FFF0D9;
 	line-height: 120%;
 	font-size: 100%;
	}
	
.Article-smaller
	{
	color: #FFF0D9;
 	line-height: 120%;
 	font-size: 83%;
	}
	
.Article2
	{
	color: #FFF0D9;
	line-height: 120%;
 	font-size: 100%;
	}
	
.Client-text
	{
	color: #FFF0D9;
	line-height: 1.3;
 	font-size: 90%;
	}
	
td.mars_bordered

	{
	border-color: #ffeccb;
	border-style: solid;
	border-width: 1px;
	padding-left: 14px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 16px;
	}
	
table.mars_edged

	{
	border-color: #213c60;
	border-style: double;
	border-width: 3px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	}

.sociable-hovers

	{
	opacity: .3;
	-moz-opacity: .3;
	filter: alpha(opacity=30);
	}

.sociable-hovers:hover

	{
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	}

