/* This is the color of the text */
p  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

/* This is the color of bold text that uses the strong code */
strong {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}
	
/* This is the color of bullet list text */
li  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}


ul  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}


ol  {
	font-size : 12px;
	font-family : arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}



h1	{
	font-size : 17pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #5e817e;
	text-decoration : none;
}


h2	{
	font-size : 15pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #5e817e;
	text-decoration : none;
}


h3	{
	font-size : 13pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #3300CC;
	text-decoration : none;
}


h4	{
	font-size : 11pt;
	font-family : arial, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #5e817e;
	text-decoration : none;
}

/* These next three control the color of link text on mouse out */
a  {
	color : #3300CC;
	text-decoration : underline;
}


a:visited  {
	color : #3300CC;
	text-decoration : none;
}


a:active  {
	color : #3300CC;
	text-decoration : none;
}

/* This is the color text will change to when mouse over */
a:hover  {
	color : #a19e8c;
}



.sidelink  {
	color : #f7e5d2;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}


.sidelink:visited  {
	color : #f7e5d2;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
}


.sidelink:active  {
	color : #f7e5d2;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
}

/* This is the color text will change to when mouse over */
.sidelink:hover  {
	color : #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}





PRE {
	font-size: 9pt;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color : #000000;
	line-height: 12pt;
	text-decoration: none;
}


CODE {
	font-size: 9pt;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color : #000000;
	line-height: 12pt;
	text-decoration: none;
}

.title {
	font-size : 13pt;
	font-family : arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	line-height : 12pt;
	text-decoration : none;
}

.quote {
	font-size : 11pt;
	font-family : arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	line-height : 12pt;
	text-decoration : none;
}

.desc  {
	font-size : 11pt;
	font-family : arial, sans-serif;
	color : #000000;
	line-height : 12pt;
	text-decoration : none;
}
.psmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

