/* style sheet */

body {
	background-color: #435a68;
	/*background-image: 
		url(http://img.photobucket.com/albums/v675/jmrozman/steve/play/buriedrail_front_1.jpg);*/
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-attachment: fixed;

	/*text color*/
	color: white;
	font: 12px arial
}

p {
	font: 12px arial
}

p:tiny {
	font: 9px arial
}

h2 {
	font: 20px arial;
	font-weight: 700
}

a:link {			/* unvisited link */
	color: #00FF00; 
	font: 12px arial;
	text-decoration: none
}

a:visited {			/* visited link */
	color: #00AAFF; 
	font: 12px arial;
        text-decoration: none
}

a:hover {			/* mouse over link */
	color: #FF00FF; 
	font: 12px arial;
        text-decoration: none
}

a:active {			/* selected link */
	color: #0000FF; 
	font: 12px arial;
        text-decoration: none
}


td {
	text-align: center
}

td.text {
	text-align: left
}

tr.text {
	background-color: #435a68
}

tr {
	background-color: #666666
}

img.centered {
	display: none;
	margin-left: auto;
	margin-right: auto
}	
