﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family : Georgia, Serif;
    font-size   : 13px;
    line-height : 1.2em;
}

h1 
{
}

h2 
{
    font-family : Verdana, Sans-Serif;
    font-size   : 1.4em;
    font-weight : bold;
}

h3 
{
    font-family : Verdana, Sans-Serif;
    font-size   : 1.2em;
    font-weight : bold;
}

h4 
{
    font-family : Verdana, Sans-Serif;
    font-size   : 1em;
    font-weight : bold;
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    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 _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/
span.spnSigned
{
    font-style      : italic;
    font-weight     : bold;
}

span.scheduleList,
ul.scheduleList li span 
{
    font-weight     : bold;    
}

 

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
p.specialNote 
{
    font-weight     : bold;    
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

div.post h1 a 
{
    font-size : 1.4em;    
}

ul#tagcloud li a.small 
{
	font-size: 0.8em;
}
ul#tagcloud li a.medium 
{
	font-size: 1.0em;
}
ul#tagcloud li a.big 
{
	font-size: 1.5em;
}
ul#tagcloud li a.biggest 
{
	font-size: 2.0em;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/