@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #3e3c35;
	background-image: url(images/icionbg.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#copyright {
text-align:right;
font-size:10px;
color:#666666;
}
#referralsContent {
border:1px solid #302F29;
}
#success {
}
#failed {
}
#techsupportContent {
border:1px solid #302F29;
}
#accountsContent {
border:1px solid #302F29;
}
#projectsContent {
border:1px solid #302F29;
}
#cmsContent {
border:1px solid #302F29;
}
.small {
text-align:right;
font-size:10px;
}
.small a {
text-decoration:none;
color:#666666;
}
html {overflow-y: scroll;}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}


-->