p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.blue-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000066;
}
.white-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

/* backgrounds */	 
.Back_White {
	background-color: #fff;
}
.Back_Gray {
	background-color: #3F3E3E;
} 
.Back_DkBlue {
	background-color: #333366;
	color: #FFFFFF;
}
.Back_MedBlue {
	background-color: #A8ACB7;
} 
.Back_LtBlue {
	background-color:#DBE4ED;
}
.Back_Black {
	background-color: #000;
}
/* paddings and margins */
.pad_10 {
	padding: 10px;
}
.pad_10left {
padding-left:10px;
}
.pad_10lr {
padding-left:10px;
padding-right:10px;
}
.pad_8lr2t {
padding-left:8px;
padding-right:8px;
padding-top:2px;
}
.pad_0top {
	margin-top: 0px;
	padding-top: 0px;
}
#newtext {
	background-color:#FFFF99;
	padding: 3px;
}

	
	body {
	background-image: url(../images/watermarkttw.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 0px;
	margin-top: 0px;
}
.Site-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.white-largertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.bodytext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.session_name {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

table {
font-family: Arial;
font-size: 98%;
margin: 5px;
vertical-align: top;
}

.sidemenu {
background-color:#9999FF;
font-family: Arial;
font-size: 115%;
font-weight: bold;
}