
body{
  /* background-color: #346C8D; */
  background-color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #3C3C3C; 
	background-color: Transparent;	
}

a:link{}
a:visited {}
a:active {}
a:hover {
	color: #990000; 
	text-decoration: underline;
}

.fonts_b
{
	color: #000000;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}

.fonts_b16
{
	color: #000000;
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
}

.fonts_b_red
{
	color: #FF0000;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}

.fonts_bs
{
	color: #000000;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}

.fonts
{
	color: #000000;
  font-family: Verdana;
  font-size: 12px;
}

.combo{
	color: #222222;
	font-size: 12px;
	font-family: Verdana;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.flatButton
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;	
	color: #000000;
	background-color: Transparent;
	height: 30px;
	width: 150px;
}