body {
	background-image: url(./images/bg_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0;
}
body, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.0pt;
}
.button {
	cursor: hand;
}
.source {
	font-style: italic;
}
.switch_cell {
	background-image: url(./images/switch_bg.jpg);
	background-repeat: repeat-x;
}
.switch_form {
	background-color: #ffffff;
	height: 20;
	border-left: 2px inset #aaaaaa;
	border-top: 2px inset #aaaaaa;
	border-bottom: 2px inset #dddddd;
	border-right: 2px inset #dddddd;
	border-color: #eeeeee;
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}
.drop_shadow {
	background-image: url(./images/drop_shadow_bg.jpg);
	background-repeat: repeat-y;
}

.ucall_rate {
	color: #005095;
	font-weight: bold;
}


.fade_button {
	filter: blendTrans (duration = 0.01);
	cursor: hand;
}
.login_status {
	font-weight: bold;
	color: #ffffff;
}
A:link {text-decoration: none; color: #004D91;}
A:visited {text-decoration: none; color: #004D91;}
A:active {text-decoration: none; color: #004D91;}
A:hover {text-decoration: underline; color: #6699cc;}


.subhead {
	font-size: 12pt;
	font-weight: bold;
}

.content {
	padding: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

.msg {
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}

input {
	font-size: 8pt;
	background-color: #efefef;
}

.logo {
	position: absolute;
	margin-top: 20px;
	margin-left: 10px;
}