a, a:link, a:visited {
    color: #006cba;
    text-decoration: none;
}

a:hover {
    color: #333;
}

.lpContent {
    width: 1280px;
    background-color: #fff;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    color: #333;
    padding-bottom: 10px;
}

    .lpBreadcrumbs {
        font-size: 10px;
        padding: 5px 10px;
        border-bottom: 1px solid #a2a2a2;
    }
    
    .lpHeader {
        width: 1280px;
        background-color: #f6f6f6;
        margin-bottom: 20px;
        border-bottom: 1px solid #a2a2a2;
    }
    
        .lpHeader img {
            float: left;
            margin-top: 10px;
        }
    
        .lpHeaderText {
            float: left;
            width: 970px;
            margin: 10px;
        }
        
            .lpHeader h1 {
                font-size: 20px;
                font-weight: bold;
                text-transform: uppercase;
                color: #333;
                margin: 0;
                padding: 0;
            }
            
            .lpHeader p {
                font-size: 12px;
                color: #333;
                margin: 10px 0;
            }
    
    .lpRow {
        width: 1260px;
        margin: 0 10px 35px 10px;
    }
    
        .lpBtnShell {
            float: left;
            width: 252px;   
        }
        
            .lpBtnShell img {
                padding: 0 6px;
            }
            
            .lpBtnShell h2 {
                font-size: 16px;
                font-weight: bold;
                text-transform: uppercase;
                margin: 0;
                padding: 0 10px;
            }
    
        
        
            .lpContent p {
                font-size: 12px;
                color: #333;
                margin: 10px 0;
            }
            
            .lpContent table {
                background-color: #a2a2a2;
                margin: 0 10px;
            }
            
                .lpContent td {
                    vertical-align: middle;
                }
            
                .lpTableHeader {
                    background-color: #006cba;
                    font-size: 12px;
                    font-weight: bold;
                    text-align: center;
                    color: #fff;
                }
                
                .lpTableMain {
                    background-color: #fff;
                }
                
                
        .lpFormHeader {
        width: 1280px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    
        .lpFormHeader h1 {
                font-size: 20px;
                font-weight: bold;
                text-transform: uppercase;
                color: #333;
                padding: 0;
            }
            
            .lpFormHeader h2 {
                font-size: 16px;
                font-weight: bold;
                text-transform: uppercase;
                color: #3f8c2f;
                margin: 0;
                padding: 0;
            }
            
        .lpFormBlue {
            width: 1280px;
            background-color: #eef3fa;
            margin-bottom: 3px;
        }
        
        .lpFormGray {
            width: 1280px;
            background-color: #f6f6f6;
            margin-bottom: 5px;
        }
        
            .lpFormCol {
                float: left;
                padding: 10px;
            }
            
            .lpFormLabels {
                margin-bottom: 5px;
            }
            
            .lpFormTitle {
                text-transform: uppercase;
                font-weight: bold;
                padding: 10px 10px 0 10px;
            }
                

/*lightbox*/
        .blackOverlay {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0%;
            left: 0%;
            display: none;
            background-color: #000;
            z-index:1001;
            -moz-opacity: 0.7;
            opacity:.7;
            filter: alpha(opacity=70);
            cursor: default;
        }
        
        
        .lightbox {
            position: fixed;
            top: 10%;
            left: 32%;
            width: 450px;
            background: #fff;
            z-index: 1002;
            display: none;
        }
        
            .lightbox img {
                padding: 0 20px 20px 20px;
            }
        
            .lightboxHead {
                width: 450px;
                height: 40px;
            }
            
            .lightboxClose {
                float: right;
                font-family: arial,verdana,helvetica,sans-serif;
                font-size: 12px;
                color: #333;
                cursor: pointer;
                margin: 12px 15px 0 0;	
            }
            
                .lightboxClose a {
                    color: #006cba;	
                }
                
                .lightboxClose a:hover {
                    color: #333;	
                }
                
                
	
sub, sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	}
	
sup { bottom: 1ex; }

sub { top: .5ex;}
