@charset "utf-8";
/* CSS Document */

/* ie only styles */
* html body{height:100%;} 

* html #top {
  min-width:1030px;
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  width:100%;
  padding: 0;
  height: 100px;
}

* html body {
  min-width:1030px;
  margin:120px 0 140px 0;
  padding: 0;
 }
 

* html .content {
  overflow:auto;
  height:100%;
}
 
/* mozilla styles below */
html>body {
  min-width:1030px;
  margin: 0;
  padding: 0;
  height: 100%;}
 
html>body #top {
  background:url(../images/header_background.png);
  min-width:1030px;
  width:100%;
  position: fixed;
  left:auto;
  top: 0;
  right:auto;
  padding: 0;
  height: 120px;
}
 
html>body .content {
  width: 1000px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  top: 95px;
  right:0px;
  left:0px;
  padding:0;
  overflow:auto;
}


.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.text_red {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F00;
}
.text_navyblue {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006;
}
.title_text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.text_medium {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 16px;
}
.text_small {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000;
}
.text_black {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration:underline;
}


.text_black A:link {text-decoration: none; color:#000}
.text_black A:visited {text-decoration: none}
.text_black A:active {text-decoration: none}
.text_black A:hover {text-decoration: underline; color:red;}

.text A:link {text-decoration: underline;}
.text A:visited {text-decoration: none}
.text A:active {text-decoration: none}
.text A:hover {text-decoration: underline; color: black;}

