/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
.hidden {
	display: none;
}
.show {
	display: block!important;
}
.no-margin {
	margin: 0!important;
}
.no-padding {
	padding: 0!important;
}
.no-bg {
	background: none!important;
}
.no-border, img {
	border: none!important;
}
.container {
	overflow: hidden;
}
.img-repl {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.outertable {
	margin:0 auto 20px;
}
.content table {
	margin:0 auto;
}
.header_top {
	height:13px;
	background:url(../img/575_header_top.jpg) repeat-x bottom;
}
.block_header {
	background:url(../img/575_block_header.jpg);
	height:33px;
}
.block_middle {
	background:url(../img/575_block_middle.jpg) repeat-y;
}
.block_middle ul {
	margin:10px 15px;
}
.block_middle ul li {
	background:url(../img/575_bullet.jpg) left 7px no-repeat;
	padding-left:17px;
	font:12px "trebuchet MS";
	margin-bottom:10px;
    list-style:none;
}
.block_bottom {
	height:19px;
	background:url(../img/575_block_bottm.jpg);
}
.form-inp {
    color: black; 
	font-size: 12px; 
	font-family: Arial; 
  	margin-top: 1px;
  	margin-bottom: 1px;	
	padding: 1px;
}

.frm-err, .errorfield{ 
    color: white;
    background-color:#333333;
	font-size: 12px; 
	font-family: Arial; 
  	margin-top: 1px;
  	margin-bottom: 1px;	
	padding: 1px;
	border:1px solid red;
}
.emailmessage {
    font-size : 12px;
    font-family : Arial;

}

.message {
    font-size:1.5em;
    font-family:Arial,Helvetica,sans-serif;
    color:black;
    width:700px;
    padding:10px;
}


.bottom{
height:64px;
width:756px;
background-image:url(../img/bottombg.gif);
background-repeat:no-repeat;

}

.bottom_links{
color:#F0C675;
font-size:11px;
font-family:tahoma;
}

.bottom_links A {
color:#F0C675;
font-size:11px;
font-family:tahoma;
text-decoration:underline;
}

.bottom_links A:hover{
color:#F8EBD1;
}

.copys{
color:white;
font-size:10px;
font-family:tahoma;
font-weight:bold;
margin-top:15px;
}
