
* { /* Reset the margins so IE doesnt barf all over with Box Model problems */
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #494949;
	background-color: #FFFFFF;
}

.clear  {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
	}

h1 {
	font-size: 0.8em;
	line-height: 0.9em;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
	}
h2 {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.2em;

}
h3 {
	font-size: 0.8em;
	line-height: 0.9em;
	letter-spacing: 0em;
	margin: 0px;
	padding: 0px;
	}

.tabletext {
font-size: 10pt;
color: black;
vertical-align: top;
}

.10pt {
font-size: 10pt;
}

/* this class fixes the IE disappearing text. */
.iefix {
	height: 0.01%;
	}
/* LINKS
---------------------------------------------------------------------------
*/
A:link {
color: #800000;
text-decoration:underline;
}

A:visited {
color: #800000;
text-decoration: underline;
}

A:hover {
color: #800000;
text-decoration: underline;
}

/* STRECHY ROUNDED CORNER BOXES
---------------------------------------------------------------------------- 
*/
.roundedBox {
}
.roundedBox .hd {
	background: url("images/topleft.gif") left top no-repeat;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
}
.roundedBox .hd .c {
	float: right;
	background: url("images/topright.gif") right top no-repeat;
	width: 10px;
	height: 10px;
}
.roundedBox .bd {
	background: url("images/middleleft.gif") left top repeat-y #FFF;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #e0e0e0;
	}
.roundedBox .bd .c {
	position: relative;
	float: right;
	width: 11px;
	background: url("images/middleright.gif") right top repeat-y;
	}
.roundedBox .ft {
	height: 10px;
	background: url("images/bottomleft.gif") left top no-repeat;
	font-size: 0px;
	line-height: 0px;
	}
.roundedBox .ft .c {
	float: right;
	background: url("images/bottomright.gif") right top no-repeat;
	width: 10px;
	height: 10px;
	}

.error  {
  background-color: #FFC;
  padding-right: 5pt;
  padding-left: 5pt;
  padding-top: 3pt;
  padding-bottom: 3pt;
  border-width:1px;
  border-style:solid;
  border-color: #996;
  font-weight: 700;
  color: #B51028;
}
