@CHARSET "UTF-8";

#cmsPage {
	line-height: 1.5;
	color: #FFF;
	padding:0 20px;
}

#cmsPage h1 {
	width: 100%;
	text-align: center;
    position: static;
    background: none;
    height: 20px;    
}

#cmsPage h2 {
    border-top: 1px solid #426030;
    padding: 30px 0 10px 0;
    font-weight: bold;
	font-size: 110%;
	color : #BDA648; 
}

#cmsPage dfn {
    color: #E47200;
    font-style: italic;
}

#cmsPage p {
	text-indent: 40px;
	padding-top: 5px;	
}

#cmsPage p.center {
	text-align: center;
	width: 100%;
}	

#cmsPage img {
	display: block;	
}

#cmsPage table {
	
    color: #FFFFFF;
    background: none;
    font-size:18px;
   	line-height: 1.5;
   	margin: 10px 0 10px 0;
}

#cmsPage table th {
	text-decoration: underline; 
	font-weight: bold;
	text-align: center;
}	

#cmsPage table td, 
#cmsPage table th {
 	padding: 5px;
 	border: 1px solid #426030;
}

#cmsPage ol.numeric {
    list-style-position: outside;
    list-style-type: decimal;
    zoom: normal;
    display: block;
}

#cmsPage ol.numeric li {
    zoom: normal;
}

#cmsPage ol li {
	padding: 3px;
}

.pager {
    text-align:center;
}