/***  ***/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75.1%;
	color:#AF97C1;
	background-color:#BAA4CA;
	margin:0px 0px 0px 0px ;
	}
a {
	text-decoration: none;
	color: #660099;
	}
a:visited {
	}
a:active {
	text-decoration: none;
	color: #CC00CC;
	}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #4A2570;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
p {
	color:#4A2570;
	font-size: medium;
	line-height: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	}
li {
	font-size: 100%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
td {
	font-size: large;
	color: #4A2570;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}
/*** the following styles and notes are (c) Copyright
Big John @ www.positioniseverything.net ***/
div,p{margin:0}

h1 {
	color:#4A2570;
	}
h2 {
	color:#4A2570;
	}
h3 {
	color:#4A2570;
	}
h4 {
	color:#4A2570;
	}
h5 {
	color:#4A2570;
	}
	
.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}

/***
The following fixes prevent justified italic text
from destroying the layout in IE/win. The problem
is that those properties together make IE force the
container wider, which in this type of floated layout
causes a float drop.
Pre-IE6 gets "width: 100%" and "overflow: hidden",
while IE6 gets "width: auto" and "overflow: visible,
which is the default, but explicitly stating it seems
to keep IE6 happy. IE6 also needs to see the
"height: 1%" to give it some kind of box dimension.
Browser coddling we call it. Finally, Bruno Fassino
found that "word-wrap: break-word;" disarranged the
justified text in IE5.5 and 6, so it is defaulted to
"normal" for this text.
If you don't need justified and italicized text then
forget all these fixes.
Although, ClevaTreva adds, I have seen some odd
behavior with normal justified text in IE, so
this may be worth remembering.
***/

/* \*/
* html .italics-test, * html .italics-test-side {
overflow: hidden;
width: 100%;
o\verflow: visible;
w\idth: auto;
he\ight: 1px;
word-wrap: normal;
}
/* */
.titles {
	FONT-SIZE: 130%;
	text-transform: ;
	text-align: right;
	background-image: url(../images/Bgrd_Title.gif);
	height: 32px;
	width: 80%;
}
#footerText {
	color: #FFFFFF;
	padding-top: 35px;
	padding-right: 15px;
	padding-left: 15px;
}

#footerText a{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.ProductName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}
.SideBarLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #330033;
}
