﻿@import url('./Default/HTML_Elements.css');
@import url('./Default/HTML_Classes.css');
@import url('./Default/HTML_IDs.css');

@import url('./Default/Layout.css');

@import url('./Default/Lists.css');
@import url('./Default/Accordion.css');
@import url('./Default/TopMenu.css');
@import url('./Default/VNavBar.css');


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}



/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    
    float: left;
    width: 100%;
    background: #FFFFFF;
    
    text-align: left;
    font-size: 1.6em;
    font-variant: small-caps;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bold
{
    font-weight: bold;
}

.RAlign40
{
    margin-left: 40px;




}