a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}
body {
	color: black;
	font-family: arial;
	font-size: 12px;
	background: white;
	margin: 0px;
}

.onionimg {
	padding: 5px;
}
.vtpage {
	position: absolute;
	display: block;
	width: 100%;
	height: 1000px;
	text-align: center;
	background: White;
	top: 14px; 
}

.vtbody {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	height: 1000px;
	background: #EEEEEE;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	top: 0px;
	z-index: 1;
}

.vtheader {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	width: 896px;
	height: 100px;
	z-index: 2;
}

.vtlogo {
	position: absolute;
	display: block;
	left: 25px;
	top: 10px;
}
.vtheaderinfo {
	display: block;
	position: absolute;
	z-index: 3;
	right: 15px;
	bottom: 5px;
}

.vthorizline {
	position: absolute;
	width: 873px;
	height: 12px;
	left: 1px;
	top: 0px;
	z-index: 2;
	background: midnightblue;
	color: white;
	border-color: midnightblue;
	border-style: solid;
	border-width: 4px 0px 5px 25px;
	font-size: 12px;
	font-weight: bold;
}

.vthorizline a {
	color: white;
}

.vtverticalline {
	display: block;
	border-style: none none none solid;
	border-width: 1px;
	border-color: MidnightBlue;
	width: 10px;
	height: 528px;
}

.vtline {
	display: block;
	width: 620px;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: MidnightBlue;
}

.vtphotos {
	display: block;
	position: absolute;
	left: 7px;
	top: 0px;
	width: 522px;
	z-index: 3;
}

.vtlargewin {
	position: absolute;
	left: 15px;
	top: 30px;
	height: 788px;
	width: 865px;
	background: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE;
}

.vtbordered {
	border-style: solid;
	border-width: 1px;
	border-color: red;
	z-index: 5;
}

.vtslogan {
	position: absolute;
	font-size: 22px;
	font-weight: bold;
	bottom: 6px;
	left: 200px;
	display: block;
}

.vtinfosection {
	width: 865px;
	height: 225px;
	background: white;
}

.vtmainwin {
	position: absolute;
	left: 230px;
	top: 30px;
	height: 788px;
	width: 650px;
	background: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	border-color: #EEEEEE;
	z-index: 3;
}

.vtaddr {
	display: block;
	position: absolute;
	z-index: 3;
	right: 15px;
	bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

.vtfooter {
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 900px;
	z-index: 1;
	text-align: center;
	color: black;
	text-decoration: none;
	border: 0px;
}


.vtplaintext {
	font-size: 16px;
}

.vtleftpane {
	display: block;
	position: absolute;
	left: 15px;
	top: 30px;
	z-index: 1;
	width: 200px;
}

.grheading {
	display: block;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	padding: 2px;
}
.grboxheading {
	padding: 3px;
	font-family: arial;
	font-weight: bold;
	font-size: 28px;
	bottom: 0px;
	left: 0px;

	position: relative;
	width: 200px;
	height: 48px;
	color: black;
	z-index: 4;
	text-align: left;
	display: block;
}
.grcontentlink {
	display: block;
}
.grtools {
	display: block;
	font-size: 18px;
	font-family: arial;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	color: black;
	width: 100px;
	right: 0px;
	top: 0px;
	position: absolute;
}

.vticon {
	margin-top: -15px;
}

.vtsolution {
	display: block;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
}

.grinfo {
	display: block;
	position: relative;
	left: 5px;
}

.articlelink {
	font-size: 18px;
	font-weight: bold;
}
.articlelink_descr {
	font-size: 16px;
	display: inline;
}
.grlist {
	list-style-type: square;
	list-style-position: outside;
	padding: 5px;
	padding-left: 15px;
	padding-top: 3px;
	margin: 5px;
	color: black;
}

