/*-------------------------------------*/
/* CSS for Lite-Gran.com               */
/* version 1.0                         */
/*-------------------------------------*/

/*-------------------------------------*/
/* ELEMENTS */

BODY
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-left: 0px;
	margin-top: 0px;
	voice-family: "\"}\""; voice-family:inherit;
}

TABLE
{
	font-size: 12px;
}

/*-------------------------------------*/
/* background colors */

.lightest
{
	background: #F7F7F5;
}

.light
{
	background: #EDEDE6;
}

.medium
{
	background: #D0CFC4;
}

.dark
{
	background: #6F6D5D;
}

/*------------------------------------*/
/* Link elements */

a:link, a:active, a:visited
{
	font-weight: bold;
	color: #2C7BDE;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #2C7BDE;
	text-decoration: underline;
}

/*------------------------------------*/
/* misc classes */

.copyright
{
	font-size: 10px;
	margin-left: 6px;
	line-height: 24px;
	color: #6F6D5D;
}

.homeBody
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.nav
{
	font-size: 11px;
}