body {
	font-family: arial, helvetica, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	COLOR: #0066CC; 
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 7px;
}

h1, h2, h3, h4 {
	color: #206094;
}

p {
	text-align: justify;
}

strong{
	color: #206094;
}

 A {
	COLOR: #0066CC;
}

 A:hover {
	COLOR: #DB4200;
}



.align_c {
	text-align: center;
}

img {
	border-color: Silver;
}

.border_r {
	border-right: solid windowtext .5pt;
	border-color: Silver;
}

.border_b {
	border-bottom: solid windowtext .5pt;
	border-color: Silver;
	
}

.border_rb {
	border-right: solid windowtext .5pt;
	border-bottom: solid windowtext .5pt;
	border-color: Silver;
}


.mainmenu {
	FONT-WEIGHT: bold; font-size: 11pt; 
	color: #cc3300;
}


td.menu {
	BACKGROUND: url(/pics/bg_0.gif) repeat-x left top;
}
td.menu1 {
	BACKGROUND: url(/pics/bg_1.gif) repeat-x left top
}
td.menu2 {
	BACKGROUND: url(/pics/bg_menu.gif) repeat left top;
}

td.navbar {
	font-size: 9pt;
	BACKGROUND: url(/pics/bg_2.gif) repeat-x left top;
}

td.main {
	PADDING: 10px;
}

td.page{
	COLOR: #666666;
	border: #CFD5DE 1px solid; 
	PADDING: 10px;
}

td.newsbar{
	font-size: 11px;
   width: 260px;
	COLOR: #666666;
	BORDER-LEFT: #CFD5DE 1px solid;
	padding-left: 10px;
}

td.left_from_newsbar{
	COLOR: #666666;
	padding-right: 10px;
}


td.footer {
	BACKGROUND: url(/pics/bg_footer.gif) repeat-x left top;
	font-size: 8pt;
}
A.footer {
	COLOR: #0066CC; TEXT-DECORATION: none
}

span.chapter {
	font-size: 10pt;
	FONT-WEIGHT: bold;
	color : #DB4200;
}



.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
_width: 100px; /*Width of top level menu link items*/
min-width: 100px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #CFD5DE;
border-left-width: 0;
text-decoration: none;
/*background: center center repeat-x;*/
background: #FFFFFF;
color: #0066CC;
font: bold 14px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #CFD5DE;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #FFFFFF;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu li a:hover{
COLOR: #DB4200;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

/* slider  */
a:focus {
	outline: none;
}
#panel {
	background: #FFFFFF;
	height: 400px;
	display: none;
	padding: 10px;
	border: solid 10px #e6e6e6;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 1px #133856;
	background: url(/pics/btn-slide.gif) no-repeat center top;
}
.btn-slide {
	background: url(/pics/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 280px;
	height: 31px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
