/* Gloto CSS Document */

body{
	padding: 10px;
	position: relative;
}

body, table, tr, td, form, input, select, option, a, div, span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, .link{
	color: #999999;	
	cursor: pointer;
}

a:visited, .link:visited{
	color: #666666;
}

a:active, a:hover, .link:active, .link:hover{
	color: #333333;
}

.link{
	text-decoration: underline;
}

a img{
	border: 0px;
}

img, div { 
  behavior: url(css/iepngfix.htc);
}

h1 {
  font-family: sans-serif;
  font-size: 16pt;
}

h2 {
	font-family: sans-serif;
	margin-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

form{
	padding: 0;
	margin: 0;
}
