﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
    font-family     : Arial, Helvetica, Sans-Serif;
    font-size       : 14px;
}

h1 
{
    font-size       : 2em;
    font-weight     : bold;
}

h2
{
    font-size       : 1.5em;
    font-weight     : bold;
}

h3 
{
    font-size       : 1.3em;
    font-weight     : bold;
}

h4 
{
    font-size       : 1.17em;
    font-weight     : bold;
}

h5 
{
}

h6 
{
    font-size       : 1.2em;
    font-weight     : normal;
}

p 
{
    line-height     : 1.1em;
}

ul 
{
    list-style-type : disc;
}

ol 
{
    list-style-type : decimal;
}

li 
{
    line-height     : 1.3em;
}

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 : underline;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    font-weight     : bold;
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/
h1.h1Center
{
    text-align      : center;
}

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/
h3.h3Center
{
    text-align      : center;
}

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
p.pVerif
{
    font-size       : .7em;
}

/*___ UL _________________________________________________________________*/
ul.ulContacts
{
    list-style-type : none;
}

ul.ulLinks
{
    list-style-type : none;
}

ul.ulWinners
{
    list-style-type : none;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
ul#ulContest li
{
    font-size       : 1.2em;
    font-weight     : bold;
    list-style-type : none;
    line-height     : normal;
}

ul.ulMain li
{
    font-size       : .9em;
    text-align      : right;
    text-transform  : uppercase;
    list-style-type : none;
    line-height     : normal;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
ul#ulContest li a,
ul#ulContest li a:visited,
ul#ulContest li a:hover
{
    text-decoration : none;
}

ul.ulMain li a,
ul.ulMain li a:visited
{
    text-decoration : none;
}

ul.ulMain li a:hover
{
    font-weight     : bold;
    text-decoration : none;
}

ul.ulMain li a.current
{
    font-weight     : bold;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/
table.tableLinks th[colspan="2"]
{
    text-align      : center;
}

/*___ TD _________________________________________________________________*/
table.tableLinks td + td
{
    text-align      : center;
}

/*___ IMG _________________________________________________________________*/
a img,
a:visited img,
a:hover img
{
    text-decoration : none;
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
div#content_main cite
{
    font-size       : .8em;
    line-height     : 1em;
}

/*___Group/Section/Class_________________________________________________________________*/