html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: baseline;
	font-size:12px;
}
body {
	background: #fff;
	color: #000;
}
a {
	outline: none;
}
a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: disc;
}
em {
	font-style: italic;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
.ir {
	font-size: 8px;
	position: relative;
	left: -2000px;
}
td.nowrap {
	white-space: nowrap;
}
.nounderline{
text-decoration:none;
}
.linkblacknounderline, .linkblacknounderline:link, .linkblacknounderline:active, .linkblacknounderline:visited{
text-decoration:none;
color:#000000;
}
.linkblacknounderline:hover{
text-decoration:underline;
	color: #544396;
}
.linkpurpleunderline, .linkpurpleunderline:link, .linkpurpleunderline:active, .linkpurpleunderline:visited, .linkpurpleunderline:hover{
text-decoration:underline;
color:#544396;
}
.linkpurpleboldno, .linkpurpleboldno:link, .linkpurpleboldno:active, .linkpurpleboldno:visited, .linkpurpleboldno:hover{
text-decoration:none;
font-weight:bold;
color:#544396;
}
.textbottom, .textbottom:link, .textbottom:active, .textbottom:visited, .textbottom:hover{
font-size:10px;
text-decoration:none;
color:#333333;
}

.font10pxGrey {
font-size: 10px;
font-weight: normal;
text-decoration:none;
}

#error_msg {
font-size:8pt;background:#fcf3d2;width:580px;padding:4px;border:#f0c781 1px solid;text-align:left;display:none;
}