a:link {
	color: #3399CC;
	text-decoration: none;
} 
a:active {
	color: #3399CC;
	text-decoration : none;
} 
a:visited {
	color: #3399CC;
	text-decoration : none;
} 
a:hover {
	color: Red;
	text-decoration : none;
} 
body {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	text-align : justify;
	color: Gray;
} 
td {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	color: Gray
} 
li {
	color: Gray;
	list-style-type: disc
} 
ul {
	color: Gray;
} 
ol {
	color: Gray
} 
.textwhite {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 8pt;
	color: White;
	margin-left : 30px;
	margin-right : 15px;
	line-height : 12pt;
	text-align : justify;
} 
a.textwhite:link {
	color: #87CEEB;
	margin-left : 0px;
	margin-right : 0px;
	text-decoration: none
} 
a.textwhite:visited {
	color: #87CEEB;
	margin-left : 0px;
	margin-right : 0px;
	text-decoration: none
} 
a.textwhite:active {
	color: #87CEEB;
	margin-left : 0px;
	margin-right : 0px;
	text-decoration: none
} 
a.textwhite:hover {
	color: Aqua;
	margin-left : 0px;
	margin-right : 0px;
	text-decoration: none
} 
.textdate{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #00E1E1;
	font-weight : lighter;
	letter-spacing : 1px;
	margin-left : 30px;
	margin-right : 15px;
}