html, body {
      height:100%;
    }
    html>body {
      min-height:100%;
      height:auto;
    }

    body {
      position:relative;
      font:normal 13px 'Century Gothic', Arial;;
      }

h1 {
	font:normal 27px 'Century Gothic', Arial;
	margin:10px 0 30px 0;
	}
h2 {
	font:normal 22px 'Century Gothic', Arial;
	margin:30px 0 15px 0;
	}
h3 {
	font:normal 18px 'Century Gothic', Arial;
	margin:15px 0 8px 0;
	}

p, td {
	text-align:justify;
	margin:8px 0;
	line-height:140%;
	}
a { color:#333; text-decoration:underline; outline:none; }
a img {outline:none;}
a:hover { color:#888; text-decoration:underline; }


.title, .title a { font-size: 16px; font-weight: bold; }
.title a{text-decoration: underline; color: #1c5098; }
.title a:hover { color: #5a5a5a; text-decoration: none;}
 
/*hr { border: none 0; border-top: 1px dashed #C5C5C5; height: 1px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }*/
 /*
.menu, .menu_on, table.menu{
   font-size:16px;
		padding-left:25px;
		padding-top:8px; padding-bottom:8px;
		margin:0px;
		border: solid 1px #b4b4d4;
}

a.menu		{
      display:block;
			color:#333333; 
      text-decoration: underline;
			background-color:#fbfbfb;
}
a.menu:hover{
      color:#676767; 
			display: block; 
			text-decoration: none;
			background-color:#f0f0f0;
}

a.menu_on, a.menu_on:hover {
  color:#ffffff; 
			display: block; 
			text-decoration: none;
		background-color:#676767;
}
*/
.submenu, .submenu_on,  table.submenu	{font-family: Arial, Sans-Serif; FONT: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; padding: 5px; }
a.submenu		{color:#003399; display: block; text-decoration: none; border: solid 1px #b4b4d4; background-color: #a9fb9c;}
a.submenu:hover		{color:#ffffff; display: block; background-color:#b4b4d4; text-decoration: none;}
a.submenu_on, a.submenu_on:hover {color:#ffffff; display: block;  border: solid 1px #b4b4d4;  background-color:#263c75; text-decoration: none;}

.frm {color:#808a8c; background-color: #f4f4f4;}
.submit{border: none 0;  text-decoration: underline; background-color: #f0f0f0; color:#c20000; font-weight: bold; cursor:hand;}


.menu, .menu_on, table.menu{
   font-size:16px;
		padding-left:20px;
		padding-top:9px; padding-bottom:9px;
		margin:0px;
	

}

a.menu		{
      display:block;
			color:#333333; 
      text-decoration: underline;
}
a.menu:hover{
      color:#676767; 
			display: block; 
			text-decoration: none;
}

a.menu_on, a.menu_on:hover {
  color:#ffffff; 
	font-weight:bold;
			display: block; 
			text-decoration: none;
		background-image: url(/images/m/menu_on.gif);
		background-repeat:no-repeat;
}


.content{
max-width:800px;
//width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 800 ? '800px' : (document.documentElement.clientWidth || document.body.clientWidth) > 800 ? '800px' : '100%' );

}
