/* NEW STYLE*/

body
{
	background-color: #FFFFFF;	
	background-image: url(img/bar_bg.jpg);	
	background-repeat: repeat-x;	
	margin: 0px auto;	
	width: 750px;	
	padding-top: 0px;	
	color: #000000;	
	font-size: small;	
	font-family: verdana, sans-serif;}

a img
{
	border: 0;}

a:link
{
	color: #476C8E;	text-decoration: none;}
a:visited
{
	color: #476C8E;	text-decoration: none;}
a:hover
{
	text-decoration: underline;}

h1 {
	font-size: 25px;	
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 80px;	
	letter-spacing: -2px;
}
h2 {
	font-size: 12px;	
	color: #cc9900;	
	margin: 0px 10px;	
	text-align: center;	
	font-weight: normal;
	}
h3 {
	font-size: 13px;	
	color: #000000;	
	margin: 0 auto;	
	font-weight: normal;	
	text-align: center;	
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 10px;	
	color: #000000;	
	margin: 0 auto;	
	font-weight: normal;
}
#container {
	width: 750px;
	margin: 0 auto;
}
#logo {
	position: relative;	
	left: 55px;	
	height: 30px;
}
#logo_dx {
	position: absolute;
	left: 490px;	
	height: 30px;	
	top: 0px;
}
#header {
        position: relative;
	background: url("img/header.jpg") no-repeat;	
	height: 190px;	
	width: 720px;	
	margin: 0 auto;
	padding-left: 12px;
	}
#head_bottom {
	position: relative;	
	width: 178px;	
	height: 50px;	
	left: 525px;	
	top: 27px;
}
#center {
	position: relative;	
	height: 480px;	
	top: 30px;
}

#quad_sx {
	position: absolute;	
	height: 180px;	
	width: 300px;		
	left: 50px;	
	text-align: right;
	font-size: 10px;	
	color: #000000;	
	font-weight: normal;
}

#quad_dx {
	position: absolute;	
	background-image: url(img/quadbg_dx.jpg);	
	background-repeat: no repeat;	
	height: 280px;	
	width: 220px;	
	text-align: right;
	top: 10px;
	left: 400px;	
	font-size: 10px;	
	color: #000000;	
	font-weight: normal;
        padding-right: 20px;
        padding-left: 20px;
}
#quad_bottom {
	position: absolute;	
	height: 160px;	
	width: 630px;	
	left: 50px;	
	top: 320px;	
	text-align: center;
}

#vline {
	position: absolute;	
	background: url("img/vert_line.jpg");	
	height: 200px;	
	width: 1px;	
	left: 375px;
        top: 150px;
}
.oline {
	position: absolute;	
	background: url("img/oriz_line.jpg") no-repeat;	
	height: 1px;	
	width: 522px;	
	left: 110px;	
	top: -20px;	
	font-size: 0px;
}
.oline2 {
	position: absolute;	
	background: url("img/oriz_line.jpg") no-repeat;	
	height: 1px;	
	width: 522px;	
	left: 110px;	
	top: 310px;
}
#footer {
	background: url("img/oriz_line.jpg") no-repeat;	
	height: 1px;	
	width: 522px;	
	text-align: center;	
	margin: 0 auto;	
	font-size: 10px;
}
input {

	font-size: 9px;
	font-weight: bold;
	color: #000000;	
	border:2px groove #aac7df;	
	cursor: pointer;
	background-color: #FFFFFF;	
	margin: 1px 0 3px 0;	
	padding: 2px;
}
select {

	font-size: 10px;
	color: #002168;
	cursor: default;
	background-color: #FFFFFF;
	margin: 1px 0 3px 0;
	padding: 2px;
	azimuth:  inherit;
}
a.user:link {
    color: #000000;
    text-decoration: none;
}
a.user:active {
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
}
a.user:hover {
    color: #000000;
	text-decoration: none;
	background-color: #FFFFff;
}
a.user:visited {
    color: #000000;
    text-decoration: none;
}