@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 5px;
	padding: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
A {
	color: #003B82;
}

A:hover {
	color: #C00000;
}
#FootLink a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.t {background: url(images/dot.gif) 0 0 repeat-x;}
.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 {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:10px}  
