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

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#wrapper{
	padding: 0px;
	margin: 0px;
	position: relative; 
	
	top: 10%;
	left:10%;
}

div{
	margin-left:auto;
	margin-right:auto;
	}

#link{
	background-color: white;
	width: 317px;
}

#wrapper_title{
	text-align:center;
	vertical-align:bottom;
	}

p#title{
	background-color: white;
	width: 319px;
	text-align:center;
	color:red;
	font-size:12px;
	vertical-align:bottom;
}

table {
background-color: white;
} 

a:link {
	text-decoration: underline; 
	color: #FF0000;
	}
	
a:visited {
	text-decoration: none; 
	color:#FF0000;
	
}

a:hover {
	text-decoration: none;
	color:#FF0000;
	
}
	
a img {border:none;}


p {
	font-size:13px;
	color:red;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

#conash3D0
{
display:none;
}

#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	width: 250px;
	
	padding:0px;
	text-align:center;
	color:red;
	font-size:9px;
	float:right;

	}
	
