/* ELEMENTI HTML GENERICI */
BODY
{
	font-family: Verdana, Arial;
	font-size: 12px;
    background-color: #000000;
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    color: #EBDFD3;
}

UL
{
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}
H1
{
    font-family: Verdana, Arial;
    font-size: 22px;
    text-align: left;
}

H2
{
    margin-top: 20px;
    margin-bottom: 8px;
    font-family: Verdana, Arial;
    font-size: 18px;
}

TD 
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

INPUT
{
	font-family: Verdana, Arial;
	font-size: 10px;
}

SELECT
{
	font-family: Verdana, Arial;
	font-size: 10px;
}

TEXTAREA
{
	font-family: Verdana, Arial;
	font-size: 11px;
}

.EditorTextArea
{
	background-color: #D6DFF7;
	width: 100%;
}

A:link,
A:active,
A:visited
{ text-decoration: none; font-weight:bold; color: #E5A567; } /*#EBDFD3*/
A:hover
{ text-decoration: underline;  font-weight:bold; color: #DB9959; }

/* Classi CSS GENERICHE */
.Normal
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
}

A.NormalNoEffectLink:link,
A.NormalNoEffectLink:active,
A.NormalNoEffectLink:visited,
A.NormalNoEffectLink:hover
{ 
	text-decoration: none; 
	font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal; 
    color: #000000;
}

.NormalWhite
{
    font-family: Verdana, Arial;
    font-size: 11px;
    color: white
}

.NormalWhite A:link,
.NormalWhite A:active,
.NormalWhite A:visited,
.NormalWhite A:hover
{ text-decoration: underline; color: #FFFFFF; }

.NormalBold
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold
}

.OnePixel
{
	font-family: Verdana, Arial;
    font-size: 1px;
}

.SmallGray
{
	font-family: Verdana, Arial;
    font-size: 7.5pt;
    color: #666666
}

A.SmallGray:link,
A.SmallGray:active
{ text-decoration: underline; color: #00045C; }

A.SmallGray:visited
{ text-decoration: underline; color: #770078; }

A.SmallGray:hover
{ text-decoration: underline; color: #EC2C00; }

.BorderedTable
{ 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3AEA3;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B3AEA3;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3AEA3;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B3AEA3;
}