body {
	font-family: Arial, Helvetica, sans-serif;
}

/* DEFAULT LINKS */
a:link	{color: #000; text-decoration: underline;}
a:visited	{color: #000; text-decoration: underline;}
a:hover	{color: #000; text-decoration: underline;}
a:active 	{color: #000; text-decoration: underline;}

/* HIDE THESE ITEMS */	
#header-page {display: none;}
#leftmenu {display: none;}

#header-page-print {
	height: 105px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

ul {list-style-type:square; }

ul.swipe {list-style-image: url(../images/redswipebullet.gif); }

ul.pdf {list-style-image: url(../images/pdficon_small.gif); }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}

b.blue {
	font-weight: bold;
	color: #000066;
}

.text_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.heading_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}
.heading_subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}
.bold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}