body {
	background: #ffffff url(../images/site-bg.gif) no-repeat fixed center top;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
/*	scrollbar-base-color: #f0037f; */
/*	scrollbar-arrow-color: black; */
/*	scrollbar-3dlight-color: #f0037f; */
	scrollbar-face-color: #f0037f; 
	margin-top: 0px;
}

.button {
/*
	background-color: #f0037f;
	color: black;
	border: solid black 1px;
	padding: 0;
*/
/* the following is better for image buttons */
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	width: 152px;
	height: 32px;
}

.input, textarea {
	border: ridge #f0037f 1px;
	padding: 1px 1px 1px 1px;
}

.select {
	border: ridge #f0037f 1px;
	padding: 1px 1px 1px 1px;
}
.option {
	border: 0;
	padding: 1px 1px 1px 1px;
}

.contactselect {
	border: ridge #f0037f 1px;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
}
.contactoption {
	border: 0;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
}

#mvnopage {
	background-color: white;
	width: 80%;
}
h1 {
	text-align: center;
}

#leftimage {
	background-color: transparent;
}

#rightimage {
	background-color: transparent;
}

#top {
	background-color: white;
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
}

#topnav {
	width: 100%;
	background-color: transparent;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 0;
}

#leftnav {
	background-color: black;
	color: white;
}

#main {
	width: 100%;
	float: left;
	clear: both;	
}
#bottom {
	width: 100%;
	float: left;
	clear: both;
	height: 10px;
	background-color: transparent;
	color: white;
	}

#bottom a {
	color: white;
	text-decoration: underline;
}
#bottom a:hover {
	text-decoration: none;
}

#bottomnavitem {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: white;
	text-align: center;
}

#downloaditem {
	float: left;
	clear: both;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #f0037f;
    width: 100%;

}

#downloaditem A:link {
	color: black;
}

#dowlnoaditem A:visited, A:hover {
	color: magenta;
}

#normaltext {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: white;
}

#question {
	margin-left: 15px;
	width: 100%;
}
#question a:link {
	color: black;
}

#question a:hover, a:visited {
	color: black;
}

#answer {
	color: #333333;
	width: 100%;
	margin-bottom: 15px;
}

#answer1 {
	color:#CC3366;
   font-family:Arial,Helvetica,sans-serif;
   font-size:18px;
   font-weight:bold;
}

.faqback {
	text-align: left;
	margin-left: 30px;
	margin-bottom: 15px;
}

.error {
	color: red;
	margin: 10px;
}

.frmLabel {
	float: left;
	clear: none;
	width: 33%;
	padding: 5px 0 5px 0;
	margin-right: 5px;
	text-align: right;
}
.frmField {
	float: left;
	clear: right;
	width: 65%;
	padding: 5px 0 5px 0;
}

#offerlistrow {
	float: left;
	clear: both;
	width: 95%;
	padding-left: 20px;
	padding-right: 20px;
}

#offerlistname {
	float: left;
	clear: none;
	width: 70%;
}
#offerprice {
	float: right;
	clear: right;
}

#tarifftable {
	border: ridge #8c1369 1px;
	width: 100%;
	padding: 0;
	text-align: center;
}

#tarifftable thead th {
	background-color: #8c1369;
	font-size: 18px;
	color: white;
}
#tarifftable tbody td {
	border: solid #8c1369 1px;
	color: black;
	font-size: 14px;
}

.small_pink_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3366;
}
.small_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.head_pink_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC3366;
}

/* for the heading.text on the fullcm pages */
#cmheading {
	
}

/* for the independent popup */
.popupmargins {
 margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 0em;
  margin-left: 0em;     
}