
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Calibri, Arial, Helvetica;
	font-size: 13px;
	line-height: 17px;
	color: #7f7f7f;
	background-image: url(../images/suit.png);
}

li {
	margin-left:16px;
}

span.clear {
	clear:both;
	float:none;
	width:0px;
	height:0px;
	line-height:0px;
	overflow:hidden;
	visibility:hidden;
}

#container {
	position:relative;
	margin:0 auto;
	width:800px;
	background-color:white;
	overflow:hidden;
}

#scrollerbox {
	display:block;
	width:800px;
	height:20px;
	margin-top:4px;
}

#scrolllayer {
	position:absolute;
	left:880px;
	width:2000px;
}

div.dottedline {
	width:800px;
	height:1px;
	line-height:1px;
	margin-bottom:16px;
	background-image:url(../images/dotted-line.png);
	background-repeat:repeat-x;
	overflow:hidden;
}




#info {
	width:200px;
	height:203px;
	padding:24px 25px;
	background-image:url(../images/purple-block.png);
	color:white;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
}

#info a {
	font-size:14px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}


#content {
	background-image:url(../images/purple-pixel.png);
	background-repeat:repeat-y;
}

#news {
	display:block;
	width:199px;
	padding:0px 25px;
}

#news h1 {
	color:#994B93;
	font-size:20px;
}

#news h2 {
	color:#994B93;
	margin-top:16px;
}

#news a,
#news a:visited {
	font-size:12px;
	font-weight:bold;
	color:#96bf0d;
}

#article {
	display:block;
	padding:0px 35px;
}

 #article  h1 {
	color:#994B93;
	font-size:20px;
	font-weight:bold;
}

#article a,
#article a:visited,
td.disclaimer a,
td.disclaimer a:visited {
	font-weight:bold;
	color:#96bf0d;
}


td.disclaimer {
	padding-left:25px;
}


.button			{cursor:pointer;font-family: Calibri, Arial, sans-serif;color: black;font-size: 8pt;}
.imagebutton	{cursor:pointer;font-family: Calibri, Arial, sans-serif;color: black;font-size: 9pt;}
.checkbox		{cursor:default;font-family: Calibri, Arial, sans-serif;color: black;font-size: 9pt;margin:0;}
.radiobutton	{cursor:default;font-family: Calibri, Arial, sans-serif;color: red;font-size: 9pt}
.combobox 		{cursor:default;background:#FFF;font-family: Calibri, Arial, sans-serif;color:black;font-size: 9pt;border: #ccc 1px solid;}
.textfield		{background:#FFF;font-family: Calibri, Arial, sans-serif;color:black;font-size: 9pt;border: #ccc 1px solid;}
.textarea		{background:#FFF;font-family: Calibri, Arial, sans-serif;color:black;font-size: 9pt;border: #ccc 1px solid;}


