/* global ----------------------------------*/
BODY { margin: 5; padding: 0; text-align: center; background-image: url(../images/med_bkg.gif); font: helvetica, arial, san-serif; color: #333; }
#SiteWrapper { margin: 0 auto; padding: 0; width: 800px; position: relative; text-align: left; }



/* -- links ----------------------------------------------------------- */
A 			{ color: #cc3333; text-decoration: none; font-size: 11px; } 
A:link		{ color: #cc3333; } 
A:visited	{ color: #cc3333; } 
A:active	{ color: #cc3333; } 
A:hover		{ color: #cc3333; text-decoration: underline; }

/* -- font elements ---------------------------------------------------- */
.txt, td, th, p, input, select, textarea { font-family: helvetica, arial, sans-serif; font-size: 11px; color: #333; }

/* -- font colors ------------------------------------------------------ */
.lightgrayfont { color: #ccc; }

/* -- background colors ------------------------------------------------- */
.whiteback { background:#FFF; }

/* -- objects ----------------------------------------------------------- */
.padleftright35 { margin: 0px 35px 0px 35px; }

/* -- background images ------------------------------------------------- */
#back { background: url(images/) top right no-repeat; }

/* -- boxes ------------------------------------------------------------ */
.box { border: solid; border-width: 1px; border-bottom-color: #000; border-top-color: #000; border-left-color: #000; border-right-color: #000; background:#000; }

/* -- custom per page ------------------------------------------------------------ */
p.c { text-align: center; }
td.pads{ padding: 20px; }
td.marginal{ padding: 5px; }

#banner{ background-color: white; color: #fff; width: 800px; }
#container{ padding-left: 20px; padding-right: 20px; }
td.b{ font-weight: bold; }


/* -- library ------------------------------------------------------------ */
.xxx {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	text-align: center;
	text-indent: -10px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 6px; 
	margin-bottom: 0px;
	background:#FFF;
	text-transform:uppercase;
	}

