/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* x                                              x */
/* x             GLOBAL STYLES                    x */
/* x                                              x */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
         
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image:url(/_images/bg_all.gif);
	background-repeat:repeat;
}

td { font-family: Tahoma; font-size: 11px; }

a { text-decoration: none; }
a:hover	{ text-decoration: underline; }

ol, ul { margin:2px; }
li { margin:2px 0px 2px 25px; }

form { margin:0px; padding:0px; }

.content {
	background-image:url(/_images/bg_body.gif);
	background-repeat:repeat;
	border:solid 1px #bcbcbc;
	padding:12px;
}
