* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

p {
	margin-bottom: 14px;
}

a:link, a:active, a:visited {
	color: #313131;
	text-decoration: none;
}

a:hover{
	color: #313131;
	text-decoration: underline;
}

body.core {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	color: #000000 !important;
	margin:0px;
	padding:0px;	
}

body, html {
	height: 100%;
	width: 100%;
	background: #ed1c24;
}

/* Background */
td#topbg {
	width: 100%;
	height: 150px;
}

td#centerbg {
	margin:0px;
	padding:0px;
}

td#bottombg {
	background: url(main_bg.png) repeat-y;
	width: 100%;
	height: 1px;
}

/* Layout */

div#wrapper {
	margin: 0 auto;
	width: 800px;
}

div#contentwrap {
	background:#ffffff;
	margin:0px;
	padding:10px 0px 0px 0px;
	width:800px;
	min-height:280px;
	height:800px;
	height:auto !important;
}

div#formwrap {
	margin: 0px 10px 0px 10px;
}

div#help {
	visibility:hidden;
	float: right;
	background: url(/img/templates/images/veh15_help_bg.jpg) no-repeat;
	margin-right:-200px;
	margin-top:10px;
}

div#header {
	background: #ffffff url(/img/templates/images/veh15_header_bg_noleftlogo.jpg) no-repeat;
	height: 112px;
	width:800px;
}

div#logo {
	float:none;
	height:0px;
	width:0px;
}

div#bottombg {
	height:0px;
}

div#footer a {
	color: #990066;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer {
	border-top:1px #eb008b solid;
	background:#f7c9dd;
	padding-top:5px;
	width:800px;
	height:20px;
	font-size: 11px;
}

/* Progress */
div#progress {
	float: left;
	margin-left:13px;
	margin-top:63px;
}

div#progressbar {
	width: 200px;
	height: 40px;
	background:url(/img/templates/images/veh15_progress_bg.png) no-repeat;
	padding-top: 8px;
	padding-left: 6px;
}

div#progress1 {
	width: 184px;
	margin-left:3px;
	font-family:Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

div#progress2 {
	background: #f6921e;
	padding: 4px 0px 0px 4px;
	height: 19px;
}

div#navbuttons {
	text-align: center;
	margin-top: 10px;
	padding-bottom:10px;
}

/* Styles */

#qb1 {
	width: 70px;
	height: 70px;
	margin-right:10px;
	background: url(/img/templates/images/veh15_back.png) no-repeat;
	border: 0;
	cursor: pointer;
}

#qb2 {
	width: 70px;
	height: 70px;
	margin-left:10px;
	background: url(/img/templates/images/veh15_next.png) no-repeat;
	border: 0;
	cursor: pointer;
}

#qb3 {
	width: 70px;
	height: 70px;
	background: url(/img/templates/images/veh15_end.png) no-repeat;
	border: 0;
	cursor: pointer;
}

/* R4A Override */

.textinput {
	border: 1px solid grey;

}

.rankcellDone {
	background: #64AF6F;
}


span.Question{
font-size:14px;
font-weight:bold;}



