﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family : Verdana, Sans-Serif;
    font-size   : 12px;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a:link
{
    text-decoration : underline;
}

a:visited 
{
    text-decoration : underline;
}

a:hover 
{
    text-decoration : none;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

.org 
{
	font-weight		: bold;
}

/*___ SPAN _________________________________________________________________*/

span#spanLocation
{
    font-weight : bold;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

div#content_main h3
{
    font-size   : 1.5em;   
    font-weight : normal; 
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

div#content_main p
{
    line-height : 2em;   
}

div.homeBox p:first-line
{
    font-weight : bold;   
}

p.pQuestion
{
    font-weight : bold;   
}

/*___ UL _________________________________________________________________*/

ul.ulAnswer
{
    font-weight : bold;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul#ulNav a,
ul#ulNav a:visited
{
    text-decoration : none;
}

/*___ TABLE _________________________________________________________________*/
#tblPrices
{
    font-size       : 120%;
}

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/
#tblPrices th
{
    font-weight     : bold;
}

/*___ TD _________________________________________________________________*/
#tblPrices tbody > td
{
    font-weight     : bold;
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/