/* NAME: Randy Gibson */
/* CSS FILENAME: acquired.css */
/* Rev: 6/27/2009 */

/* BODY */

	body	{ color: #d0c060;
		  background-color: #000000;
      font-family: Times, serif;
      margin: 1ex; }

/* MASTHEAD */

  .masthead { letter-spacing: 0.5em; border-color: #d0c060;
   border-width: 4px; text-align: center; border-style:outset; 
   padding: 2ex; }
 
  .busname { margin: 1ex auto; font-size: 150%; font-weight: bold; }

/* DIVISION 
	div	{ margin: 0em;
			  width: 100%; 
			  text-align: center; } */
        
/* ALIGNMENT  */

  .blkctr { margin-left: auto; margin-right: auto; }
  .txtctr { text-align: center; }
  .txtlft { text-align: left; }
  .txtrgt { text-align: right; }
  
/* IMAGES */
	img		{ border-style: none; }

/* ANCHORS */
	a		{ text-decoration: underline; }
	a:link		{ color: #8080ff; }
	a:visited	{ color: #80e080; }
	a:hover		{ color: #8080ff; }
	a:active	{ color: #80e080; }

/* HEADINGS */
	h1, h2, h3	{ text-align: center; }
	h4, h5, h6	{ text-align: left;}

/* TABLES */
	table { border-style: ridge; border-color: #D0C060; }
	td,th	{ text-align: center; padding : 2px; border-color: #d0c060; }
	th.section { background-color: #d0c060; color: #000000; }

/* HORIZONTAL RULE */
	hr		{ border-color: #d0c060; color: #d0c060; }

/* UNORDERED LISTS */
	ul {list-style-type: square;}
	ul ul {list-style-type: disc;}

/* DEFINITIONS */ 
	dt 	{ font-weight: bold; }

/* SMALLCAPS CLASS */
	.smlcaps	{ font-size: large; font-variant: small-caps; }

/* INSTRUCTION CLASS */
	.instruct	{ color: #ffffff; font-style: italic; font-size: smaller}