/* CSS Document */
body {
	background:#FFFFFF;
}

div, p, form, li {
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:12pt;
	color:#000000;
}

h1 {
	font-family:"Courier New", Courier, mono;
	font-size:18pt;
	font-weight:bold;
	text-transform:uppercase;
}

h4 {
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16pt;
}

#vr_menu, #vr_footer {
	padding:0px;
	margin:0px;
	display:none;
	width:100%;
}

#vr_right_column {
	padding:0px;
	margin:0px;
	display:none;
	width:0px;
}

#vr_left_column {
	width:100%;
	text-align:left;
	margin:4px;
	padding:0px;
}

#vr_header {
	background: #FFFFFF;
	padding-top:0px;
	height:auto;
	width:87%;
}

#vr_content {
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom:10px;
	height:auto;
}

#vr_content ul {
	list-style: disc url(img/star.gif) inside;
	margin-left:0px;
}

.pbcomment p{
	font-size:14pt;
	font-weight:bold;
}

a:link,a:visited{color:#0000FF;text-decoration:underline;}
