﻿/****************************************************************************************\

    Global Selectors

\****************************************************************************************/

html 
{
}

body 
{
	font-family		: Tahoma, Geneva, Sans-Serif;
	font-size		: 14px;
}

h1 
{
	font-size		: 2.1428em;
	font-weight		: normal;
}

h2 
{
	font-size		: 1.8em;
	font-weight		: normal;
}

h3 
{
	font-size		: 1.7143em;
	font-weight		: normal;
}

h4 
{
	font-size		: 1.2857em;
	font-weight		: normal;
}

h5 
{
	font-size		: 1.2857em;
	font-weight		: normal;
}

h6 
{
	font-size		: 1em;
	font-weight		: bold;
}

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 
{
}

/****************************************************************************************\
    
    Compound Selectors

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

.header p span
{
	font-size		: 1.5em;
	text-transform	: none;	
}

.copyInfo
{
	font-size		: 0.8571em;	
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

.categories.title
{
	text-transform	: uppercase;	
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

.header p
{
	font-size		: 1.2857em;
	text-transform	: uppercase;	
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.main.menu a,
.main.menu a:visited
{
	text-decoration	: none;
}

.list.categories a,
.list.categories a:visited
{
	text-decoration	: none;	
}

.list.seminars a,
.list.seminars a:visited
{
	text-decoration	: none;	
}

.widget a.delete,
.widget a.delete:hover,
.widget a.delete:visited,
.widget a.edit,
.widget a.edit:hover,
.widget a.edit:visited
{
	text-decoration	: none;	
	font-size		: 0.8em;
}

.footer .main.menu a:hover
{
	text-decoration	: underline;	
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/