html { 
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	background-color: #fff;
}

a:link { color: #fff; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: line-through; }
a:active { text-decoration: none; }



/*----------------------------------------------------------------------------
Videos
*/
.video {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 5px 15px 5px 15px;
}

iframe {
	line-height: 11px;
	font-size: 10px;
	position: relative;
	top: 10px;
	text-align: left;
	left: 0px;
	width: 100%;
}


/*----------------------------------------------------------------------------
Other Rounding tool
*/
.roundcont {
	width: 75%;
	background-color: blue;
	color: #000;
	margin-left: auto;
	margin-right: auto;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url('../images/tr2.jpg') no-repeat top right; 
}

.roundbottom {
	background: url('../images/br2.jpg') no-repeat top right; 
}

img.corner {
   width: 19px;
   height: 19px;
   border: none;
   display: block !important;
}