body
{
}

.textbox_flat
{
	border-style:solid;
	border-width:1px;
  border-color:Gray;
  color:#054E93;
}

.textbox_noborder
{
	border-style:none;
  color:#054E93;
}


td
{
	font-family:Verdana;
	font-size:12px
}
.border
{
	border-style:solid;
	border-color:Silver;
	border-width:1px;
}


.border_blue
{
	border-style:solid;
	border-color:#87ceeb;
	border-width:1px;
}


.button
{
	border-style:solid;
	border-color:white;
	border-width:thin;
	background-color:Transparent;
	cursor:hand;
	color:white;
	font-weight:bold
}
.Btn_cursor
{
	cursor:hand;
}

.title
{
	font-size:14px;
	font-weight:bold; 
}


A.link, A.link:link, A.link:visited

{
	text-decoration:none;
	color:blue;
	font-size: 12px;
}

A.link:hover
{
	text-decoration:none;
	color:red;
	font-size: 12px;
	cursor:hand;
}

A.link10, A.link10:link, A.link10:visited

{
	text-decoration:none;
	color:blue;
	font-size: 10px;
}

A.link10:hover
{
	text-decoration:none;
	color:red;
	font-size: 10px;
}

.text_10
{
	font-size:10px
}

.text_10blue
{
	font-size:10px;
	color:Blue;
}

.policy
{
	color:#054E93;
	font-family:Verdana;
	font-size:  10px;
	font-weight:normal;
  text-decoration: none;    
}


