html {
  height: 100%;
  margin-bottom: 1px;
}
html, body,  span, h1, h2, h3, h4, h5, h6,  a, em, font,
strong, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
body {
	font-size: 13px;
	font-family:Tahoma;
	line-height: 1.6;
	color:#000000;

}
a {
	color:#003399; 
}
.clear {
	clear: both;
}
.floatleft{float:left;}
.nounderline
{
	text-decoration:none;
}
.title{ font-size:14px; margin:0 0 10px 0;}

a.blue{color:#78bdde; font-weight:bold;}
{
	text-decoration:underline;
}
.name
{
	color:#000000; 
}
.name a
{
	color:#000000; 
}
.name a:hover
{
	text-decoration:none;
}
.uppercase
{
	text-transform:uppercase;
}
.bold
{
	font-weight:bold;
}
.padding_20px
{
	padding:20px;
}
.padding_10px
{
	padding:10px;
}
.padding_5px
{
	padding:5px;
}

.black{color:black;}
form {
  margin: 0;
  padding: 0;
}
fieldset input, fieldset textarea { margin: 0px; padding: 0px; }
fieldset { border: none; margin:0;}
fieldset legend { display: none; }
a{color:#000;}
a:link, a:visited {
	text-decoration: none;
	 
}
a:hover {
	text-decoration: underline;
	 
}
input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }
ul{margin:0; padding:0;}
.justify{text-align: justify;}