@charset "utf-8";

body{
	font-family: Tahoma;
	font-size:12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
	font-size:12px;
}

a:link{
	color: #006699;
	text-decoration: none;
	font-size:12px;
}

a:visited{
	color: #006699;
	text-decoration: none;
	font-size:12px;
}

a:hover{
	color: #006699;
	text-decoration: underline;
	font-size:12px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.form{
  font-size: 12px;
  color:#000000;
  font-family: Tahoma;
}

.textbox{
  font-size: 10px;
  color:#000000;
  font-family: Tahoma;
}

.text{
  font-size: 12px;
  color:#000000;
  font-family: Tahoma;
}

.button{
  font-size: 12px;
  color:#000000;
  font-family: Tahoma;
}

#content{
  font-size: 12px;
  color:#000000;
  font-family: Tahoma;
}