/*AVGStyle.css*/

body		{background-color: #FFFFFF; color: #FFFFFF;
		background-image: url(images/avgoldbg.jpg); background-repeat: repeat-y;
		}

img.headingImg	{position: absolute; left: 0; top: 0;}

p		{font-family: Tahoma, sans-serif; font-size: 12pt;
		text-align: justify;/* text-indent: 20px;*/}
			
table.body	{border-collapse: collapse;
		position: absolute; top: 80px; left: 0px;
		font-family: Tahoma, sans-serif; font-size: 9pt; color: #000000;
		text-align: left; vertical-align: top;}
			
table.list	{border-collapse: collapse;
		max-height: 800px; overflow: scroll;
		font-family: Tahoma, sans-serif; font-size: 9pt; color: #000000;
		text-align: left; vertical-align: top;}

td.list		{border-bottom: thin solid teal;}
			
td.jewelgroup		{font-size: 8pt;/* font-style: italic;*/ color: gray;
					text-align: center;}

td.story		{text-align: justify;}
			
/* anchor properties */
/*a		{color: #7a4d19; text-decoration: none;}*/		   
a		{color: #DD6600; text-decoration: none;}		   

a:link		{color: #DD6600; text-decoration: none;}	   

a:hover		{color: #B22222; text-decoration: none;}		   

a:active	{color: #CD5C5C; text-decoration: none;}

a:visited	{text-decoration: none;}

a.email {color: blue;}

/* division properties */
#div1		{position: absolute; left: 85px; top: 146px;}
			
#div2		{position: absolute; left: 55.25px; top: 188px;}
			
#div3		{position: absolute; left: 38.25px; top: 230px;}
			
#div4		{position: absolute; left: 25.5px; top: 272px;}
			
#div5		{position: absolute; left: 17px; top: 314px;}
			
/* header properties */
h1		{font-size: 24pt; font-family: serif; color: #006400;}
			
h2		{font-size: 12pt; font-family: serif; color: #DD6600;
		font-style: italic;
		text-align: left;}
			
h3		{font-size: 14pt; font-family: Tahoma, sans-serif; color: #8B4513;
		text-align: center;}

/* special area properties */
.write		{text-align: justify; vertical-align: top;}

.imagemargin	{margin: 0px 0px 15px 15px;	}
 
.bodi		{position: absolute; left: 0%;}

.dlogo		{z-index: 0;}

.busname	{position: absolute; left: 100px; top:40px; z-index: 0;}

.menu		{font-size: 10pt; font-weight: bold;
		font-family: Tahoma, sans-serif;}
			
.descrip		{font-size: 10pt; font-weight: normal;
		font-family: Tahoma, sans-serif;}
			
.select		{color: gray;}

.jewelgroup		{font-size: 7pt;/* font-style: italic;*/ 
				color: #DD6600; background-color: wheat;
					text-align: center;}
					
.dirbtn	{color: #DD6600; font-family: Tahoma, sans-serif;
		font-size: 85%; font-weight: bold; background-color: wheat;
		border: 1px solid; 
		border-top-color: #DD6600;
		border-left-color: #DD6600;
		border-right-color: #B22222;
		border-bottom-color: #B22222;}
		
.footer		{color: #808080; font-size: 8pt; font-weight: bold;
		text-align: right;
		padding-top: 4px; padding-bottom: 0px;}

