body
{
	background: url(../images/bckgr.jpg);
	margin: 0px;
	font-family: 'times new roman';
	font-size: 16pt;
	text-align: center;
	min-width: 1065px;
}

a	
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #267bd9;
}

input[type="submit"]  
{
	padding: 4px 8px;
	font-size: 12px;
}

button, #silkabut
{
	padding: 5px 10px;
	font-size: 12px;
	background: #E7E7E7;
	text-align: center;
	cursor: pointer;
	border: solid 1px #b1b1b1;
}

button:hover 
{ 
  background: #E1EFFC;
  color: #000000;
  border: solid 1px #7EB4EA;
}

#silkabut:hover 
{ 
  background: #E1EFFC;
  color: #000000;
  border: solid 1px #7EB4EA;
}

button:active 
{
  background: #C8E2FC;
}

#silkabut:active 
{
  background: #C8E2FC;
}

img
{
	border: 0px;
}

table
{
	border-collapse: collapse;
	font-size: 14pt;
	border: solid 1px black;
}

tr,th
{
	border: solid 1px silver;
}

td
{   
    border: solid 1px silver;
	background-color: #f2f2f2;
}

#divsty
{
	background-color: #ffffff;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

#silkared
{
	color: #ff0000; 
	text-decoration: underline;
}


