.vs_header2 {  font-size: 18px; line-height: 130%; font-weight: bold; color: #990033; font-family: "arial", "�s�ө���", "apple ligothic medium", "helvetica"}
.vs_bodytext {  font-family: "arial", "helvetica"; font-size: 12px; line-height: normal; color: #000000; font-style: normal; font-weight: normal}
.vs_biggerbody {  font-family: "times new roman", "�s�ө���", "apple lisung light", "times"; font-size: 16px; font-style: normal; line-height: 140%; font-weight: normal; color: #000000}
.vs_header3 { font-size: 12px; line-height: 130%; font-weight: bold; color: #990033; font-family: "arial", "�s�ө���", "apple ligothic medium", "helvetica" }

.navbar td {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #000;
}

.navbar td a {
	text-decoration: none;
	color: #000;
}

.navbar td a:hover {
	color: #999;
}

.prodlogo {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #bbb;
	font-size: 10px;
	font-family: arial, helvetica;
	text-align: center;
	width: 80px !important;
	width: 100px;
	line-height: 150%;
}

.prodlogo a:visited {
	font-size: 10px;
}

.prodlogo a:link {
	font-size: 10px;
	text-decoration: none;
}

.prodlogo a:hover {
	font-size: 10px;
	text-decoration: underline;
}

.featurecol2 {
	float: left;
	width: 47%;
	margin: 0;
	padding: 0;
	margin-right: 5%;
	display: inline;
}

.featurecol2.last {
	margin-right: 0;
	display: inline;
}

.hr-fade { 
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.hr-fadediv { 
        content: "";
        height: 1px; /* change to suit your needs */
        background: #000;
        margin:10px auto 10px auto;
        /* raise your hand if you like having six different prefixes/syntax */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff), color-stop(50%,#444), color-stop(100%,#fff));
        background: -webkit-linear-gradient(left, #fff 0%,#444 50%,#fff 100%);
        background: -moz-linear-gradient(left, #fff 0%, #444 50%, #fff 100%);
        background: -ms-linear-gradient(left, #fff 0%,#444 50%,#fff 100%);
        background: -o-linear-gradient(left, #fff 0%,#444 50%,#fff 100%);
        background: linear-gradient(left, #fff 0%,#444 50%,#fff 100%);
}
.hr-fadediv-short { 
        content: "";
        height: 1px; /* change to suit your needs */
        background: #000;
        width:60%;
        margin:10px auto 10px auto;
        /* raise your hand if you like having six different prefixes/syntax */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fff), color-stop(50%,#444), color-stop(100%,#fff));
        background: -webkit-linear-gradient(left, #fff 0%,#444 50%,#fff 100%);
        background: -moz-linear-gradient(left, #fff 0%, #444 50%, #fff 100%);
        background: -ms-linear-gradient(left, #fff 0%,#444 50%,#fff 100%);
        background: -o-linear-gradient(left, #fff 0%,#444 50%,#fff 100%);
        background: linear-gradient(left, #fff 0%,#444 50%,#fff 100%);
}


.p-overview img{ 
margin: 0 20px;

}