body
{
	background: #dfe1e4 url(/images2/bg_shade-v2.gif) repeat-y center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
}

#page-container
{	
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left-width:0px;
	border-right-width:0px;	
}


.rt01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
.rt01w{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.rt02w{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.rt02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	line-height: 17px;
}
.rt03 {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;
	line-height: 15px;
}

.in_sd_bk {
	background-image: url(img/in_sd.gif);
}

.sd_bk {
	background-image: url(img/sdbk.gif);
}

a:link {text-decoration:none; color:#0000CC;} 
a:visited {text-decoration:none; color: #0000CC;} 
a:hover {text-decoration:underline; color:#000066}

a.01:link {text-decoration:none; color:#FFCC33;} 
a.01:visited {text-decoration:none; color: #FFCC33;} 
a.01:hover {text-decoration:none; color:#FFFFFF}

.comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003399;

}
.formbut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textbox 
{  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;
	color: #003399;	
	width: 230px;

}
.textbox02 
{  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;
	color: #003399;	
}
.selectbt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

ul
{
list-style-image: url("img/bullet.gif")
}

A.sublink {
	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 100%; COLOR: #0033CC; TEXT-DECORATION: none
}
A.sublink:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 100%; COLOR: #0033CC; TEXT-DECORATION: none
}
A.sublink:hover {
	BACKGROUND: #FFCC00; COLOR: #000066; TEXT-DECORATION:underline
}

