/* tompitts.net stylesheet information */


/* colors and style of font for time of day */

.styling
{
	background-color:#000000;
	color:#ffff00;
	font: bold 14px MS Sans Serif;
	padding: 3px;
}

body
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #f4f4f4;
	}

/* army background */
.army
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(armybg.gif);
	background-attachment: fixed;
	}

/* baby background */
.baby
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(babybg.jpg);
	background-attachment: fixed;
	}


/* frolic background */
.frolic
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(frolicbg.jpg);
	background-attachment: fixed;
	}


/* jpass */
.jpass
	{
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-image: url(babybg.jpg);
	}




/* Button links */

a.buttons
	{
	display: block;
	border-top: 3px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	padding: 2px 2px 2px 2px;
	width: 95%;
	height: 20;
	color: #ffff00;
	text-align: center;
	background-color: #000000;
	font-family: arial,times,helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}





a.buttons:hover
	{
	display: block;
	border-top: 3px solid #787878;
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	border-left: 2px solid #787878;
	
	padding: 2px 2px 2px 2px;
	width: 95%;
	height: 20;
	color: #ffcc00;
	text-align: center;
	background-color: #8a8a8a;
	font-family: arial,times,helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	}





/* blue links */


a.blue
	{
	font-family: arial,helvetica;
	font-size: 9pt;
	font-weight: normal;
	}

a.blue:link
	{
	color: blue;
	text-decoration: none;
	}

a.blue:visited
	{
	color: blue;
	text-decoration: none;
	}

a.blue:hover 
	{
	color: blue;
	text-decoration: underline;
	}

a.blue:active 
	{
	color: red;
	text-decoration: underline;
	}

/* header information */






/* Main paragraph text */

.white
	{
	color: blue;

	font-family: arial,helvetica;
	font-size: 11pt;
	font-weight: normal;
	}


/* Table data information */

.black
	{
	color: #ffff00;
	background-color: #000000;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	}


/* the welcome to tom pitts small text */
.smallblue
	{
	color: blue;

	font-family: arial,helvetica;
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: 6pt;
	}


/* the welcome to tom pitts big text */
.bigblue
	{
	color: blue;

	font-family: arial,helvetica;
	font-size: 24pt;
	font-weight: normal;
	}