html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

a {
	outline: none;
}

body{
	background-color: #EDF3FF;
	/*background: url(/96live/images/irish_bg.jpg) repeat;*/
	/*background: url(/96live/images/snow6.jpg) repeat;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4px;
	color: #4c4c62;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p a:link {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-color: #1131a0;
	text-decoration: none;
	font-weight: normal;
}

p a:visited {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-color: #1131a0;
	text-decoration: none;
	font-weight: normal;
}

p a:hover {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-color: #1131a0;
	text-decoration: underline;
	font-weight: normal;
}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 4px;
	
	color: #4c4c62;
}

img {
	border: 0px;
}

b {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

a, a:active, a:link, a:visited {
	color: #1131a0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #1131a0;
	text-decoration: underline;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a:link.footer, a:active.footer, a:visited.footer {
	color: #1131a0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:hover.footer {
	color: #1131a0;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 

input, textarea{
	font-family: verdana;
	font-size: 10px;
	border: 0px solid inset;
}

.spacer1 {
	padding-left: 10px;
	padding-bottom: 0px;
}

.leftSpace {
	padding-left: 10px;
}

.spacer2 {
	padding-left: 20px;
	padding-bottom: 0px;
}

.tddata{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

select {
	/*color: #4D84D8;*/
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

.footerText {
	color: #666666;
	font-size: 10px;
}

/* borders */

.siteLeftBorder {
	/*background-image: url(http://web.bodekandrhodes.com/96live/images/header/border_l.gif);*/
	background-image: url(/96live/images/header/border_l.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 4px;
}

.siteRightBorder {
	/*background-image: url(http://web.bodekandrhodes.com/96live/images/header/border_r.gif);*/
	background-image: url(/96live/images/header/border_r.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 4px;
}

.siteTopBorder {
	/*background-image: url(http://web.bodekandrhodes.com/96live/images/header/border_top.gif);*/
	background-image: url(/96live/images/header/border_top.gif);
	background-repeat: repeat-x;
	height: 67px;
	width: 100%;
}

.boxBorder {
	border: 1px solid #003399;
}

.imgBorder {
	border: 1px solid #d7d7d7;
}

a.loginLink:link,
a.loginLink:active,
a.loginLink:visited,
a.loginLink:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #ffa510;
	text-decoration: underline;
}


/* PEAR MERGE JD2 08/21/2007 */

.msgTable {
	/*background-color: #cccccc;*/
}

.msgText {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	text-align: center;
	font-weight: bold;
}

.msgCell {
	background-color: #cccccc;
}

.containerTable {
	width: 100%;
}

.containerCell {
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 8px;
	width: 100%;
}

/* END JD2 08/21/2007 */





