

html,body{
margin:0 0 0 0;
SCROLLBAR-FACE-COLOR: #0494de; SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #c0eaff;
SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-HIGHLIGHT-COLOR: 0494de;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
background-image:url('../images/pattern_bg.jpg');
background-position:left;
background-repeat:repeat;
}


/* ----------------- Div --------------------------- */
.div_bg {

	width:100%;
	height:100%;
	background-image:url('../images/bg_up.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}


/* ----------------- Table --------------------------- */



/* ----------------- Link --------------------------- */

a {
	color: Blue;
}
a:visited {
	color: Blue;
}
a:active {
	color: Blue;
}
a:hover {
	color: Red;
}


.link01 {
	font-family:Verdana;
	font-size:11px;
	color:red;
}

.link01:visited {
	color:#0082c9;
}

.link01:active {
	color:#ff0000;
}

.link01:hover {
	color:#ff0000;
}


.link02 {
	font-family:Verdana;
	font-size:11px;
	color:#0082c9;
}

.link02:visited {
	color:#0082c9;
}

.link02:active {
	color:#ff0000;
}

.link02:hover {
	color:#ff0000;
}



.buttfoter {
	
	color:#0082c9;
	font-family:Verdana;
	font-size:11px;
}
.buttfoter:visited {
	color:#0082c9;
}

.buttfoter:active {
	color:#fdb916;
}

.buttfoter:hover {
	color:#fdb916;
}


/* ----------------- Fonts --------------------------- */

.copyright {
	
	font-family:Verdana;
	font-size:11px;
	color:black;
}

.line_foter {
	
	color:#0082c9;
	font-family:Verdana;
	font-size:11px;
}

.title_01{
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #0494de;
	text-align:left;
}
.title_02{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0494de;
	text-align:left;
}

.data
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-align:justify;
}
.dataforp
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-align: justify;
	line-height: 150%;
}
.data_bold {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:black;
}

.navigation
{
	width:600px;
	margin-top:30px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
	
}
.maincat
{
	margin-left:8px;
	
 }

.sidenav_category
{
	/*background-image: url(images/butt.jpg);*/
	background-image: url(../images/butt2.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-style: normal;
	font-size: 12px;
	color: White;
	height: 36px;
	width: 221px;
	font-weight: bold;
	position: static;
	padding-bottom: 4px;
}
	
	.sidenav_category:visited
	{ 
	color: White;
	}
	.sidenav_category::active {
	color: White;
	}
	.sidenav_category:hover {
	color: #000000;
	}
	


.leafStyle
{
 /*background-image:url('../images/leftMenu.gif');*/
 font-family:Verdana;
 font-style:normal;
 font-size:12px;
 /*background-repeat:no-repeat;*/
 color:#0494DE;
  Width:180px;
	
	
}
.leafStyle:visited
	{ 
	color: #0494DE;
	}
	.leafStyle::active {
	color: #0494DE;
	}
	.leafStyle:hover {
	color: #000000;
	}
	
	.image
	{
		text-align: right;
		hspace:10
	}
	.txet_box 
	{
	
	font-family:Verdana;
	font-size:12px;
	color:#ffffff;
    }
   
.thumbnail
{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: Transparent;
padding: 0px;
left: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -40px;
left: 0px; /*position where enlarged image should offset horizontally */

}
