A:link {
	COLOR: #9999CC;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #006600;
	TEXT-DECORATION: none
}
A:active {
	COLOR: #666699;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #339900;
	TEXT-DECORATION: underline
}
body{
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Black;
}
td{
	text-align : left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Black;
}
.demo{
	width : 175px;
}
.Plain{
		text-align : right;
}
.data{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	background-color : #DCDCDC;
}
.datahead{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	background-color : #cccccc;
	font-weight : bold;
}
.textarea{
		width : 300px;
}
LI{
	padding-bottom : 3px;
	padding-top : 3px;
}
.redtext{
	color: red;
}