body {
	font-family: Arial, Tahoma, Helvetica, Sans-Serif, Geneva, Verdana;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10px;
}

img { border: 0px; }

td.header {
  background-image:url(../images/design/header_background.png);
  background-repeat:no-repeat;
  background-position:top left;
}
td.body_background {
  background-image:url(../images/design/body_background.png);
  background-repeat: repeat-y;
  background-position:top left;
}
td.footer {
  background-image:url(../images/design/footer_background.png);
  background-repeat:no-repeat;
  background-position:top left;
}
td.button {
  background-image:url(../images/design/button.png);
  background-repeat:no-repeat;
  background-position:top left;
  text-align: center;
  width: 151px;
  color: #FFFFFF;
  font-size:12px;
  font-weight: bold;
}
td.corner_up_left {
  background-image:url(../images/design/corner_up_left.png);
  background-repeat:no-repeat;
  background-position:top left;
}
td.up {
  background-image:url(../images/design/up.png);
  background-repeat:repeat-x;
  background-position:top left;
}
td.corner_up_right {
  background-image:url(../images/design/corner_up_right.png);
  background-repeat:no-repeat;
  background-position:top left;
}
td.corner_down_left {
  background-image:url(../images/design/corner_down_left.png);
  background-repeat:no-repeat;
  background-position:top left;
}
td.down {
  background-image:url(../images/design/down.png);
  background-repeat:repeat-x;
  background-position:top left;
}
td.corner_down_right {
  background-image:url(../images/design/corner_down_right.png);
  background-repeat:no-repeat;
  background-position:top left;
}
td.left {
  background-image:url(../images/design/left.png);
  background-repeat:repeat-y;
  background-position:top left;
}
td.right {
  background-image:url(../images/design/right.png);
  background-repeat:repeat-y;
  background-position:top left;
}
td.text12 {
  text-align: left;
  color: #000000;
  font-size:12px;
  font-weight: bold;
}
/* a.menu */
a {
	color: #476C8E;
	text-decoration: underline;
}
a:visited {
	color: #476C8E;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a.menu {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.menu:hover {
	color: #660000;
	text-decoration: none;
}
a.text12 {
	color: #476C8E;
	text-decoration: underline;
	font-size: 12px;
}
a.text12:visited {
	color: #476C8E;
	text-decoration: underline;
	font-size: 12px;
}
a.text12:hover {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}
/* inputs */
input.login {
  border: 1px outset;
	font-size: 90%;
  width:83px;
  font-family:Arial;
}
input.submit_login {
  border: 1px outset;
	font-size: 90%;
  width:50px;
  font-family:Arial;
  color:#0C5E85;
}
input.search {
  border: 1px outset;
	font-size: 90%;
  width:119px;
  font-family:Arial;
}
input.main_search {
  border: 1px outset;
	font-size:xx-large;
  width:400px;
	height:40px;
  font-family:Arial;
}
input.submit_main_search {
  border: 1px outset;
	font-size:large;
  width:80px;
	height:35px;
  font-family:Arial;
  color:#0C5E85;
}
input.download {
  border: 1px outset;
	font-size: 95%;
  width:100px;
  font-family:Arial;
  color:#0C5E85;
}
input.register {
  border: 1px outset;
	font-size: 95%;
  width:150px;
  font-family:Arial;
  color:#0C5E85;
}
/* select */
select { 
  font-family: Arial; 
  font-size: 95%; 
  border: #0C5E85; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px
}

/* menu buttons*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/design/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/design/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 10px;
	color: gray;
}
