/**********************************
 Content Tags & Styles
**********************************/

body
	{
	margin : 0px;
	}

p, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, center, blockquote
	{
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	}


a:link, a:link:hover, a:visited, a:visited:hover, a:active
	{
	color : #73708D;
	text-decoration : none;
	}
a:link:hover, a:visited:hover, a:active
	{
	color : #73708D;
	text-decoration : underline;
	}

	
h1, h2, h3, h4, h5, h6
	{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	padding-left : 10px;
	}
h1
	{
	font-family : 'arial black';
	color : #666;
	font-size : 30px;
	font-weight : normal;
	line-height : 30px;
	margin : 8px 0px 8px 0px;
	}
h2
	{
	color : #73708D;
	font-size : 24px;
	font-weight : bold;
	line-height : 30px;
	margin : 8px 0px 8px 0px;
	}
h3
	{
	border-top : 1px solid #999;
	color : #000;
	font-size : 18px;
	font-weight : bold;
	line-height : 17px;
	margin : 8px 0px 8px 0px;
	padding : 10px 10px 0px 10px;
	}
h4
	{
	color : #000;
	font-size : 18px;
	font-weight : bold;
	line-height : 17px;
	margin : 8px 0px 8px 0px;
	padding : 10px 10px 0px 10px;
	}
h5
	{
	color : #73708D;
	font-size : 16px;
	font-weight : bold;
	line-height : 18px;
	margin : 18px 0px 8px 0px;
	padding : 0px 0px 0px 10px;
	}
h6
	{
	color : #000;
	margin : 8px 0px 3px 0px;
	text-decoration : underline;
	}
	
	
p
	{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	margin : 0px 0px 11px 0px;
	padding : 0px 10px 0px 10px;
	}



dt
	{
	font-weight : bold;
	color : #960;
	margin : 8px 0px 0px 10px;
	}
dd
	{
	}

	
.alignRight
	{
	float : right;
	border : 1px solid #000;
	margin : 0px 0px 10px 10px;
	}
	
	
/*********************************
 Glossary Styles
**********************************/

.glossaryHeaderLinks
	{
	padding : 5px 0px 5px 0px;
	border-bottom : 2px solid #000;
	}