.imagethumbs img {
width: 80px;
height: 60px;
}
 .roundedCornerSpacer {
margin: 0px; padding: 0px; border: 0px;
clear: both;
font-size: 1px; line-height: 1px;
 }
 /* In the CSS below, the numbers used are the following:
1px: the width of the border
3px: a fudge factor needed for IE5/win (see below)
4px: the width of the border (1px) plus the 3px IE5/win fudge factor
14px: the width or height of the border image
 */
 .borderTL, .borderTR, .borderBL, .borderBR {
width: 14px; height: 14px;
padding: 0px; border: 0px;
z-index: 99;
 }
 .borderTL, .borderBL { float: left; clear: both; }
 .borderTR, .borderBR { float: right; clear: right; }
 .borderTL { margin: -1px 0px 0px -1px; }
 .borderTR { margin: -1px -1px 0px 0px; }
 .borderBL { margin: -14px 0px 0px 0px; }
 .borderBR { margin: -14px 0px 0px 0px; }
 /* IE5-5.5/win needs the border scooted to the left or right by an
 	additional 3px! Why? */
 .borderTL {
margin-left: -4px;
margin-left: -1px;
 }
 html>body .borderTL {
margin-left: -1px;
 }
 .borderTR {
margin-right: -4px;
margin-right: -1px;
 }
 html>body .borderTR {
margin-right: -1px;
 }
 .borderBL {
margin-left: -3px;
margin-left: 0px;
 }
 html>body .borderBL {
margin-left: 0px;
 }
 .borderBR {
margin-right: -3px;
margin-right: 0px;
 }
 html>body .borderBR {
margin-right: 0px;
 }
 /* To get around a known bug in IE5/win, apply the
 	border (no margin, padding or positioning) to the
 	content class and apply whatever positioning you
 	want to the contentWrapper class. */
 .contentInside {
margin: 0px;
padding: 0px;
border: 1px solid black;
 }
 .contentWrapper {
/* position this div however you want, but
	keep its padding and border at zero */
padding: 0px;
border: 0px;
 } 

.article
{
padding: 8px;
}
.album
{
border-width: 0px 0px 0px 0px;
}

