/***********************************************/
/* WBEM Solutions, Inc.                        */
/* Joe Parisi - March 1st, 2007                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{ background: #FFFFFF url(http://www.wbemsolutions.com/images/wbembg.gif) repeat-y; }

/* New Layout */
p, td, li{font-family: arial, helvetica, verdana, sans-serif;
	  font-size: 14px; 
	  /*font-size:="2";*/
}

h4{ color: #000000; font-family: arial, helvetica, verdana, sans-serif; }
h5{ font-weight: bold; font-style: italic; }

strong{color: #0084cd; }
b{ color: #0084cd; }
i{ color: #000000; font-weight: bold; font-style: normal; }

a{ color: #0099CC; text-decoration: underline; }
a:hover{ color: #006699; text-decoration: none; }

/*********** table formats ***********/
#regtable{
	border: solid #000000 1px;
}
#regtable td{
	background-color: #FFFFFF;
}
#regtablehdrrow td{
	background-color: #0099CC;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	text-align: center;
}