/* This is a CSS comment */
/* No HTML Markup allowed here */

.barlinks {	font-family: Veranda, Arial, sans-serif; 
		font-size: 10pt;
		font-weight: bold
	  	}

.titlelinks {	font-family: Veranda, Arial, sans-serif; 
		font-size: 10pt;
		text-align: center;
		font-weight: bold
	  	}

.newslettersidelinks {	font-family: Veranda, Arial, sans-serif;
			font-size : 11pt;
			font-weight: bold;
			vertical-align: top
			}

.timestyle {	font-family: Veranda, Arial, sans-serif; 
		font-size: 8pt;
		font-weight: bold;
		text-align: center
	  	}

.bodystyle {	font-family: Veranda, Arial, sans-serif; 
		font-size: 10pt;
		padding: 20px;
		vertical-align: top
	  	}

A.titlelinks		{text-decoration: none}
A.titlelinks:link	{color: black}
A.titlelinks:visited	{color: black}
A.titlelinks:active	{color: #AA8055}
A.titlelinks:hover	{color: #E2C5A7}

A.barlinks		{text-decoration: none}
A.barlinks:link	{color: black}
A.barlinks:visited	{color: black}
A.barlinks:active	{color: #AA8055}
A.barlinks:hover	{color: #E2C5A7}