/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link, a:visited {
	color: #000099;
	text-decoration: none;
}

#content h1{
 font-family: "Times New Roman", Times, serif;
 font-size: 16pt;
 text-align: center;
 font-weight: bold;
 color: #000099;
}

#content h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
}

#content h3, #content dt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}

#content h4 {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: #000099;
	font-weight: bold;
}

#content p, #content dd {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000099;
}
#content ol, #content ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000099;
}

#content td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000099;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#content li {
	margin: 0 0 0 10px;
}

/*********** img styles ******************/

img.rs {
	float: right;
	margin: 0px 0px 10px 10px;
}
img.ls {
	float: left;
	margin: 0px 10px 10px 0px;
}

/********** table styles ***********/

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	text-align: center;
}

/********* buttons for links ************/

p.inpage {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
	vertical-align: middle;
	background-color: #000099;
}
p.inpage a:link, p.inpage a:visited {
	display: block;
	padding: 5px;
	border: 5px outset #FFFFCC;
	background-color:#000099;
	font: bold 10pt/1.5 arial, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
}

/********* block paragraph with wide left margin ******/


#footer p {
	font-size: 9pt;
	color: #999999;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
}
marquee {
	display: none;
}
.clearit{
	clear: both;
}
#message {
	width: 500px;
	height: 50px;
}
.warning {
	color: #FF0000;
}