	body {
		background-image: url(images/sitebg.gif);
		background-position: center;
		background-repeat: repeat-y;
		margin-top: 0px;
		font-family: Tahoma, sans-serif;
		font-size: 11px;
	}
	td {
		font-family: Tahoma, sans-serif;
		font-size: 11px;
	}
	a {
		color: blue;
	}
	a:hover {
		color: blue;
	}
	.phone {
		font-family: Verdana, sans-serif;
		font-size: 13px;
		font-weight: bold;
	}
	input, select {
		font-family: Tahoma, sans-serif;
		font-size: 11px;
	}
	.cmenu {
		display: none;
		position: absolute;
		border: 1px #999999 solid;
		background-color: #EEEEEE;
	}
	a.smallc {
		font-family: Tahoma, sans-serif;
		font-size: 9px;
		text-decoration: none;
		color: #333333;
	}
	a.smallc:hover {
		font-family: Tahoma, sans-serif;
		font-size: 9px;
		text-decoration: none;
		color: blue;
	}
	.small {
		font-family: Tahoma, sans-serif;
		font-size: 9px;
	}
	
	
	/* sms gadget */
.digit {
	font-size: 9px;
	font-weight: bold;
}
.letters {
	font-family: Arial, sans-serif;
	font-size: 9px;
}
.key1 {
	/*background-image: url(images/cellkeys/key_bg1.gif);*/
	background-color: #DDDDDD;
	border: 1px #666666 solid;
}
.key2 {
	/*background-image: url(images/cellkeys/key_bg2.gif);*/
	background-color: #fffc00;
	border: 1px #ffa800 solid;
}
.cellscreen {
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	padding: 2px;
	color: #FFFFFF;
}
textarea {
	font-family: Tahoma, sans-serif;
	font-size: 9px;
}
	