body { 
	scrollbar-base-color:#C0C7FE;
	scrollbar-arrow-color:#FEC254;
	font-family:Verdana;
	font-size:12px;
	color:#000000;

}



.links a:link, a:visited, a:active { 
	font-family:Verdana;
	font-size:10px;
	color:#3333FF; 
	font-weight:700;
	text-decoration:none;
} 
.links a:hover { 
	font-family:Verdana;
	font-size:10px;
	color:#0000AA; 
	text-decoration:none; 
	
}

.links {
	font-family:Verdana;
	font-size:10px;
	color:#3333FF; 
	font-weight:700;

}

a:link, a:visited, a:active { 
	font-family:Verdana;
	font-size:12px;
	color:#3333FF; 
	font-weight:500;
	text-decoration:none;
} 

a:hover { 
	font-family:Verdana;
	font-size:12px;
	color:#0000AA; 
	text-decoration:none; 
	
}


h2 {
	font-family:Verdana;
	font-size:18px;
	font-weight:100;
	color:#2222FF;
}
.newslink {
	font-size:10px ! important;
	color:#333333 !important;
}
.newsschrift {
	font-family:Verdana;
	font-size:13px;
	color:#FEC254;
}
td {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}
.addnews {
	font-size:8px !important;
}


#d_contentbody {
   padding:6px;
}

#d_contentbody_left {
   float:left;
   width:540px;
}

#d_contentbody_right {
	float:right;
	left:508px;
	width:180px;
	padding:6px;
	border:dotted 2px #6666FF;
	background-color:#DDDDEE;
	z-index: 1001;
}

.c_field {
	background-color:#00FFFF;
}


.d_blog {/* class for the blog entries */
  position:relative;
  padding:6px;
  text-align:left;
  border:2px dashed #6666FF;
  background-color:#DDDDEE;
  width:540px;
}

.d_blog img {/* if you want a CSS class on images contained within blog content, borders and such */
}


/* header styles */
.content_header { /* header for blogs */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
	color:#000000;
	
}

.content_date { /* date sub-header */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}

table#calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:70px;
}
table#calendar caption {
	font-size: 10px;
	
}
table#calendar a {
	text-decoration:none;
	font-size:12px;
	align:center;
}
table#calendar tr#days th {
	color: #000000;
	font-size:10px;
	font-weight: bold;
	padding:5px;
	width:20px;

}
table#calendar tr#title th {
	font-size: 11px;

}
table#calendar td {
	width: 10px;
	height: 10px;
	color: #777777;
	text-align: center;
	vertical-align: top;

}

table#calendar td a {
	width: 10px;
	height: 10px;
	text-align: center;
	vertical-align: top;
	font-weight: bold;


}
table#calendar th a {
	font-weight: bold;
}


table#calendar .today {
	background-color: #FFAAAA;
	
}
table#calendar p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}

ul.linkList {
list-style-image:url('none');list-style-type:none
}
ul.linkList li {
padding-left:15px;
margin-top:6px;
background-image:url('template_img/white_arrow.png');
background-repeat:no-repeat
}
ul.content_linkrow li {
display:inline;
padding-left:15px;
}
ul.content_linkrow li.author {
background-image:url('template_img/person.png');
background-repeat:no-repeat
}
ul.content_linkrow li.comments {
background-image:url('template_img/comments.png');
background-repeat:no-repeat
}
ul.content_linkrow li.plink {
background-image:url('template_img/plink.png');
background-repeat:no-repeat
}