@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);

.content14Gray {
	font-family: 'Ropa Sans';
	font-size: 14px;
	color: #999999;
	font-weight:400;
}


.content-14-gray {
	font-family: 'Ropa Sans';
	font-size: 14px;
	color: #C1C1C1;
	font-weight:400;
}

.content-16-gray {
	font-family: 'Ropa Sans';
	font-size: 16px;
	color: #C1C1C1;
	font-weight:400;
}

.content-14-orange {
	font-family: 'Ropa Sans';
	font-size: 14px;
	color: #fd5e0f;
	font-weight:400;
}


.content-15-orange {
	font-family: 'Ropa Sans';
	font-size: 15px;
	color: #fd5e0f;
	font-weight:300;
}

.content-18-orange {
	font-family: 'Ropa Sans';
	font-size: 15px;
	color: #fd5e0f;
	font-weight:300;
}


.mainTableBackground {
background-image: url("images/page-background.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center top;
}

.orangeRowSmall {
height: 5px;
font-size: 5px;
}

input
{
	BORDER-RIGHT: #262626 1px solid; 
	BORDER-TOP: #262626 1px solid; 
	BORDER-LEFT: #262626 1px solid; 
	BORDER-BOTTOM: #262626 1px solid; 
	font-family: "Lucida Sans Unicode", "Verdana";
	font-size: 11px;
	color: #999999;
	background: #0F0F0F;
	padding: 2px 8px;	
}