/* CSS Document */

/* stylesheet.css */

/* Body general */
body	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
	color: #000000;
	}
	
/* Paragraph */
p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
	color: #000000;
	}
/* Unordered list */
ul	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
	color: #000000;
	margin-left: 25px;
	}
/* Level 3 headings */
h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #33CCCC;
	}
/* Level 5 headings */
h5	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
	}
/* Navigation links */
a	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	}
a.topbar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
a.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #993333;
	}
/* Link "Read More" */
a.readmore	{
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #000000;
	text-decoration: none;
	}


