/*default elements*/
body							{	background-image:url(http://www.dr-ivan.com/common/gfx/bkg.png);	}
a:link						{	color: #8297A8;	text-decoration:none	}
a:hover						{	color: #3B444C;	text-decoration:none	}
a:visited					{	color: black;	text-decoration:underline	}
a:active						{	color: red;	text-decoration:none	}
p, table, li				{	color: #404040;	font-size:11px;	font-family:Sans-Serif	}


/* footer */
a.footer						{	color: #707070;	font-size: 9;	text-decoration:none	}
p.footer						{	text-align: center;	color: #5F5F5F;	font-size: 9;	font-family:Sans-Serif	}
hr.footer					{	border:0; color:#808080; background-color:#808080; text-align:center; height:1px; width:800px;	}


/* section titles */
a.section:link				{	font-size:24px;	font-weight:bold;	color:black;	text-decoration:none	}
a.section:hover			{	font-size:24px;	font-weight:bold;	color:#484848;	text-decoration:none	}
a.section:visited			{	font-size:24px;	font-weight:bold;	color:black;	text-decoration:none	}
a.section:active			{	font-size:24px;	font-weight:bold;	color:red;	text-decoration:none	}

a.subsection_b:hover,
a.subsection_a:hover,
a.subsection_sm:hover,
a.subsection_mu:hover,
a.subsection_p:hover,
a.subsection_me:hover		{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#9F9F9F	}

a.subsection_b:link		{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#535DA1	}
a.subsection_a:link		{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#692E8C	}
a.subsection_sm:link		{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#363636	}
a.subsection_mu:link		{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#E9AF4B	}
a.subsection_p:link		{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#D97E50	}
a.subsection_me:link		{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#76A565	}

a.subsection_b:visited	{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#535DA1	}
a.subsection_a:visited	{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#692E8C	}
a.subsection_sm:visited	{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#363636	}
a.subsection_mu:visited	{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#E9AF4B	}
a.subsection_p:visited	{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#D97E50	}
a.subsection_me:visited	{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:#76A565	}

a.subsection_b:active,
a.subsection_a:active,
a.subsection_sm:active,
a.subsection_mu:active,
a.subsection_p:active,
a.subsection_me:active	{	font-size:24px;	text-decoration:none;	font-weight:bold;	color:red	}


/*titles and headers*/
.small_tbl_header			{	font-size:11px;	font-style:italic;	}
.small_title_p				{	font-size:13px;	font-style:italic;	font-weight:bold;	color:#D97E50;	border-bottom-style:dotted ; border-bottom-color: #D97E50; border-bottom-width: 1px;	}
.large_title_p				{	font-size:36px;	font-weight:bold;	text-align:center;	}
/*hr.large_title_hr_p		{	border:0; color:#D97E50; background-color:#D97E50; text-align:center; height:1px;	}*/

td.link_section_header	{	border-bottom-style: dotted ; border-bottom-color: #D97E50; border-bottom-width: 1px;	}

img.illustration			{	border-style: dotted ; border-color: #AAAAAA; border-width: 1px;	}


/*Q&A*/
p.qstn						{	font-weight:bold;	font-style:italic;	}

/*terms*/
p.small_title				{	font-size:14px;	font-weight:bold;	color:#9F9F9F	}



/*deprecated*/

p.title
	{
		font-size:24px;
		font-weight:bold;
		color:black
	}

p.small_title
	{
		font-size:14px;
		font-weight:bold;
		color:#9F9F9F
	}

p.article_metadata
	{
		color: #9F9F9F;
		font-size:11px;
		font-style:italic;
	}


a.no_underline
	{
		text-decoration:none;
	}

a.section_link
	{
		font-size:14px;
		text-decoration:none;
		font-weight:bold;
		color:#9F9F9F
	}



img.img_noborder
	{
		border:0;
	}
