﻿/*------------------------------------------------------------------------------
    LAYOUT
------------------------------------------------------------------------------*/

body 
{
	color: #877e7f;
	background-color: #8b5382;
	background-image: url(purple/bodyshadow.png);
	background-repeat: repeat-x;
}

#footer
{
}

/*------------------------------------------------------------------------------
    TITLES
------------------------------------------------------------------------------*/

h1, h2, h3
{
	color: #595455;
}

h1 {font-size: 15px;}
h2 {font-size: 13px;}
h3 {font-size: 11px;}

/*------------------------------------------------------------------------------
    MENU
------------------------------------------------------------------------------*/

li.menuItem
{
	list-style: none;
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
/*------------------------------------------------------------------------------
    LINKS
------------------------------------------------------------------------------*/

a:link,
a:visited,
a:active 
{
	color: #8f5aaf;
	text-decoration: none;
	font-weight: bold;
}
    
a:hover 
{
	text-decoration: none;
	color: #dc9539; 
	font-weight: bold;
}
      
a.menuItem:link,
a.menuItem:visited,
a.menuItem:active
{
	color: white;
	text-decoration: none;    
}

a.menuItem:hover
{
	color: white;
	text-decoration: underline;    
}
        
a:hover img { border: none; }

* { outline: 0; }

/*------------------------------------------------------------------------------
    COLUNAS
------------------------------------------------------------------------------*/

td.barMenuMiddle
{
	width: 100%;
	background-image: url(Purple/bar-h-center.jpg);
	background-repeat: repeat-x;
}

td.colContentMiddle
{
	width: 32px;
	background-image: url(Blue/bar-v-middle.jpg);
	background-repeat: repeat-y;
}
