html,body
{
      margin:0px;
      padding:0px;
      height:100%;    /*stretches table to 100% height*/
      border:none;
      background-color: #444D84;
}

table
{ 
      margin-left: auto;    /*centers the table*/
      margin-right: auto;   /*centers the table*/
      width: 750px;
      border: 0px;
}

.spacingbg    /* light purple bg on both sides of the main table */
{                
      background-image: url(../autographs/images/bg_tilestrip.jpg);
      width: 2px;
}
	
.tablebg     /* darker purple bg on the center table cell, the main table */
{
      background-image: url(../autographs/images/bg_tile.jpg);
      width: 746px;
      color: #FFFFFF;
      font-family: Geneva, Arial, Helvetica, sans-serif;
      font-size: 14px;
}
	
a:link 
{
      color: #CCCCFF;
}

a:visited 
{
      color: #CCCCFF;
}
		
a:hover 
{
      color: #FFFFFF;
	  text-decoration: none;
}
	
a:active 
{
      color: #CCCCFF;
}

.heading    /* the larger white font that is a heading */
{
      color: #FFFFFF;
      font-family: Geneva, Arial, Helvetica, sans-serif;
      font-size: 28px;
}

.disclaimer    /* disclaimer at the bottom */
{
      color:#FFFFFF;
      font-family: "Times New Roman", Times, serif;
      font-size: 14px;
      font-style: italic;
}

.infotable    /* table within section that contains info */
{
	width: 70%;
	color: #FFFFFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: thin solid #6370C2;
}

.infotablerow    /* the darker shade of purple */
{
    background-color: #444D84;
}

.infotablerow2    /* the lighter shade of purple */
{
    background-color: #4C5692;
}

.titletable    /* table that holds the titles to sections */
{
	width: auto;
}

.darkertext
{
      color: #CCCCFF;
      font-family: Geneva, Arial, Helvetica, sans-serif;
      font-size: 15px;
}

.smallertext    /* normal text, a bit smaller */
{
      font-size: 12px;
}

.reviewtable    /* table that holds our reviews */
{
	width: 96%;
}