@import "Layout.css";
@import "Type.css";
@import "Form.css";
  

body {
	background:#e6e7e8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#555;/*#4d4d4d;*/
}



a:link {
	color:#073460;
	text-decoration:none;
	/*font-weight:bold;*/
}

.def_container a:link {
	color:#073460;
	text-decoration:none;
	font-weight:bold;
}

a:active {
	color:#073460;
	text-decoration:none;
}

.def_container a:active {
	color:#073460;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#073460;
	text-decoration:none;
}

.def_container a:visited {
	color:#073460;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#C2272D;
	text-decoration:underline;
}

.def_container a:hover {
	color:#C2272D;
	text-decoration:underline;
	font-weight:bold;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom:1em;
}

p.nomargin {
	margin-bottom:0;
}

img {
	border:none;
}

input.button {
     background:#fff;
     border-color:#073460;
     border-style:solid;
     border-width:1px;
     color:#4d4d4d;
}

hr {
    color:#e6e7e8;
    background-color:#e6e7e8;
    border:0;
}
 .cpHeader
        {
            color: white;
            font-size: 12px;
            cursor: pointer;
            width:450px;
            height:18px;
            padding: 4px;           
        }
        .cpBody
        {
            border: 1px gray;               
            width:450px;
            padding: 4px;
            padding-top: 7px;
        }
  #showDIV { 
 font-weight:bold;
  font-size:16px; }
  
  #showHide
  {
      float:left;
      margin-left:15px;
  }
  

