/* -------- Avoti.com stylesheet standard elements -------- */

html, body
{
	height:		100%;
	padding:	0;
	margin:		5px 0 0 0;
	background:	#CCCC9A;
	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;
}

a
{
	text-decoration:	none;
}

a:link
{
	color:	#196219;
}

a:visited
{
	color:	#196219;
}

a:hover
{
	color:	#A01515;
	text-decoration:	underline;
	
}

a:active
{
	color:	#A01515;
}

p
{
	margin: 20px 15px 20px 15px;
	padding: 0;
}

h1	{
	font-size:	20px;
	}

h2	{
	font-size:	18px;
	}

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:		#3799AD;
	background-color: transparent;
	margin:		0 0 0 0;
	padding:	5px 0 0 0;
	}

img
{
	border: 0px;
}

