/*  Beagle Engineering Style Sheet  */


/* General page style. */
body {
	background-color: #AAAAAA;
}


/*Link Coloring */
A:link		{font-size : 15px; color:#D09800; text-decoration:none}
A:visited	{font-size : 15px; color:#D09800; text-decoration:none}
A:active	{font-size : 15px; color:#D09800; text-decoration:none}
A:hover		{font-size : 15px; color:#AD8611; text-decoration:none}

/* General text */
.title	{ font-size : 17px; color : #000000; font-family: arial, verdana, sans-serif; }
.text		{ font-size : 15px; color : #000000; font-family: arial, verdana, sans-serif; }
.light	{ font-size : 13px; color : #666666; font-family: arial, verdana, sans-serif; }
.menu		{ font-size : 14px; color : #FFFFFF; font-family: arial, verdana, sans-serif; }

/* Form Elements */
input.textbox	{ font-family: Arial; color: #000000; font-size : 15px; }
input.button	{
	font-family: Arial;
	background: #CCCCCC;
	color: #000000;
	border: 1px solid #000000;
  font-weight : bold;
}

/* Main table background */
td.maintd	{
	background-color: #FFFFFF;
	background-image: url('../images/background.gif');
	background-repeat: no-repeat;
	background-position: bottom right; 
}