body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
}

a {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

.selected a.selected, a.selected:link, a.selected:active, a.selected:visited, a.selected:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.header {
    border: 1px solid #999999;
    height: 59px;
    color: #1F526D;
    font-family: Helvetica, sans-serif;
    font-size: 30px;
    margin: 0px;
    padding-left: 5px;
    font-variant: small-caps;
    background-attachment: scroll;
	background-image: url(../images/combustionlogo.jpg);
	background-repeat: no-repeat;
	background-position: 550px 15px;

}

.menu {
    background-attachment: scroll;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
        margin: 0px;
        padding: 0px;
        height: 26px;
        border-bottom: 2px solid #1f526d;
    }

.menu a{
	padding-right: 15px;
	padding-left: 15px;
    color: #333333;
    text-decoration: none;
}

.menu a:hover{
	padding-right: 15px;
	padding-left: 15px;
    color: #1f526d;
    text-decoration: none;
}

.menu a#selected {
color: #1f526d;
}


.sidemenu {
        background-color: #CCCCCC;
        border-bottom: 2px solid #7AA4BB;
        width: 12px;
}

.outer {
        background-color: #ffffff;
        border-bottom: 12px solid #e4e4e4;
        border-right: 12px solid #e4e4e4;
        border-left: 12px solid #e4e4e4;
}

.quote {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-style: italic;
	 color: #1f526d;
	 font-weight: bold;
}

.quote1 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-style: italic;
	 color: #1f526d;
	 font-weight: bold;
	 padding-left: 30px;
	
}

.quote2 {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-style: italic;
	 color: #1f526d;
	 font-weight: bold;
	 padding-left: 60px;
}

.title {
	padding-left: 9px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background-color: #1f526d;
	height: 23px;

}

.hdots {
	font-size: 1px;
	line-height: 1px;
	background-image: url(../images/hdots.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.contentheader {
	padding-left: 9px;
	padding-top: 15px;
	color: #1F526D;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-variant: small-caps;
}

.content {
	color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
}

.footer {
	color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-right: 5px;
}

.submenu {
	padding-top: 15px;
	border-right: 1px solid #999999;
	padding-right: 9px;
}
.submenu a{
    color: #333333;
    text-decoration: none;
}

.submenu a:hover{
    color: #1f526d;
    text-decoration: none;
}

.submenu a#selected {
color: #1f526d;
}

div {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 16px;
}

form label {
  display: block;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
