body{
	background-color:#FFFFFF;
	font-size:11px;
	border:0px;
	margin:0px;
	background-image:url('bg.gif');
}

.small {
	font-size: 9px; color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright {
	font-size: 10px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #0066cc; text-decoration: none;
}
a:hover {
	color: #A70000; text-decoration: none;
	cursor: pointer;
}
.text {
	font-size: 11px; color: #333333; font-family: Arial, Helvetica, sans-serif
}
.title {
	font-weight: bold; font-size: 18px; color: #333333; font-style: normal; font-family: Arial, Helvetica, sans-serif;
}
.title a:link {
	font-weight: bold; font-size: 18px; color: #333333; font-style: normal; font-family: Arial, Helvetica, sans-serif;
}
.title a:hover {
	font-weight: bold; font-size: 18px; color: #333333; font-style: normal; font-family: Arial, Helvetica, sans-serif;
}
.title a:visited {
	font-weight: bold; font-size: 18px; color: #333333; font-style: normal; font-family: Arial, Helvetica, sans-serif;
}

.red {
	color: #ff0000
}
.subtitle {
	font-weight: bold; font-size: 12px; color: #000000; font-family: Arial, Helvetica, sans-serif;
}
.contact {
	font-size: 9px; width: 111px; border: #7f9db9 1px solid; font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.input {
	width: 150px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; height:18px; border: #7f9db9 1px solid;
}

form {
	margin: 0px;
}
.bigbuttons {
	width: 200px;
}

h1 {display:none}
img {border:0;}


.broken_link {
	background-image: url('broken_link.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none #FFFFFF;
	height: 26px;
	width: 101px;
	cursor:pointer;
}

.suggest_link {
	background-image: url('suggest_link.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none #FFFFFF;
	height: 26px;
	width: 101px;
	cursor:pointer;
}


.add_button {
	background-image: url('add_button.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none #FFFFFF;
	height: 17px;
	width: 73px;
	cursor:pointer;
}


.confirm_button {
	background-image: url('confirm_button.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none #FFFFFF;
	height: 17px;
	width: 73px;
	cursor:pointer;
}

.cancel_button {
	background-image: url('cancel_button.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none #FFFFFF;
	height: 17px;
	width: 73px;
	cursor:pointer;
}

#dhtmltooltip{
	position: absolute;
	font-size:12px;
	width: 180px;
	border: 1px solid #293E58;
	color: #42608A;
	padding:2px 2px 2px 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
}