.fase4_rdf_title
{
	font-size: 12px;
	font-weight: bolder;
}
.fase4_rdf_input
{
	border: dotted 1px #6699cc;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #f5f5f5;
}
.fase4_rdf_meta { background-color: #ffb340; }
.fase4_rdf { }
.input
{
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #90bc56;
	border: #6890b8;
}
.inputsubmit
{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #90bc56;
	border: #6890b8;
}
.floatingbox1
{
	color: #c60;
	font-weight: bolder;
	font-size: 18px;
	line-height: 18px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;}
.xmlupdates
{
	color: black;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	border: dotted 1pt black;
}
a
{
	font-family: Verdana, Arial, Helvetica, Georgia, Swiss, SunSans-Regular;
	text-decoration: none;
}
a:hover { color: #FF00FF; }

td
{
	color: #666;
	font-size: 11px;
	line-height: 12px;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	padding: 0px;
}
p 
{	
	padding-left: 10px;
	padding-right: 10px;
}

a:hover { background-color: #e4e4e4; }
a:visited { color: #0033CC; }
A:active { background-color: #f2f2f2; }

.pcard-top
{
	color: #90bc56;
	font-family: verdana, arial, sans-serif;
	font-weight: 600;
	border-bottom: gray;
	border-width: 0 0 1pt 0;
	border-style: none none solid none;
	padding: 0 0 5pt 0;
}
.small-print
{
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: smaller;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: .2em;
	font-weight: 100;
}
#banner
{
	color: black;
	font-weight: bold;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	background-color: white;
	float: none;
	clear: none;
	padding: 0px 5px 5px 3px;
	width: auto;
	height: auto;
	margin: 0px;
}
.description
{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}
#content
{
	background-color: #fff;
	margin: 0px 20px 20px 225px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border: dotted 1px #333;
	position: absolute;
}
#container
{
	background-color: #fff;
	border: solid 1px #333;
}
#links
{
	background-color: #fbfbfb;
	padding: 15px;
	border: dashed 1px silver;
	width: 200px;
}
.blog
{
	padding: 15px;
	background: #FFF;
}
.blogbody
{
	width: 600px;
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	background: #FFF;
	line-height: 16px;
}
.title
{
	color: #90bc56;
	font-weight: 800;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	text-transform: uppercase;
}
#menu
{
	margin-bottom: 15px;
	background: #FFF;
	text-align: center;
}
.date
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	font-weight: bold;
}
.posted
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #003366;
	margin-bottom: 25px;
}
.calendar
{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	background: #FF9933;
	line-height: 14px;
	padding: 2px;
	text-align: center;
}
.calendarhead
{
	font-family: verdana, arial, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	background: #FF9933;
	line-height: 14px;
	padding: 2px;
}
.side
{
	color: #333;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: verdana, arial, sans-serif;
	background-color: transparent;
	padding: 2px;
	border-top: 1px silver;
	border-right: silver;
	border-bottom: 1px silver;
	border-left: silver;
}
.sidetitle
{
	color: #90bc56;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	font-family: verdana, arial, sans-serif;
	background-color: transparent;
	text-align: center;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding: 2px;
	border-bottom: 1px dotted #90bc56;
}
.syndicate
{
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	background: #FF9933;
}
.powered
{
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 9px;
	font-weight: bold;
	border: 1px dotted #999;
	line-height: 14px;
	text-transform: uppercase;
	padding: 2px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: .2em;
	background: #FFF;
}
.comments-body
{
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	background: #FFF;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #999;
}
.comments-post
{
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 9px;
	font-weight: normal;
	background: #FFF;
}
.trackback-url
{
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	background: #FFF;
	line-height: 14px;
	padding: 5px;
	border: 1px dotted #999;
}
.trackback-body
{
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	background: #FFF;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted #999;
}
.trackback-post
{
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 9px;
	font-weight: normal;
	background: #FFF;
}
.comments-head
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #666;
	border-bottom: 1px solid #999;
	margin-top: 20px;
	font-weight: bold;
	background: #FFF;
}
#banner-commentspop
{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: georgia, verdana, arial, sans-serif;
	background-color: white;
	padding: 5px 15px;
	border-top: 1px dotted #fff;
	border-right: 1px dotted #fff;
	border-left: 1px dotted #fff;
}
.exhibition-thumbs {
	margin: 5px;
	padding: 5px;
	float: left;
}
.exhibition-thumb-border {
	margin: 10px;
	padding: 10px;
	text-align: right;
}
.exhibition-border {
	margin: 5px;
	padding: 10px;
	width: 550px;
	border: thin solid #333333;
}
.copyright {
	font-size: xx-small;
	text-align: center;
	clear: both;
	float: none;
	font-weight: lighter;
}
.leftside {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 60px;
	width: 200px;
	clear: none;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	letter-spacing: .1em;
	border: none;
}
.rightside {
	margin: 5px;
	padding: 5px;
	clear: none;
	height: 60px;
	float: none;
	border: 1px solid #666666;
}
.left-right-cover {
	margin: 5px;
	padding: 0px 0px 5px 5px;
	clear: both;
	height: 65px;
	width: 940px;
}
.right-article {
	margin: 10px;
	padding: 5px;
	border: none;
	line-height: 1.3;
	clear: none;
}
.body-950 {
	width: 950px;
	border: 1px solid #666666;
	background-color: #F6F6F6;
}
.required {
	font-size: medium;
	color: #CC0000;
}

dt {
	font-family: Verdana, Arial, Helvetica, sans-serif, Osaka;
	font-size: xx-small;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
}
dl {
	font-family: Verdana, Arial, Helvetica, sans-serif, Osaka;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	white-space: pre;
	text-align: left;
}

