/* Tag's */
a:link, a:active, a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #65659C;
	text-decoration: none;
}
img{
	border: 0px;
	vertical-align: middle;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	white-space: nowrap;
}
/* Classes */
.menu{
	top: 0px;
	left: 0px;
	text-align: left;
	vertical-align: middle;
	height: 20px;
}
a:hover.menu{
	color: #EEEEEE;
	text-decoration: none;
}
.textbox{
	border-color: #6B6B99;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	color: #000000;
}
.button{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color:#efefef;
	color: #000000;
}
.title{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: medium;
	white-space: nowrap;
}
.title-sub{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: small;
	white-space: nowrap;
}

