a {
	text-decoration: none;
/*	font-weight: bold;*/
}
a:link {
	color: #0000bb;
}
a:visited {
	color: #bb0000;
}
a:hover {
/*	color: #0000bb;*/
	text-decoration: underline;
}
body {
	background-image: url(images/back-clear.gif);
	font-family: Sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	color: #0000ee;
	font-size: 140%;
	text-align: center;
}
h2 {
	font-size: 120%;
}

.bc {
	width: 160px;
}
.block {
	padding: .5em;
	border: solid 1px #8888ee;
	-moz-border-radius: 13px 13px 13px 13px;
}
.centered{
	text-align: center;
}
.frac_ring {
	text-align: center;
}
.noborder {
	border: 0;
}
.greet {
	text-align: center;
}
.news_date {
	font-family: arial,helvetica;
	font-size: medium;
	font-style: italic;
}
.news_text {
	font-family: arial,helvetica;
	font-size: medium;
}
.news_title {
	background-image: url(images/back_title_850.jpg);
	color: #FFFF00;
	font-family: arial,helvetica;
	font-size: large;
	font-weight: bold;
}
.paddingblock {
	padding: .5em;
}
.who_sec {
	background-color: #3333FF;
	color: #FFFF00;
	font-size: large;
	font-weight: bold;
}
.who_ttl {
	font-weight: bold;
}

#menu {
	padding: 5px 5px 5px 5px;
	border: solid 1px #8888ee;
	-moz-border-radius: 13px 13px 13px 13px;
}

#nav {
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1.0;
}

#nav li {
	list-style: none;
	margin: 0;
	background-image: none;
	padding: 0 0 1px 0;
	line-height: 1.0;
}

#nav :link, #nav :visited {
	font-weight: bold;
	line-height: 1.0;
	color: #0000bb;
	display: block;
	text-decoration: none;
	border: hidden 1px #000;
	margin: 0;
	padding: 5px 10px 5px 0.5em;
	-moz-border-radius: 13px 13px 13px 13px;
}
#nav :link:hover, #nav :visited:hover {
	border: solid 1px #0000bb;
	background: #ffffff;
}

#nav :link:focus, :visited:focus {
	-moz-outline: 0px dotted; 
}
