/* link visited */
	a, A:link, a:visited, a:active
		{color: #0000aa; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px;}

/* link hover */
	A:hover
		{color: #ff0000; text-decoration: none; font-family: Tahoma, Verdana; font-size: 11px;}

/* table items */
	p, tr, td, ul, li
		{color: #000000; font-family: Tahoma, Verdana; font-size: 12px;}

/* header 1 */
	.header1, h1
		{color: #ffffff; background: #4682B4; font-weight: bold; font-family: Tahoma, Verdana; font-size: 13px; margin: 0px; padding: 2px;}

/* header 2 */
	.header2, h2
		{color: #000000; background: #DBEAF5; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}

/* header 3 */
	.header3, h3
		{color: #000000; background: #EBEBEB; font-weight: bold; font-family: Tahoma, Verdana; font-size: 14px;}

/* header 4 */
	.header4, h4
		{color: #000000; background: #FFFFFF; font-weight: normal; font-family: Tahoma, Verdana; font-size: 12px;}

/* Column within the content body row */
	.intd
		{color: #000000; font-family: Tahoma, Verdana; font-size: 11px; padding-left: 15px;}