/* redefined default styles */
h1 	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-large; 
	font-style: normal; 
	font-weight: bold; 
	text-align: center; 
	color: #000066;
	}
h2 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}
p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 110%;
	}
a 	{
	font-family: Arial, Helvetica, san-serif;
	font-size: small;
	text-decoration: none;
	color: #3300FF;	
	}
a:visited 		{color: #3300FF;}
a:active 		{color: red;}
a:hover 		{color: red;}
	
/* content styles */
.content	{color: #000066;}

.imageLeft	{float: left; margin: 20px 20px 10px 0;}
.imageRight {float: right; margin: 10px 0 10px 20px;}

/* list styles */
ul li  
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
	color: #000066;
	}
ul li.off  
	{
	list-style-type: none;
	margin-left: -1em;
	}
ol li  
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	list-style-type: decimal;
	color: #000066;
	}
li a	{
	color: #3300ff;
	font-size: x-small;
	font-weight: bold;
	}
li a:visited	{color: #3300ff;}
li a:active 	{color: red; }
li a:hover 		{color: red;}
dl 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-align: left;
	}
dl dd {
	font-style: oblique;
	font-weight: normal;
	}
dd a	{
	color: #3300ff;
	font-size: small;
	}
dd a:visited	{color: #3300ff;}
dd a:active 	{color: red; }
dd a:hover 	{color: red;}

