/*
  ##################################################
	Tag vari
  ##################################################
*/
BODY
	{
		background-color: #EFEFEF;
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
	}

UL
	{
		margin-top: 0px;
		margin-bottom: 12px;
	}

LI
	{
		line-height: 16px;
		list-style-type: square;
	}


/*
  ##################################################
	PoweredBy
  ##################################################
*/
.PoweredByNormal
	{
		font-family: Verdana;
		font-size: 10px;
		color: #77787A;
	}

A.PoweredByLink:link
	{
		font-family: Verdana;
		font-size: 10px;
		color: #77787A;
		font-weight: bold;
		text-decoration: none;
	}
A.PoweredByLink:visited
	{
		font-family: Verdana;
		font-size: 10px;
		color: #77787A;
		font-weight: bold;
		text-decoration: none;
	}
A.PoweredByLink:hover
	{
		font-family: Verdana;
		font-size: 10px;
		color: #333333;
		font-weight: bold;
		text-decoration: none;
	}



/*
  ##################################################
	Footer
  ##################################################
*/
A.FooterLink:link
	{
		font-family: Verdana;
		font-size: 10px;
		color: #77787A;
		text-decoration: none;
	}
A.FooterLink:visited
	{
		font-family: Verdana;
		font-size: 10px;
		color: #77787A;
		text-decoration: none;
	}
A.FooterLink:hover
	{
		font-family: Verdana;
		font-size: 10px;
		color: #333333;
		text-decoration: none;
	}



/*
  ##################################################
	Menu
  ##################################################
*/
A.MenuLink:link
	{
		font-family: Verdana;
		font-size: 10px;
		color: #494D50;
		text-decoration: none;
	}
A.MenuLink:visited
	{
		font-family: Verdana;
		font-size: 10px;
		color: #494D50;
		text-decoration: none;
	}
A.MenuLink:hover
	{
		font-family: Verdana;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
	}
A.MenuLinkSelected:link
	{
		font-family: Verdana;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
	}
A.MenuLinkSelected:visited
	{
		font-family: Verdana;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
	}
A.MenuLinkSelected:hover
	{
		font-family: Verdana;
		font-size: 10px;
		color: #000000;
		text-decoration: none;
	}



/*
  ##################################################
	Text
  ##################################################
*/
.TextNormal
	{
		font-family: Verdana;
		font-size: 10px;
		color: #474B4E;
	}
.TextNormalLink
	{
		font-family: Verdana;
		font-size: 10px;
		color: #474B4E;
	}
A.TextNormalLink:link
	{
		font-family: Verdana;
		font-size: 10px;
		color: #474B4E;
		text-decoration: none;
	}
A.TextNormalLink:visited
	{
		font-family: Verdana;
		font-size: 10px;
		color: #474B4E;
		text-decoration: none;
	}
A.TextNormalLink:hover
	{
		font-family: Verdana;
		font-size: 10px;
		color: #474B4E;
		text-decoration: underline;
	}
	
	
/*
  ##################################################
	Form
  ##################################################
*/
.FormNormal
	{
		font-family: Verdana;
		font-size: 10px;
		color: #474B4E;
		background-color: #EFEFEF;
		border-style: solid;
		border-color: #BBBBBB;
		border-width: 1px;
	}