/*  cpmi_main css file */

 body {
  position: relative;
  background: #707d99 url('cpmi-bg.png') repeat-x;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size:13px; 
  } 
#content {
  text-align: left;
  color: #000000;
  width: 850px;
  margin: 0px auto; 
  background-color: #ffe;
  border:2px solid #aa9;
  overflow:hidden;
}
#header {
  height: 85px;
  position: relative;
  margin-bottom: 0em;
  overflow:hidden;
}

.acg a:link {color: #5e5c68;}
.acg a:visited {color: #5e5c68;}

a {
 font-family: Arial, sans-serif;
 color:#990040;
 text-decoration:none;
}

a:link {color:#990040;}
a:visited {color:#990040;}
a:hover {color:blue;}
a:active {color:blue;}

/* topmenu section */
#topmenu{
  background-color:#669;
  color:#fff;
  text-align:center;
  font-size:1em;
}

#topmenu a:link {color:#fff;}
#topmenu a:visited {color:#fff;}
#topmenu a:hover {color:blue;}
#topmenu a:active {color:blue;}

H1 { 
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight : bold;
  text-align : center;
  color:#2c2b2f;
  margin-top :1px;
  margin-bottom :1px;
}
 
H2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight : bold;
  text-align : center;
  color:#2c2b2f;
  margin-top :10px;
  margin-bottom :1px;
}

H3 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight : bold;
  text-align : center;
  color:#2c2b2f;
  margin-top :0em;
  margin-bottom :0em;
}

H4 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight : bold;
  text-align : left;
  color:#2c2b2f;
  margin-top :0em;
  margin-bottom :0em;
}

.f1 {font-size:20px;}
.f2 {font-size:18px;}
.f3 {font-size:16px;}
.f4 {font-size:14px;}
.f1b {font-size:20px;font-weight:bold;}
.f2b {font-size:18px;font-weight:bold;}
.f3b {font-size:16px;font-weight:bold;color:#000000;}
.f4b {font-size:14px;font-weight:bold;color:#000000;}

.h1c, .h2c, .h3c, .h4c, .h5c {
  font-family: Arial, sans-serif;
  font-weight : bold;
  color:#000000;
}
.h1c {font-size: 24px;}
.h2c {font-size: 16px;}
.h3c {font-size: 18px;}
.h4c {font-size: 18px;}

.hr1 {
  height:8px;
  background-color:#000075;
  margin:10px 0px;
  font-size:1px;
}
.hr2 {
  height:3px;
  background-color:#993570;
  margin:10px 0px;
  font-size:1px;
}

