/* relevance.css
 * Cascading Style Sheet for Relevance Partners website
 * Written by: Al Dimar
 * Adapted by: Eric Friedman
 * Version: 20080317
 */

body  {
	margin-top : 5px;
}

a.menuTop   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
	height: 24;
	background: #2F66A5;
}

a.menuTop:hover   {
	background: #558ED5;
}

a.menuFoot   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
	vertical-align: middle;
}

a.menuFoot:hover   {
	background : #2F66A5;
	color : white;
	border-bottom: thick solid #2F66A5;
	border-top: thick solid #2F66A5;
}

a.bodyLink   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height : 150%;
	color: #0000aa;
	text-decoration : none;
}

a.bodyLink:hover   {
	text-decoration : underline;
}

a.bodySmlLink   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	line-height : 120%;
	letter-spacing : 1pt;
	color:  #0000aa;
	text-decoration : none;
}

a.bodySmlLink:hover  {
	text-decoration : underline;
}

a.hbLink  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color: #808080;
	text-decoration : none;
	letter-spacing : normal;
}

.bodyText   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height : 150%;
}

.bodyTextLrg   {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 13pt;
	color :  #984807;
	font-weight: bold;
	line-height : 120%;
}

.bodyTextMed   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	line-height : 120%;
}

.bodyTextSml   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	line-height : 120%;
	letter-spacing : 1pt;
}

.companyInfo   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2F66A5;
	font-size : 8pt;
	font-weight: bold;
	line-height : 120%;
	letter-spacing : 1pt;
	text-decoration: none;
	}

a.companyInfo:hover  {
	background : #2F66A5;
	color : white;
	border-bottom: thick solid #2F66A5;
	border-top: thick solid #2F66A5;
	}

