/* CSS Document */
  
body {
	background-color: #cccccc;	
  }
  
.content {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	FONT-SIZE: 72%;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
	line-height: 20pt;
	padding: 10px;
}
  
.left-frame {
		display : none; 
  }
  
.main-frame {
	width: 564;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	FONT-SIZE: 72%;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
	line-height: 20pt;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
  }
  
.footer_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	FONT-SIZE: 70%;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	background-color: #506A69;
	line-height: 15pt;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
  }
  
.footer_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	FONT-SIZE: 70%;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	background-color: #506A69;
	line-height: 15pt;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
  }
    
.menu_table_header {
	width: 150;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	FONT-SIZE: 72%;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	background-color: #cccccc;
	line-height: 15pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
  }
  
.menu_table_content {
	width: 150;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	FONT-SIZE: 72%;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
	line-height: 15pt;
	border-bottom: 1px solid #999999;
	padding: 10px 20px 10px 0px;
}

.box_table_header {
	width: 180;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	FONT-SIZE: 70%;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
	background-color: #FFC73C;
	line-height: 15pt;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
  }
  
.box_table_pic {
	width: 180;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	FONT-SIZE: 72%;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
	line-height: 15pt;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
  
.box_table_content {
	width: 160;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	FONT-SIZE: 70%;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
	line-height: 15pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 5px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 20px;
	line-height: 15pt;
}

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	COLOR: #506A69;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;

 } 
 
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 80%;
}