/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-image: url(images/5923.jpg);
	margin-top: 25px;
}

a:link {
	color: #00529B;
	text-decoration: underline;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}
a:visited {
	color: #00529B;
	text-decoration: underline;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

a:active {
	color: #00529B;
	text-decoration: underline;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 30px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0px;
      }
	  
h2 {
	font-size: 18px;
	color: #333333;
      }
	  
 h3 {
	font-size: 60px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0px;
      }
	  
 h4 {
	
	font-size: 16px;
	color: #333333;
	font-weight: normal;	
  }
  
  h5 {
	font-size: 16px;
	color: #00000;
	text-align: center;
	margin-top: 8px;
  }
  
  h6 {
	color: #990000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:0;
	margin-top: 0px;
	
  }
  
  table.center {
    margin-left:auto; 
    margin-right:auto;
  }
  
 	
	p.center {text-align:center;	
	}
	
p.right {
	text-:right;
	}
	
img.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.right {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
img.center {display:block; margin:0px auto;}
  
.footer {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: -20px;
}

.block {
	background-color: #FFF;
	padding-right: 75px;
	padding-bottom: 30px;
	padding-left: 75px;
	padding-top: 30px;
}

.block2 {
	background-color: #FFF;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-top: 30px;
}

.bar {
	background-color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


.space {
	line-height: 20px;
}


.yellow-bar {
	background-color: #FFBE1C;
		
}
.smaller-font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

.smaller-font-space2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.tableindent {
	margin-left: 50px;
	margin-right: 5px;
}

.lrg-grey {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.lrg-grey2 {
	font-size: 25px;
	color: #333;
	font-weight: bold;
}

.lrg-white {
	font-size: 40px;
	color: #FFF;
	font-weight: bold;
}

.black-rounded-bar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-color: #000;
	color: #F94B04;
	padding: 8px;
	font-weight: bold;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
			}
			
.orange-rounded-bar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #fff;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	text-align: center;
	background-color: #F94B04;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
			}			
	

.contact-image {
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #F94B04;
	font-weight: bold;
}
