body {
	font: 13px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
a:link {
	font-weight:bold;
	color: #53529b;
	text-decoration: none;
}
a:visited {
font-weight:bold;
	color: #53529b;
	text-decoration: none;
}
a:hover {
	font-weight:bold;
	color: #6a6af7;
	text-decoration: underline;
}
.boxbgl {
	background: url(images/boxbgl.gif) repeat-y left;
	width: 13px;
}
.boxbgr {
	background: url(images/boxbgr.gif) repeat-y right;
	width: 13px;
}
.forms label 
{
    float:left;
    display:block;
    width: 200px;
    text-align: right;
}