/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	margin:				0px;
	padding:			0px;
	background-color:	        #8B6E8D;
        background-image:		url( /stuff/contentmgr/files/b96da9fa45720b3e7e7603410895419f/misc/site_bg2.jpg );
	background-repeat:		no-repeat;
}

hr
{
	/*	Do not show <hr> tags */
	display:			none;
}

p
{
	/*	Disable margin when <p> tags used */
	margin:				0px;
}

a
{
	text-decoration:	none!important;
	color:				none!important;
        border:                 none!important;
}

a:hover
{
	color:				none!important;
	text-decoration:	none!important;
        border:                 none!important;
}

h1,.headline
{
	margin:				.5em 0em 0em 0em;
	padding:			0em;
	display:			block;
	line-height:		1.0em;
	font-family:		times new roman,serif;
	font-weight:		normal;
	font-size:			1.5em;
	color:				rgb(0,82,156);
}

h2, h3,.subheadline
{
	margin:				0em;
	padding:			0em;
	display:			block;
	line-height:		1.0em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			1.0em;
	color:				black;
}
h4{	margin:				0em;	padding:			0px 0px 0px 10px;	display:			inline;
	line-height:			1.0em;	font-family:			verdana,arial,sans serif;	font-weight:			normal;	font-size:			8px;	color:				white;}h4 a{	margin:				0em;	padding:			0px 0px 0px 10px;	line-height:			1.0em;	font-family:			verdana,arial,sans serif;	font-weight:			normal;	font-size:			8px;	color:				white;	text-decoration:		none;}h4 a:hover{	margin:				0em;	padding:			0px 0px 0px 10px;	line-height:			1.0em;	font-family:			verdana,arial,sans serif;	font-weight:			normal;	font-size:			8px;	color:				white;	text-decoration:		none;}
blockquote
{
	margin:			1em 3em;
	border-top:		1px solid rgb(221,204,204);
	border-bottom:	1px solid rgb(221,204,204);
	padding:		0.5em 0em;
	font-family:	times new roman,times;
	font-size:		1.15em;
	font-style:		italic;
	line-height:	1.4em;
	color:			rgb(153,51,51);
}

