/* CPC Template 2 Master Style Sheet */
/* -------------- Begin HTML Tags -------------- */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0px;
}
h1 {
font-size: 17px;
font-weight: bold;
}
h2 {
font-weight: bold;
font-size: 13px;
}
a:link {
color: #990000;
}
a:active {
color: #990000;
}
a:visited {
color: #990000;
}
a:hover {
color: #0000FF;
}
/* -------------- Begin Header Styles -------------- */
.header {
width: 100%;
background-image: url(../images/Cpchr.jpg);
background-position: right;
background-repeat: no-repeat;
height: 99px;
font-weight: bold;
font-size: 36px;
color: #FFFFFF;
}
.subheader {
width: 100%;
height: 3px;
background: #000000;
}
/* -------------- Begin Left Menu Styles -------------- */
.leftmenu {
width: 180px;
}
.leftmenuin {
width: 145px;
font-weight: bold;
text-indent: 5px;
}
.leftmenuspace {
width: 35px;
}
.leftmenupic {
width: 35px;
background-image: url(../images/airplane_bullet_redblue.jpg);
background-position: center;
background-repeat: no-repeat;
}
/* -------------- Begin Page Layout Styles -------------- */
.spacercell {
width: 100%;
}
.pagemain {
width: 550px;
padding: 15px;
}
.bottombar {
width: 100%;
height: 1px;
background: #FFFFFF;
}
.copyright {
width: 100%;
padding-top: 30px;
font-size: 8pt;
text-align: center;
color: #666666;
}