/* Landing Page */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	background-repeat: no-repeat;
}
body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.bigger {
	font-size: 12px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #666666;
}
a.nostyle:link {
	color: #666666;
	text-decoration: none;
}
a.nostyle:visited {
	color: #666666;
	text-decoration: none;
}
a.nostyle:hover {
	color: #666666;
	text-decoration: underline;
}
a.nostyle:active {
	color: #666666;
	text-decoration: none;
}
.style1 {color: #666666;}
.style2 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

.cVersion{
	color: #666666;
	width: 100px;
}
