
body {
	margin: 0; padding: 0;
	background-color: #FFF;
}

img {
	border: 0;
}

a:link { 
	color: #001A93; 
	text-decoration: underline;
}

a:visited { 
	color: #001A93; 
	text-decoration: underline;
}

a:active { 
	color: #0F4961; 
	text-decoration: underline;
}

a:hover { 
	color: #0F4961; 
	text-decoration: underline;
}

a img {
	border: 0;
}

.ns {
	color: #4d4d4d;
	background: url(/xor/images/newscorner.gif) no-repeat #FFFFFF 0px 0px; 
	width: 100%; padding: 9px;
	margin-bottom: 20px;
}

img {
	border: 0;
}

.quoted {
	background-color: #EEEFF4;
	border-left: 2px solid #F0B551;
	padding-left: 5px;
}
.c {text-align: center;}

.comment_block p {
	background-color: #EEEFF4;
	margin-bottom: 0;
}

.comment_block blockquote {
	background-color: #EEEFF4;
	margin-top: 0;
}

#commentform_block {
	margin-top: 50px;
	font-weight: bold;
	text-align: center;
	width: 735px;
	overflow: hidden;
}

#commentform_block .formbutton {
	background-color: #EEEFF4;
	color: #000;
	border: 1px solid #000;
	float: left;
	margin-left: 170px;
	cursor: pointer;
}
#commentform_block label {
	background-color: #f9f9f9;
	margin-top: 5px;
	display: block;
	text-align: left;
	font-size: 84%;
}
#commentform_block label span {
	display: block;
	width: 22%;
	float: left;
	text-align: right;
	padding-right: 5px;
}
#commentform_block label input, #commentform_block label textarea {
	width: 75%;
}

#tooltip{
	background: #EEEFF4;
	border: 1px solid #000;
	padding: 5px 10px 5px 10px;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	position:absolute;
	visibility:hidden;
}

#sape {
	font-size: 80%;
	color: #cfcfcf;
}
#sape a{
	color: #cfcfcf;
}

.calendar {
	font-size: 82%;
	margin-right: auto;
	margin-left: auto;
}

.calendar .calendartitle {
	font-weight: bold;
	text-align: left;	
	border: 0;
	background-color: transparent;
}

.calendar .weekend {
	text-align: right;
	padding: 0 1px;
	color: #000;
	border: #000 solid 1px;
	background-color: #F0B551;
}

.calendar  .weekday{
	text-align: right;
	border: #aaa solid 1px;
	background-color: #F9F9F9;
	padding: 0 1px;
}

.calendar .wdtitle, .invert {
	background-color: #B3BBC8;
	color: #000;
	font-weight: bold;
	border: 0;
	text-align: center;	
}
.calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	
}
.calendar a:hover {
	background-color: #F0B551;
	color: #000;
}

#tag_cloud {
	width: 470px;
	margin: 0 auto;	
	text-align: center;
}
#tag_cloud a {
  text-decoration: none;
  white-space: nowrap;
  background-color: #EEEFF4;
}
#tag_cloud a.tagsize4 {
color: #000;
font-size: 240%;
}
#tag_cloud a.tagsize3 {
color: #000;
font-size: 200%;
}
#tag_cloud a.tagsize2 {
color: #000;
font-size: 180%;
}
#tag_cloud a.tagsize1 {
color: #000;
font-size: 140%;
}
#tag_cloud a.tagsize0 {
color: #000;
font-size: 100%;
}
#tag_cloud a:hover {
  text-decoration: underline;
  color: #000;
}
.cloudsize0 {line-height: 101%;}
.cloudsize1 {line-height: 141%;}
.cloudsize2 {line-height: 181%;}
.cloudsize3 {line-height: 201%;}
.cloudsize4 {line-height: 241%;}

