/* Ubelix.com CSS 11/06  

ubelix color codes
ubelix green = #CCE82E
dark gray = #666666

 navigation link style */

a.button:link
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:normal;
 text-decoration:underline;
 border-style:solid;
 border-color:#ffffff;
 border-width:3px;
 background-color:#ffffff;
 color:#5C6911;
}
a.button:link:hover
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:normal;
 text-decoration:underline;
 border-style:solid;
 border-color:#ffffff;
 border-width:3px;
 background-color:#ffffff;
 color:#ACB863;
}
a.button:visited
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:normal;
 text-decoration:underline;
 border-style:solid;
 border-color:#ffffff;
 border-width:3px;
 background-color:#ffffff;
 color:#666666;
}
a.button:visited:hover
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:normal;
 text-decoration:underline;
 border-style:solid;
 border-color:#ffffff;
 border-width:3px;
 background-color:#ffffff;
 color:#ACB863;
}
a.button:active  
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:normal;
 text-decoration:underline;
 border-style:solid;
 border-color:#ffffff;
 border-width:3px;
 background-color:#ffffff;
 color:#CCE82E;
}
/* TEXT STYLES */

.SmallGrey{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.largeTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}

.RegTextSpaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 1.8em;
	text-decoration: none;
}
/* table strech */
/*
html, body, #wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}*/