/* CSS Document */
a:link, a:visited {color: #FFF; font-family: Tahoma; font-size: 11px; font-weight: bold; text-decoration:none;}
a:hover, a:active {color: #FFF; font-family: Tahoma; font-size: 11px; font-weight: bold; text-decoration:none;} 

.B:link, .B:visited {color: #333; font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration:none;}
.B:hover, .B:active {color: #777; font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration:none;} 

.D:link, .D:visited {color: #FFCC00; font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration:none;}
.D:hover, .D:active {color: #99CCFF; font-family: Tahoma; font-size: 12px; font-weight: normal; text-decoration:none;} 


.btnav { background-color: #999;} 
.btnav2 { background-color: #CCC;} 

img.frame{
		border: 1px solid;
		border-color: #FFFFFF;
}



p.ex1 {margin:10px;}
p.ex2 {margin:5px 10px;}
p.ex3 {	margin-left: 55px;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 5px;}

.Header 	{color: #FFF; font-family: Arial Narrow; font-size:20pt;  text-transform:uppercase; text-decoration:none;}
.Header02 	{color: #FFCC00; font-family: Arial Narrow; font-size:20pt;  text-transform:uppercase; text-decoration:none;}
.Header03 	{color: #FFF; font-family: Arial Narrow; font-size:22pt;  text-transform:uppercase; text-decoration:none;}
.Header04 	{color: #FFCC00; font-family: Arial Narrow; font-size:16pt;  text-transform:uppercase; text-decoration:none;}
.Header05 	{color: #FFCC00; font-family: Arial Narrow; font-size:12pt;  text-transform:uppercase;  text-decoration:none;}
.Header06 	{color: #333; font-family: Tahoma; font-size:11px; text-decoration:none;}


 
body {
	height: 100%;
	padding: 0;
	background-color: #0099CC;
	margin-left: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma;
	font-weight:normal;
	font-size: 11px;
	color: #CCC;
}	

.bar {
	background-image:;
	background-position: center;
	background-repeat: repeat-x;
}


html { 
scrollbar-arrow-color:#FFF; 
scrollbar-track-color:#FFF; 
scrollbar-face-color:#CCC; 
scrollbar-highlight-color:#FFF; 
scrollbar-3dlight-color:#FFF; 
scrollbar-darkshadow-color:#CCC; 
scrollbar-shadow-color:#FFF;
}

.scrollbox{
	width: 300px; 
	margin-right: 20px;
	margin-top: 10px; 
	background-color: #FFF; 
	color: #333; 
	font-size: 12px; 
	font-family: Tahoma;
	padding-right: 15px;
	text-align:right; 
	overflow: auto;
}

.toppage{
	background-image: url(../images/logo.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color:;
	height: 90px;

}

.bg_001{
	background-image: url(../images/001.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #669900;


}

.textbox{
	background-image: url(../images/transparent.png) ;
	background-position: repeat;
	background-repeat:repeat;
	width: 450px; 
	margin: 20px; 
	padding: 20px;
	color: #CCC; 
	font-size: 12px; 
	font-family: Tahoma;
	text-align:left; 

}
.footer{
	height:45px; 
	background-color: #7e581a;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color: #CCCCCC;

	}
.divider{
	background-image:; 
	background-repeat: repeat-x;
	}

 


