body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FBF6EC;
	font-size: 100%;
	color: #808285;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
li {
	line-height:normal;
	margin-top:0;
	margin-left:30px;
	font-size: 12px;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808285;
}
a {
	text-decoration: none;
	color: #D8982E;
}
a:link, a:visited{
	color: #D8982E;
	text-decoration: none;
}
a:hover, a:active{
	color: #000000;
	text-decoration: none;
}


.box {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.box a {
	display: block;
	text-decoration: none;
	background-color: #A3A5A7;
	padding: 5px;
}
.box a:link, .box a:visited{
	text-decoration: none;
}
.box a:hover, .box a:active{
	text-decoration: none;
	background-color: #D8982E;
}




.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #808285;
}
.menu a {
	display: block;
	text-decoration: none;
	color: #808285;
	padding: 2px 0px;
}
.menu a:link, .menu a:visited{
	color: #808285;
	text-decoration: none;
}
.menu a:hover, .menu a:active{
	color: #000000;
	text-decoration: none;
}



.menuSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #D8982E;
}
.menuSub a {
	display: block;
	text-decoration: none;
	color: #D8982E;
	padding: 2px 0px;
}
.menuSub a:link, .menuSub a:visited{
	color: #D8982E;
	text-decoration: none;
}
.menuSub a:hover, .menuSub a:active{
	color: #000000;
	text-decoration: none;
}



.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #FFFFFF;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 3px;
}
.submenu a:link, .submenu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:hover, .submenu a:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #808285;
}






.Servicessubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #FFFFFF;
}
.Servicessubmenu a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 3px;
}
.Servicessubmenu a:link, .Servicessubmenu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.Servicessubmenu a:hover, .Servicessubmenu a:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D8982E;
}


.redtext {
	color: #FF0000;
}





.highlight {
	font-weight: bold;
	color: #666666;
}




.Browntext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #D8982E;
}


.Blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #000000;
}
.Blacktext a {
	text-decoration: none;
	color: #000000;
}
.Blacktext a:link, .Blacktext a:visited{
	color: #000000;
	text-decoration: none;
}
.Blacktext a:hover, .Blacktext a:active{
	color: #D8982E;
	text-decoration: none;
}






.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #808285;
}
.bodytext a {
	text-decoration: none;
	color: #D8982E;
}
.bodytext a:link, .bodytext a:visited{
	color: #D8982E;
	text-decoration: none;
}
.bodytext a:hover, .bodytext a:active{
	color: #000000;
	text-decoration: none;
}



.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	color: #808285;
}
.smalltext a {
	text-decoration: none;
	color: #D8982E;
}
.smalltext a:link, .smalltext a:visited{
	color: #D8982E;
	text-decoration: none;
}
.smalltext a:hover, .smalltext a:active{
	color: #000000;
	text-decoration: none;
}




.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #808285;
	list-style-image: url(vv_images/construction/arrows/arrow_right_grey.gif);
	padding-left: 10px;
	margin-left: 15px;
}
.bullet a {
	text-decoration: none;
	color: #D8982E;
}
.bullet a:link, .bullet a:visited{
	color: #D8982E;
	text-decoration: none;
}
.bullet a:hover, .bullet a:active{
	color: #D8982E;
	text-decoration: underline;
}



.SubMenuHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #444444;
}
.SubMenuHead a {
	display: block;
	text-decoration: none;
	color: #444444;
	padding: 3px 5px;
}
.SubMenuHead a:link, .SubMenuHead a:visited{
	color: #444444;
	text-decoration: none;
}
.SubMenuHead a:hover, .SubMenuHead a:active{
	color: #000000;
	text-decoration: none;
	background-color: #777777;
}






.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	color: #FFFFFF;
}
.WhiteText a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1px;
}
.WhiteText a:link, .WhiteText a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.WhiteText a:hover, .WhiteText a:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D8982E;
}





.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	color: #E3B56A;
}
.footer a {
	text-decoration: none;
	color: #AAACAE;
}
.footer a:link, .footer a:visited{
	color: #AAACAE;
	text-decoration: none;
}
.footer a:hover, .footer a:active{
	color: #000000;
	text-decoration: none;
}




.SubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #D8982E;
	font-weight: bold;
}
.SubTitle a {
	text-decoration: none;
	color: #D8982E;
}
.SubTitle a:link, .SubTitle a:visited{
	color: #D8982E;
	text-decoration: none;
}
.SubTitle a:hover, .SubTitle a:active{
	color: #000000;
	text-decoration: none;
}



.SubTitleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}




.SubTitleGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #808285;
	font-weight: bold;
}
.SubTitleGrey a {
	text-decoration: none;
	color: #D8982E;
}
.SubTitleGrey a:link, .SubTitleGrey a:visited{
	color: #D8982E;
	text-decoration: none;
}
.SubTitleGrey a:hover, .SubTitleGrey a:active{
	color: #000000;
	text-decoration: none;
}





.SubTitleWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.SubTitleWhite a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px;
}
.SubTitleWhite a:link, .SubTitleWhite a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.SubTitleWhite a:hover, .SubTitleWhite a:active{
	color: #FFFFFF;
	background-color: #D8982E;
	text-decoration: none;
}


.homenews {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	float: left;
}

