@charset "utf-8";
/* CSS Document */
/*
<------------------------------------------------------------------------------------------------>
							This three elements are not displayed
							on all pages.
<------------------------------------------------------------------------------------------------>
*/
#Banner, #Subbg, #SideBar, #Menu, #MenuBar3, #MobileFooter
{
	display: none;
}
/*
<------------------------------------------------------------------------------------------------>
							When the user print the doc.
							the company name will appear
							on it.  The header and para-
							graph font will be set.
<------------------------------------------------------------------------------------------------>
*/
#SiteName
{
	display: inline;
}
h2
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 24px;
	font-weight: bold;
	visibility:visible;
}
.ul
{
	list-style-type: square;
}
.p
{
	font-family:Tahoma;
	font-size: 16px;
	text-align: justify;
	text-indent: 4mm;
}
a
{
	color: #000000;
	text-decoration: none;
}
#References
{
	display: inline;
	font-family: Tahoma;
	font-size: 16px;
	text-align: justify;
	text-indent: 4mm;
}