body, html {
	width:100%;
	text-align:center;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.t-login {background: url(../images/dot.gif) 0 0 repeat-x #FFFFFF; width: 180px}
.t-calc {background: url(../images/dot.gif) 0 0 repeat-x #FFFFFF; width: 169px}
.t-ann {background: url(../images/dot.gif) 0 0 repeat-x #FFFFFF; width: 380px}
.t-hold {background: url(../images/dot.gif) 0 0 repeat-x #FFFFFF; width: 170px}
.t-print {background: url(../images/dot.gif) 0 0 repeat-x #FFFFFF; width:auto}
.t {background: url(../images/dot.gif) 0 0 repeat-x #FFFFFF; width: 560px}
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}

.bl-login {background: url(../images/bl_login.gif) 0 100% no-repeat}
.br-login {background: url(../images/br_login.gif) 100% 100% no-repeat}
.tl-login {background: url(../images/tl_login.gif) 0 0 no-repeat}
.tr-login {background: url(../images/tr_login.gif) 100% 0 no-repeat; padding:10px}

.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:2px}

input.login {
	border:thin #666666 solid 1px;
	width:100px;
}

input.btn-login {
	font-size:11px;
	border: none 0px;
	background-color:#FFFFFF;
	color:#1B3382;
	font-weight:bold;
}

input.smallCheckbox {
	width:15px;
	height:15px;
}

select {
	border-style:solid;
	border-width:1px;
}

a, a:active, a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #888A8C;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #888A8C;
}

a.onlink, a.onlink:active, a.onlink:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #1B3281;
}

a.onlink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1B3281;
}

.producttitles {
	font-weight:bold;
}

img {
	border: none;
}
a.register, a.register:active, a.register:visited {
	font-weight:bold;
	color:#FF0000;
}
a.register:hover {
	text-decoration: underline;
}

