/***********************************************/
/* IntegraMax Global Style Sheet        */
/***********************************************/

/***********************************************/


/***********************************************/
/* Code Below Sets HTML Tag Styles              */
/***********************************************/ 

html{ 
display:block; 
}


body{
	display:block; 
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #999696;
	margin: 0px;
	padding: 0px;
}

table { 
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}
p {
text-align:left;
border-top:0px;
margin:4px 5px 10px 5px;
padding-top:0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	padding: 0px;
	margin:4px;
	border:0px;
}

h1{
 font-size: 16px;
 color: #334d55;
}

h2{
font-size: 14px;
 color: #334d55;
}

h3{
font-size: 12px;
 color: #334d55;
}

h4{
font-size: 12px;
 color: #333333;
}

h5{
 font-size: 10px;
 color: #334d55;
}

h6{
 font-size: 10px;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


address{
  font-style: normal;
  text-align: center;
}

img.photoleft { 
float: left; 
margin: 4px 4px 0px 4px;
}

img.photoright	{ 
float: right; 
margin: 0px 0px 4px 4px;
 }
 
img.photocenter	{ 
text-align: center;
 }	

#navbar	ul  { 
margin:10px 0px 0px 0px;
padding-left: 25px;
background-color: #374c69;
list-style-image:url(images/white_double_bullet.gif);
}

#navbar	ul	li	{ 
margin:0px; 
padding:0px; 
line-height: 1.4;
font-weight:bold; 
vertical-align: middle;
position:relative;
}

#navbar	ul	li	a {
color:#ffffff;
text-decoration:none;
}

#navbar	ul	li a:hover {
color:#ffffff;
text-decoration:underline;
}

#topbar a {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

#topbar a:hover {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

#topbar {
color:#ffffff;
font-weight:bold;
padding: 4px;
}

.tableborder {
	border-width: 1px; 
	border-style: solid;
	border-color: #666666;
}

.footertext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

.textbox {
color:#333333;
background-color:#eeeeee;
border-width: 1px; 
border-style: solid;
border-color: #b5b5b5;
margin: 4px;
}

.textbox h1 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #4a4a4a;
font-size: 10px;
font-weight: bold;
background-color:#cccccc;
}

.textbox ul  { 
list-style-type:none;
margin:0px;
}

.textbox ul	li	{ 
margin:0px; 
padding:0px; 
line-height: 1.4;
}

.textbox ul	li	a {
color:#333333;
text-decoration:none;
}

.textbox ul	li a:hover {
color:#333333;
text-decoration:underline;



