/* -------- Avoti.com stylesheet standard elements -------- */

html, body
{
	padding:	0;
	margin:		0;
  background-image: url("img/themes/default/bg_iframe.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;

	font-family: Arial, Verdana, sans-serif;
	font-size:	12px;
	color:		#000000;
}

div, p, th, td, li, dd, dl, dt
{
	/* redundant selectors to help NS4 not forget */
	font-family: Arial, Verdana, sans-serif;
	font-size:	12px;
}

li
{
padding : 3px 0 3px 0;
}

ul
{
margin: 0px 0 0 40px;
padding: 0;
}

a
{
	font-size: 12px;
	text-decoration:	underline;
	font-weight:	none;
}

a:link
{
	color:	#1426B0;
}

a:visited
{
	color:	#715A7D;
}

a:hover
{
	color:	#A01515;
}

a:active
{
	color:	#A01515;
}

p
{
font-size: 12px;
	margin: 0px 15px 10px 15px;
	padding: 0;

}

h1	{
	font-size:	18px;
	font-style: italic;
	margin: 0;
	padding: 10px 0 5px 15px;
	}

h2	{
	font-size:	14px;
	font-style: italic;
	margin: 0;
	padding: 10px 0 15px 15px;
	}

h3	{
	font-size:	16px;
	}

h4 {
	font-size:	14px;
	}

h5	{
	font-size:	13px;
	}

h6	{
	font-size:	12px;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: Arial, Verdana, sans-serif;
	font-weight:	bold;
	color:		#1A4864;
	background-color: transparent;
	}

img
{
	border: 0px;
}


h2.news_heading	{
	font-size:	14px;
	font-style: italic;
	margin: 0;
	padding: 0;
	}
