body {
font-size: 62.5%; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 140%;
background-color: #FFFFFF; color: #636358;
}
/*	a - links	*/
a {
color: #FF9628; background-color: inherit;
text-decoration: none;
}
a:hover {
text-decoration: underline;
} 

img,
a img, a:hover img {
border-style: none;
}
/*	text	*/
h1, h2, h3, h4, h5, h6 {
font-size: 1.0em; font-weight: bold; color: #636358;
margin: 0 0 0;
}
h2,h3, h4, h5 {
text-transform:uppercase; 
}
h3 {
margin-bottom: 10px;
}
h4, h5 {
text-transform:uppercase; font-weight:normal;
}

h6 {
text-transform:none !important;
font-weight:normal;
margin-bottom: 5px;
}
p { 	
font-size: 1.0em; color: #636358;
margin: 0 0 10px;
}
/*	lists	*/
ul, ol { 
font-size: 1.0em;
margin-top: 0; margin-bottom:10px;
}
ul li,
ol li { 
font-size: 1.0em;
color: #636358;
}
ul.listNoBullet,
ul.listNoBullet li {
list-style: none;

}
ul.listNoBullet {
padding-left: 0;
}

/*	table	*/
table {
font-size: 1.0em;
margin: 10px 0 5px; 
}
tr {

}
td, th {
font-size: 1.0em; font-weight: normal;
padding: 0 5px 5px; vertical-align: top;
}
/* misc html */
div.hr { height: 1px; overflow: hidden; margin: 0 0 10px; background-color:#CCCCCC; }
div.hr hr { display: none; visibility: hidden;}
/*	classes for editor	*/
.quote {
margin-left: 30px; margin-right: 10px; margin-top: 10px;
}
.yearsTable {

}
table.yearsTable {
width: 100%;
border: 1px none #CCCCCC; border-collapse: collapse; border-spacing: 0;
}
table.yearsTable th {
width: 60px;
}
.reference {}
span.reference {
font-size: 0.9em;
padding: 0 0 4px;
}

.lowercase {
text-transform: lowercase;
}
span.lowercase {
text-transform: lowercase;
}
.uppercase {
text-transform: uppercase;
}
span.uppercase {
text-transform: uppercase;
}

.normalText {
text-transform: none;
}
span.normalText {
text-transform: none;
}
.caption{
font-size:10px;
}
.number{
float:right;
color:ff9933;
}