/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #C5CDFE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1{
color:#FF6600;
margin:0px;
padding:0px;
font-size:16px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
}
.box{

}
.box a:active {
	text-decoration: none;
	color:#FF6600;
}
.box a:visited {
	text-decoration: none;
	color:#FF6600;
}
.box a:link{
	text-decoration: none;
	color:#FF6600;
}
.box a:hover {
	text-decoration: none;
	color:#FF9900;
}
-->