body {
	font-family: Sans-Serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	background: white url("globe4.jpg") no-repeat center center fixed;
        margin:0px auto auto auto;
	padding:0px 0px 7px 7px;
}

b {
	font-weight:normal;
	/*text-shadow: 0 0 3px rgba(0,60,0,0.3), 0 1px 1px rgba(0,0,60,0.8)*/
	text-shadow: 1px 0 2px rgba(0,0,0,0.5)
}

p.ln {
        margin: 6px 0;
        padding: 5px;
        background-color: #cad3e0;
        border-radius: 6px;
        display: block;
	font-family: inherit;
	font-size: inherit;
}

/* div implies "display: block": */
div.ln {
        margin: 0;
        padding: 4px;
        background-color: #cad3e0;
	display:inline-block;
	font-family: inherit;
	font-size: inherit;
}

span.ln {
        margin: 0;
        padding: 4px;
        background-color: #cad3e0;
        border-radius: 6px;
}

div {
	font-family: Sans-Serif;
	font-size: 14px;
	margin: 3px;
	padding: 4px;
	display: block;
	border-radius: 6px;
}

td {
	font-family: Sans-Serif;
	font-size: 14px;
	border-radius: 2px;
	text-align: left;
	font-weight: normal;
}

th {
	font-family: Sans-Serif;
	font-size: 14px;
	border-radius: 2px;
}

li {
	margin-bottom: 5px;
}

a:link {
	color: #665500;
	text-decoration: underline;
}
a:visited {
	color: #5488b1;
	text-decoration: underline;
}
a:active, a:hover {
	color: #52b6e9;
	text-decoration: underline overline;
        background: #eff6fa
}
a.site:link, a.site:visited { color: #2438a1; }
a.user:link, a.user:visited { color: #236823; }
a.search:link, a.search:visited { color: #df7925; }
a:hover,a.site:hover,a.user:hover,a.search:hover { background-color: #fff6cf; }

.xsmall {
	font-size: 10px;
}
.small {
	font-size: 12px;
}
.large {
	font-size: 16px;
}
.xlarge {
	font-family: Tahoma,Gadget,Sans-Serif;
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.domain {
	margin: 3px;
	padding: 0px 5px 2px;
	background-color: #e8cfcf;
	border-radius: 6px;
	font-family: Tahoma,Gadget,Sans-Serif;
	font-size: 22px;
	/*font-weight: bolder;*/
	color: #5488b1;
	white-space: nowrap;
	overflow: visible;
}
.green {
	color: #238e23;
}
.blue {
	color: #243881;
}
.white {
	color: #ffffff;
}
.red {
	color: #ff0000;
	font-family: inherit;
}

.bttn {
	font-weight: bold;
	font-family: inherit;
	font-size: 14px;
	font-style: normal;
	color: #5488b1;
	background-color: #effaff;
	border-top: 1px hidden;
	border-bottom: 1px solid #5488b1;
	border-left: 0px none;
	border-right: 0px none;
	text-decoration: none;
	white-space: nowrap;
	overflow: visible;
	padding: 0px 2px;
	cursor: pointer;
	/*cursor: hand; was needed in IE5.5*/
}
.bttn:hover {
	color: #52b6e9;
	background-color: #eff6fa;
	border-top: 1px solid #5488b1;
}

input, textarea {
	border: 1px solid green;
	padding: 0 3px;
	border-radius: 3px;
}
