/*  Alternate Tools V 10
(C) 2009 by Christensen
-----------------------------------------------------

File:         alternatetools.css
Description:  Main page CSS stylesheet

*/

/* Format for the body of the website
-------------------------------------------------------------------------------
*/
body
{
  margin-top: 0px;
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #333333;
  background-color: #F0F0F0;
}

/* General format for images
-------------------------------------------------------------------------------
*/
img
{
  border : 0px;
}

/* General format for tables
-------------------------------------------------------------------------------
*/
table
{
  border : 0px;
}

/* Format for the outer table
-------------------------------------------------------------------------------
*/
.table_outer
{
  background-color: #FFFFFF;
  border: 0;
  width: 996px;
  border-left:1px;
  border-left-style: solid;
  border-left-color: #D0D0D0;
  border-right: 1px;
  border-right-style: solid;
  border-right-color: #D0D0D0;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D0D0D0;
}

/* Format for the outer table bottom
-------------------------------------------------------------------------------
*/
.table_outer_bottom
{
  text-align: center;
  background-color: #F3F3F3;
}

/* Format for the main table
-------------------------------------------------------------------------------
*/
.table_main
{
  width: 100%;
  background-color: #FFFFFF;
}

/* Format for the navigation font
-------------------------------------------------------------------------------
*/
.navigate_font
{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #111111;
}

/* Format for the text font
-------------------------------------------------------------------------------
*/
.text_font
{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #333333;
}

/* Format for the dark font
-------------------------------------------------------------------------------
*/
.dark_font
{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #000000;
}

/* Format for the title font
-------------------------------------------------------------------------------
*/
.title_font
{
  font-family: Tahoma,Arial,Helvetica,sans-serif;
  font-size: 18px;
  color: #222222;
}

/* Format for hyperlinks
-------------------------------------------------------------------------------
*/
a:link, a:visited
{
	color: #666666;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #777777;
	text-decoration: underline;
}