@charset "utf-8";
/* 2007 cryptodyne All Rights Reserved */

*{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


html,body{
	background-color: #a365a3;
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #333333;
	height: 100%;
	width: 100%;
	background-image: url(../images/bgTile.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.bannerArea{
	width: 100%;
	height: 140px;
	background-image: url(../images/img_bannerTile.jpg);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: text-top;
	text-align: center;
	margin: auto;
}

.urlLink{
	width: 110px;	
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.urlLink:hover{
	width: 110px;	
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}


.banner{
	width: 1000px;
	height: 140px;
}

.container{
	width: 100%;
	margin: auto;
}

.wrapper{
	width: 960px;
	padding: 20px 20px 20px 20px;
}

.footer{
	width: 100%;
	margin: auto;
}

.title{
	width: 960px;
	padding: 0px 0px 5px 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}

.space{
	width: 60px;
	margin: auto;
}

.box{
	width: 195px;
	margin: auto;
	vertical-align: text-top;
}

.thumBox{
	width: 185px;
	height: 140px;
	border: 5px solid #ec008c;
	background-color: #ffffff;
}

.txtClient{
	width: 70px;	
	font-size: 8pt;
	color: #cccccc;
	font-weight: 100;
	text-align: right;
	padding: 2px 0px 2px 0px;
	vertical-align: text-top;
}

.txtClientName{
	width: 110px;	
	font-size: 8pt;
	color: #ffffff;
	font-weight: 100;
	text-align: left;
	padding: 2px 0px 2px 5px;
	vertical-align: text-top;
}

.footerTxt{
	width: 1000px;
	padding: 10px 0px 10px 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	color: #ffffff;
	font-weight: 100;
	text-align: right;
	border-top: 2px solid #ec008c;
}



