html { 
  background: url("images/bg.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
    vertical-align:top;
	margin: 0px;
	padding: 0px;
	/*background-color: #939393;*/
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}



body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #465D62;
}





#head td{
	font-size:13px;
	font-weight:bold;
}
blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

p{
	font-size:13px;
	line-height:16px;

}

a {
	color: #465D62;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.link1 {
	color: #FFFFFF;
	text-decoration: none;
} 

.text1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top:15px;
	padding-bottom:15px;
}

.text2 {
	color:#A3A3A3;
}

.text3 {
	font-size: 24px;
	font-weight: bold;
	padding: 80px 0 0 40px;
	color: #FFFFFF;
	text-align:center;
}

.text4 {
	font-size: 11px;
	color: #FFFFFF;
}

.bg1 { 	
	/*background: url(images/img6.gif) repeat-y left top; */
	background-color:#FFF;
	
}

.bg2 { 	
	/*background: url(images/img7.gif) no-repeat left top; */
	background-color:#AE0202;
}

/*.bg3 { 	
	background: url(images/img4.gif) no-repeat left top; 
	text-align:left;
}

.bg4 { 	
	background: url(images/img5.gif) no-repeat left top; 
	text-align:left;	
}

.bg5 { 	
	background: url(images/img2.gif) no-repeat left top;
	
}
*/
.align-justify { 
	text-align: justify; 
}

.align-right { 
	text-align: right; 
}


.photo_right{
	border:none; 
	float:right; 
	display:inline; 
	margin-left: 10px; 
	margin-top: 5px;
}

.photo_left{
	border:none; 
	float:left; 
	display:inline; 
	margin-right: 10px; 
	margin-top: 5px;
	
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
	border-color:#AE0202;
} 
li{font-size:13px;}
/*img{width:250px; height:auto;}*/