/*
-------------------------------------------------
CSS - http://www.itsglobalrelo.com/stylesheet.css
Version: January 31, 2009
------------------------------------------------- */
/* this preloads the navigation background images */
#preload { 
width: 0px; 
height: 0px; 
display: inline; 
background-image: url(images/nav/bg_navigation.gif); 
background-image: url(images/nav/bg_navigation_over.gif); 
}

body {
/* 	background-image: url(images/background.gif); 
  	background-repeat: repeat-y; */
  	background-color: #006A4E;  /* belkin green */
   	color: #000000;
 	margin: 0px;
}

table.mainbg {
 	background-image: url(images/nav/bg_body.gif); 
  	background-repeat: repeat;
	background-color: #006A4E;
   	color: #000000;
 	margin: 0px;
}

td.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

a:link.nav, a:visited.nav{
background-image:url(images/nav/bg_navigation.gif);
font-family: Arial, Verdana, sans-serif;
color:#000;
font-size:12px;
font-weight:bold;
width:180px;
display:block;
padding-top:10px;
padding-bottom:10px;
margin-top:0px;
margin-bottom:0px;
text-indent:17px;
text-align:left;
text-decoration:none;
}

a:hover.nav, a:active.nav{
background-image:url(images/nav/bg_navigation_over.gif);
font-family: Arial, Verdana, sans-serif;
color:#900;
font-size:12px;
font-weight:bold;
width:180px;
display:block;
padding-top:10px;
padding-bottom:10px;
margin-top:0px;
margin-bottom:0px;
text-indent:17px;
text-align:left;
text-decoration:none;
}

a:link {color:#006A4E; text-decoration:none}
a:visited {color:#006A4E; text-decoration:none}
a:hover {color:#C00; text-decoration:none}
a:active {color:#006; text-decoration:none}

a.dark:link {color:#FFFFFF;	text-decoration:none}
a.dark:visited {color:#FFFFFF; text-decoration:none}
a.dark:hover {color: #FF0000; text-decoration: none}
a.dark:active {color:#FF0000; text-decoration:none}

td {font-size:12px; font-family:Verdana, Arial, sans-serif}
td.dark {font-size:11px; font-family:Verdana; color:#FFFFFF}
td.smaller {font-size:11px; font-family:Verdana; color:#000000}

p {	font-size:12px; font-family:Verdana, Arial, sans-serif}
p.dark { font-size:12px; font-family:Verdana, Arial, sans-serif}
p.smaller {	font-size:11px;	font-family:Verdana; color:#000000}

.smaller { font-size:11px; font-family:Verdana; color:#000000}
span.smaller {font-size:11px; font-family:Verdana; color:#990000}

.head {
	font-size: 15px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #990000;
	font-weight : bold;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #006A4E;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #006A4E;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px;
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #006A4E;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px;
}

ul { 
font-size: 13px;
line-height: 2em;
text-indent: 5px;
list-style-image: url(images/nav/check.gif);
list-style-type: square;
}

ol{ 
font-size: 13px;
line-height: 2em;
text-indent: 5px;
list-style-image: url(images/arrow_rt.gif);
list-style-type: square;
}

table.border {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: white;
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 10px;
  padding: .3cm; /* top right bottom left */
}

span.large {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #006A4E;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:0px;
}

span.numbers {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  line-height: 1.5;
  font-weight: normal;
  background-color: #006A4E;  /* belkin green */
}

/*  Remove dotted border from links  */
a:active, a:focus, input[type="image"] {
outline: 0;
}