/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 100%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.15;
}
h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
	font-family: "Arial";
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1_yellow {
	font-size: 30px;
	line-height: -1;
	margin-bottom: 0.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #FFCC00;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCC00;
	font-weight: lighter;
	font-variant: small-caps;
	line-height: -2;
}
p           {
	margin: 0 0 1.5em;
}

a:focus, 
a:hover     { color: #58595B; }
a           {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}
.quiet      {
	color: #999999;
	font-size: 10px;
}

.hide       { display: none; }
.align_top  { vertical-align: top;}
.align_bottom{ vertical-align:bottom;}

.MainMenu a {
font-family:Tahoma;
color:#000000;
font-size:11px;
text-decoration:none;
font-weight:bold;
}

.footer{
/*border-top:0px solid #999;
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;*/
height:40px;
padding:5px;
background-color:#FFFFFF;
}
.align_left{
	float:left;
}
.textCenter{
	text-align:center; 
}
.textRight{
	text-align:right; 
}
h1_white {
	font-size: 30px;
	line-height: -1;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	color: #FFFFFF;
}
.Collections_Yellow {
	color: #FFCC00;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: lighter;
}
.Collections_White {
	color: #999999;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
}
.quietCopy {
	color: #FFCC00;
	font-size: 10px;
}
.Collections_WhiteCopy {
	color: #999999;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
