/* TVSG Primary CSS */

body {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	
	background: rgb(0, 0, 0) url(images/bg_mask.jpg) top center no-repeat;
}

input {
	border-width: 1px;
	border-style: solid;
	border-color: #121212;
	font-size: 13px;
	color: #5c91fe;
	font-family: Arial;
	background-color: #0e0e0e;
}

textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #121212;
	font-size: 13px;
	color: #5c91fe;
	font-family: Arial;
	background-color: #0e0e0e;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
}
a:hover {
	color: #ad6f02;
}

td.contenti {
	background-color: #0c0c0c;
}
td.contento {
	background-color: #121212;
}

.sitetext {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	line-height: 25px;
}

.sitetext_o {
	color: #CCCCCC;
	font-size: 13px;
	font-family: Arial;
}

.title {
	color: #666666;
	font-family: Arial;
	font-size: 17px;
}

.offertext {
	color: #666666;
	font-family: Arial;
	font-size: 13px;
}

.title_en {
	color: #ad6f02;
	font-family: Arial;
	font-size: 17px;
	text-transform: capitalize;
}
.subtitle_b {
	font-family: Arial;
	color: #5c91fe;
	font-size: 14px;
}