@charset "utf-8";
/* CSS Document */

body {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*background colours */

.vpmOrange {
	background-color: #DB5C1C;
}
.vpmLightOrange {
	background-color: #F4E0CE;
	padding-bottom: 50px;
}
.vpmDarkBlue {
	background-color: #004071;
	width: 228px;
	padding-right: 12px;
	padding-left: 12px;
}

/*spacers */

.vpmMiddleTop {
	background-image: url(header_bg.jpg);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-position: vertical-middle;
}
.vpmRightTop {
background-image: url(header_bg.jpg);
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.vpmDIVtopSpace {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Main Content Style */

.mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004070;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: justify;
	line-height: 1.2em;
	margin: 0px;
}
.mainContent h1 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #004070;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* breadcrumb style */

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.breadcrumb a {
	color: #666666;
	text-decoration: underline;
}
.breadcrumb a:hover {
	color: #004071;
	text-decoration: underline;
}

.breadcrumb a:active {
	color: #666666;
}
.breadcrumb a:link {
	color: #666666;
}
.breadcrumb a:visited {
	color: #666666;
}

/* footer style */

.vpmFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
.vpmFooter a {
	color: #666666;
	text-decoration: none;
}
.vpmFooter a:link {
	color: #666666;
	text-decoration: none;
}
.vpmFooter a:visited {
	color: #666666;
	text-decoration: none;
}
.vpmFooter a:active {
	color: #666666;
	text-decoration: none;
}
.vpmFooter a:hover {
	color: #004070;
	text-decoration: underline;
}
.whiteBorder {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.vpmVBackground {
	background-image: url(vpmVbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.white11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.white12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.white12 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.white12 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.white12 a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
.white12 a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.white12 a:link {
	color: #FFFFFF;
	font-weight: bold;
}

#ControlPanel {
	width: 990px;
}
.skinObject {
	font-weight: normal;
	color: #FFFFFF;
}

a:link {
color:#003366;
text-decoration:underline;
}

a:visited {
color:#003366;
text-decoration:underline;

a:active{
color:#003366;
text-decoration:underline;
}

a:hover {
color:#db5c1c;
text-decoration:underline;