body {	
	background-image: url(/templates/images/bg.gif); 
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #000000;
}
.main {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width: 765px;
}
p, td {
	font-size: 12px;
}
.hd {
	background-color: #000000;
}
.side {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	border-left: 3px solid #FD8E06;
	border-right: 3px solid #FD8E06;
	border-bottom: 3px solid #FD8E06;
}
.body {
	background-color: #EBEBEB;
}
.ft {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
}
.imgborder {
	border: 1px solid #000000;
}
.error {
	border: 1px solid #FF0000;
	padding: 10px;
}
a:link, a:active, a:visited {
	color: #336699;
	font-size: 12px;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a.sd:link, a.sd:active, a.sd:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.sd:hover { text-decoration: underline; }