@charset "utf-8";

.HeaderClass1 {
    padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/header_bg.gif);
	background-repeat:  repeat-x
}

.HeaderClass {
  background-image: url(images/login.jpg);
  background-repeat: no-repeat;
  background-position: 136px 3px
}

.HeaderClass2 {
  background-image: url(images/logo.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
}

.textfield_effect {
border-width: 1px;
border-style: solid;
border-color: #666666;
color: #CCCCCC;
background-color: #000000;
}

body{
    padding: 0;
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
    background-repeat:  repeat-x;
    background-position: 0px 207px
}

.centerwindow {
	background-image: url(images/main_window_middle.gif);
    background-repeat:  repeat-y;
}

.bottomwindow {
	background-image: url(images/main_window_bottom.gif);
    background-repeat:  no-repeat;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
a:link {
COLOR: #FFFFFF;
text-decoration: none;
}
a:visited {
COLOR: #FFFFFF;
text-decoration: none;
}
a:hover {
COLOR: #666666;
text-decoration: none;
}


