body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d2e4f0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
A:ACTIVE, A:LINK {
	text-decoration : none;
	color : #014899;
}
A:HOVER {
	color : #014899;
	font-weight: bold;
}
A:VISITED {
	color : #014899;
	text-decoration : none;
}


div.xowiki-content p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        color: #014899;
        font-weight : normal;
}

div.xowiki-content .item-footer {
   border:none;
}

div.xowiki-content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #014899;
	font-weight : bold;
	border:none;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #014899;
	font-weight : bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #014899;
	font-weight : normal;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #014899;
	font-weight : normal;
}

.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	/*
	margin-left:2px;
	text-decoration: none;
	*/
	font-size: 11px;
}


a:hover {
	background:#ffffff;
	color: rgb(171, 154, 98);
	font-weight:normal;
}

