/* GLOBAL CLASSES
 *---------------------------------------------------------------------------*/
body, td, div, button
{
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	color: white;
}

form, input, select, textarea
{
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0px;
	padding: 0px;
	font-size:10px;
}

td.leftpad {
	padding-left:8px;
}

html,body {
    font-family: verdana;
    font-size: 11px;
	background-color: #000000;
}

a { 
    color: #333333;
}

/* tables */

table {
    border-collapse: collapse;
}

td {
    font-family: verdana;
    font-size: 11px;
}

th {
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}

/* text */
h1 {
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
}

.centered {
    font-family: arial;
    font-size: 12px;
    text-align: center;
}

.tigerhatch {
	background-image: url('images/tigerstripes2.gif');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center
}

.tiger2 {
	background-image: url('images/tigerstripes.gif');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center
}

/* Link Styles
 *---------------------------------------------------------------------------*/
a:link {
    color: #BB5913;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
    color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    color: #CC3300;
	font-weight: bold;
	text-decoration: underline;
}

