/* CSS Document */

body{
		background-image:url(images/bg2.jpg);
		background-position:top;
		background-attachment:scroll;
		background-repeat:no-repeat;
		background-color:#FFF;
		margin:0px;
		}
		
.logo{
		width:244px;
		height:95px;
		margin-top:3px;
		background-image:url(images/logo.gif)
		}
		
table#navigator{
		background-image:url(images/bg_nav.png);
		height:40px;
		}
		
div.navigator{
		font-family:"Trebuchet MS";
		font-size:19px;
		text-decoration:none;
		color:#FFF;
		cursor:default;
		}
		
div.navigator a{
		font-family:"Trebuchet MS";
		font-size:19px;
		text-decoration:none;
		color:#FFF;
		}

div.navigator a:hover{
		font-family:"Trebuchet MS";
		font-size:19px;
		text-decoration:none;
		color:#993300;
		}
		
table#content{
		background-image:url(images/bg3.jpg);
		background-repeat:repeat-x;
		}
		
table#img{
		background-color:#000000;
		margin-top:5px;
		padding:1px;
		}
		
table#wordings{
		margin-top:10px;
		}
		
h1{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:33px;
		color:#333333;
		text-align:left;
		font-weight:lighter;
		}
		
h5{
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#333333;
		text-align:left;
		font-weight:lighter;
		}
		
ul{
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#333333;
		text-align:justify;
		list-style:circle;
		}

ul a{
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#993300;
		text-align:justify;
		text-decoration:none;
		list-style:circle;
		}
		
ul a:hover{
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#993300;
		text-align:justify;
		text-decoration:underline;
		list-style:circle;
		}
		
li{
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#333333;
		text-align:justify;
		}
		
li a{
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#930;
		text-align:justify;
		text-decoration:none;
		}
		
li a:hover{
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#930;
		text-align:justify;
		text-decoration:underline;
		}
		
p{
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#333333;
		text-align:justify;
		padding-left:5px;
		text-indent:20px;
		}
p a{
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#993300;
		text-align:justify;
		text-decoration:none;
		}
		
p a:hover{
		font-family:"Trebuchet MS";
		font-size:14px;
		color:#930;
		text-align:justify;
		text-decoration:underline;
		}
		
td.line{
		border-left:2px #999999 dotted;
		}

td.subnavigator a{
		font-family:"Trebuchet MS";
		color:#333333;
		font-size:15px;
		text-decoration:none;
		}
		
td.subnavigator a:hover{
		font-family:"Trebuchet MS";
		color:#333;
		font-size:15px;
		text-decoration:underline;
		}

table#footer{
		background:#FFF;
		border-top:#930 solid 2px;
		border-bottom:#ccc solid 1px;
		background-image:url(images/bg_footer.jpg);
		margin-top:150px;
		background-repeat:no-repeat;
		}
		
table#footer_detail{
		font-family:"Trebuchet MS";
		font-size:11px;
		color:#666666;
		}
		
table#footer_detail a{
		font-family:"Trebuchet MS";
		font-size:11px;
		color:#666666;
		text-decoration:none;
		}
		
table#footer_detail a:hover{
		font-family:"Trebuchet MS";
		font-size:11px;
		color:#993300;
		text-decoration:none;
		}
		
table#address{
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#999999;
		text-align:left;
		margin-top:70px;
		border-bottom:#999999 thin solid;
		border-top:#999999 thin solid;
		}

table#address a{
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#669933;
		text-align:left;
		text-decoration:none;
		margin-top:50px;
		}
		
table#address a:hover{
		font-family:"Trebuchet MS";
		font-size:10px;
		color:#669933;
		text-align:left;
		text-decoration:underline;
		margin-top:50px;
		}