/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 100%;
	color: #000000;
	background: #cc0000 url("../images/elRedStripe.gif") fixed;
	background-color: #CC0000;
 }
 
 a:link, a:visited{
	color: #cc0000;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}
 
.title {font-size:24px; color: #CC0000;}
.data {line-height: 1.75;}
.radio {font-size:smaller;}
.cap {color: #CC0000; font-weight: bold; }
.cabsize {font-size: 18px; font-weight: bold; color: #CC0000; }

#popup300 {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 270px;
	width: 270px;
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
}

	.tl {
		position: absolute;
		top: 0px;
		left:0px;
	}
	.tr {
		position: absolute;
		top: 0px;
		right:0px;
	}
	
	.bl300 {
		position: absolute;
		top: 264px;
		left:0px;
	}
	.br300 {
		position: absolute;
		top: 264px;
		right:0px;
	}

#popup500 {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 470px;
	width: 470px;
	padding: 0px;
	margin: 0px;
	background-color:#FFFFFF;
}

	.tl {
		position: absolute;
		top: 0px;
		left:0px;
	}
	.tr {
		position: absolute;
		top: 0px;
		right:0px;
	}
	
	.bl500 {
		position: absolute;
		top: 464px;
		left:0px;
	}
	.br500 {
		position: absolute;
		top: 464px;
		right:0px;
	}


#image300 {
	position: absolute;
	top: 45px;
	left: 45px;
}

#content {
	padding: 20px 20px 20px 20px;
}

#name {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-align: center;
 }

#description {
	font-size: 12px;
	color: #000000;
	padding: 0px 10px 0px 10px;
 }


