/* Anchor Styles */
a, a:visited
	{
		font-family: Verdana;
		font-size: 8pt;
		font-weight: normal;
		text-decoration: underline;
		color: #000992;
	}
a:hover
	{
		text-decoration: underline;
	}
a.menu, a.menu:visited, a.menu:hover
	{		
		font-weight: bold;
		font-size: 10pt;
		font-variant: small-caps;
		color: #F0F0F0;
		text-decoration: none;
	}
a.menu:hover
	{
		font-weight: bold;
		border-top: 1px solid #B6B5BF;
		border-bottom: 1px solid #B6B5BF;
		color: #B6B5BF;
	}
a.side, a.side:visited
	{
		display: block;
		position: relative;
		height: 40px;
		line-height: 40px;
		top: 0px;
		left: 5px;
		font-family: Verdana;
		font-size: 11pt;
		font-weight: bold;
		color: #008DDB;
		text-decoration: none;
	}
a.side:hover
	{
		color: #00D091;
		text-decoration: underline;
	}
a.legals, a.legals:visited
	{
		font-weight: bold;
		font-size: 8pt;
		color: #1D2532;
		text-decoration: underline;
	}
a.legals:hover
	{
		font-weight: bold;
		text-decoration: underline;		
		color: #000992;
	}
a.leftpanel, a.leftpanel:visited
	{
		font-family: Verdana;
		font-size: 14pt;
		font-weight: normal;
		color: #008DDB;
		text-decoration: underline;
	}
a.leftpanel:hover
	{
		text-decoration: underline;
		color: #00D091;
	}
a.yam, a.yam:visited
	{
		font-family: Verdana;
		font-size: 10pt;
		font-weight: bold;
		color: #180EE6;
		text-decoration: none;
	}
a.yam:hover
	{
		color: #CECE84;
		text-decoration: underline;
	}
/* Fonts and Headings */
h1, h2, h3, p
	{
		font-family: Verdana;
		font-size: 12pt;
		font-weight: bold;
		color: #000992;
		text-align: left; 
		
	}
h2	
	{
		font-size: 10pt;
	}
h3
	{
		font-size: 9pt;
		margin-top: 0px;
	}
p
	{
		font-size: 8pt;
		font-weight: normal;
		color: #1D2532;
		margin-right: 5px;
	}