div {
	margin:0;
	padding:0;
}

body {
	background-image: url("/axg/images/back.gif");
	margin-top:0px;
	font-size : 12px;
	color : #CCCCCC;
	line-height: 120%;
	font-family : arial, "‚l‚r ‚oƒSƒVƒbƒN", verdana, sans-serif;
}
#main {
	position: relative;
	top: 0px;
	width:800px;
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	background-color:#999999;
	margin-left:auto;
	margin-right:auto;
}
table {
	text-align:left;
}
td,th {
  font-size : 12px;
  color : #223344;
  line-height: 120%;
}
a:link {
	TEXT-DECORATION: underline;
	color : #000077;
}
a:visited {
	TEXT-DECORATION: underline;
	color : #000077;
}
a:hover {
	TEXT-DECORATION: underline;
	color : #0000ff;
}

h1 {
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", arial, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
h2, h3 {
	font-family : "‚l‚r ‚oƒSƒVƒbƒN", arial, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
.sw {
	font-family : arial, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", verdana, sans-serif;
	font-size: 10px;
}
.btn {
	font-family : arial, "‚l‚r ‚oƒSƒVƒbƒN", verdana, sans-serif;
	font-size: 11px;
	color: #000088;
	text-align: center;
	height: 20px;
	border-width: 1px;
	cursor:pointer;
}

.footer {
  text-align:center;
  background-image: url("/axg/images/menu/footer_line.jpg");
	font-size: 12px;
	color: #ffffff;
}

.tdheadline {
  background-color: white;
	background-image: url("/axg/images/menu/top_line.jpg");
}

.tdheadline a:link, .tdheadline a:visited{
  display: block;
  text-indent: 5px;
	text-decoration: none;
  text-align:left;
  font-size: 10px;
  color: #cccc55;
	margin-left: 600px;
}

.tdheadline a:hover{
	font-weight: bold;
}

.tdcaption a:link, .tdcaption a:visited {
  color: white;
	text-decoration: none;
}

.tdtree {
  text-align:left;
  vertical-align:top;
	background-color:#f0f0ff;
}

.frameTable {
  padding-top:2px;
  padding-bottom:2px;
  padding-left:2px;
  padding-right:2px;
  background-color:#3030bb;
}

.frameTd {
  background-color:#ffffff;
  padding-left:6px;
  padding-right:6px;
  width:190px;
	font-size: 10px;
}

/*
====
MENU
====
*/
.tdmenu {
  text-align:left;
	background-color:#002280;
	width:99;
}

#chromemenu{
	padding-left: 5px;
/*
	margin-top:5px;
	margin-bottom:5px;
*/
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #ffffff;
/*	margin-right: 20px; */
	text-decoration: none;
/*	text-transform: uppercase; */
}

#chromemenu ul li a:hover{
	font-weight:bold;
	color: white;
}
	
.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid ##6778ef;
border-bottom-width: 0;
border-top-width: 0;
line-height:18px;
z-index:100;
background-color: #7788ff;
width: 200px;
visibility: hidden;
}

.dropmenudiv a:link, .dropmenudiv a:visited{
width: 100%;
display: block;
text-align:left;
text-indent: 5px;
border-bottom: 1px solid #6778ef;
padding: 2px 0;
text-decoration: none;
color: #000077;
}

.dropmenudiv a:hover{
color: #000099;
font-weight:bold;
background-color: #a7b8ff;
}


