table {
	font-size:12px;
	color: #666666;
	text-decoration: none;
	font-weight:normal;
	font-family: arial,verdana, geneva, helvetica;
}

.botgo {
	border:1px solid #666;
	background-color:#CCFFFF;
	font-weight:bold;
	padding:1px 0px 1px;
}

.linazul {
width:100%;
height:4px;
background-color:#009999;
display:block;
}

.linagris {
width:100%;
height:30px;
background-color:#CCC;
display:block;
}

.box {
	width:350px;
	height:350px;
	display:block;
	border:1px solid #666;
	background-color:#FFF;
}

.titlebox {
	background-color:#009999;
	font-size:20px;
	text-align:center;
	color:#FFF;
	height:30px;
	width:346px;
	display:block;
	padding-top:3px;
}

.titlebox.titleothercolor {
background-color:#33CCCC;
}

.cpr {
	font-size:10px;
	padding-right:15px;
}

.menutop {
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
}

.menuentities { color:#666; padding-bottom:25px;}

a.linkmenu { text-decoration:none; color:#666;}

a.linkmenu:hover {color:#009999;}

a.menutop {
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none; color:#666;
}
a.menutop:hover {color:#009999;}

.textobox {
	width:330px;
	text-align:justify;
	padding-left:7px;
	
}

.howit {
	width:220px;
	height:150px;
	display:block;
	vertical-align:bottom;
}

.textobox {
	line-height: 15pt;
	font-size:14px;
}

.botsignin {
	color:#009999;
	font-size:14px;
	text-decoration:none;
		font-weight:bold;
}
.more {
	color:blue;
	font-weight:bold;
	padding-right:10px;
	font-size:14px;
	vertical-align:top;
}
a.more:hover {
		color:#33CCCC;
}

.linearand {
	font-weight:bold;color:#666;line-height:20px;font-size:12px;
}

.img-shadow {
float:right;
background: url(/images/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #fff; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}
