/** The font style of the entire site. */

INPUT, SELECT, TEXTAREA, .subtitleBold, .normal, TD, .formHeader, .normalSmall, .titleBold, .normalRed, A, A:hover, A.smallLink, A.smallLink:hover {
	font-family: Arial, Helvetica, sans-serif; /** {Main_Font_Family} */
}

/** The size of most 'average' text. */
/** {Regular_Text} */
.normal, .normalRed, A, A:hover {
	font-size: 14px; 
}
/** {Regular_Text} */
.normal
{
	color: black; 
}
/** {INPUT_Text} */
INPUT
{
	font-size: 12px; 
	color: black; 
}
/** {SELECT_Text} */
SELECT
{
	font-size: 12px; 
	color: black; 
}
 /** {TEXTAREA_Text} */
TEXTAREA
{
	font-size: 12px;
	color: black; 
}

A.smallLink, A.smallLink:hover, .normalSmall { 
	font-size: 11px; 
	color: blue;
	text-decoration: none;
}
/** {Regular_Links} */
A, .menu_low {
	color: #002AFF; 
	text-decoration: underline;
}
/** {Regular_Links_Hover} */
A:hover, .menu_highlighted {
	color: #6699CC;
}
/** {Form_Header} */
.formHeader 
{
	font-size: 12px; 
	padding: 4px;
	background-color: #FFF8AB;
	color: #FC3839;
	font-weight: bold;
}
 /** {Form_Backgounds} */
.white {
	background-color: #FFF084;
}
 /** {Menu_Highlighted} */
.menu_highlighted {
	background-color: #FFF084;
	font-weight: normal;
}
 /** {Menu_Low} */
.menu_low {
	background-color: #FFF084;
	font-weight: normal; 
}

.titleBold {
	font-size: 36px;
	font-weight: bolder;
}
.normalRed {
	color: #FF0000;
}
 /** {Subtitle} */
.subtitleBold {
	font-size: 16px;
	font-weight: bold; 
}

.background {
	background-image: url("templates/Treasure Island/images/background.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF084;
	background-attachment: scroll;
}
.bkgCeleste{
	background-color: #CAE4FF;
}

.bkgRosa{
	background-color: #FFD7D7;
}

 /** {Border} */
.border {
	background-color: #FF7E00;
}

/** Parts that make up the "sticker" */

.inspirationAboveLeft {
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("templates/Treasure Island/images/sticker_t_l.gif");
}
.inspirationAbove {
	font-size: 14px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url("templates/Treasure Island/images/sticker_t.gif");
	color: #FF7E00;
	padding-top: 20px;
	vertical-align: top;
}
.inspirationAboveRight {
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url("templates/Treasure Island/images/sticker_t_r.gif");
}
.inspirationHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF7E00;
	vertical-align: top;
	background-color: #FFFFE0;
}

.inspirationLeft
{
	background: none;
	background-repeat: repeat-y ;
	background-position: right top;
	background-image: url("templates/Treasure Island/images/sticker_l.gif");
}
/** {Inspiration_Body} */
.inspirationBody
{
	background-color: #FDF9D1;
}
.inspirationRight
{
	background: none;
	background-repeat: repeat-y ;
	background-position: left top;
	background-image: url("templates/Treasure Island/images/sticker_r.gif");
}
.inspirationBelowLeft
{
	background: none;
	background-repeat: no-repeat ;
	background-position: right top;
	background-image: url("templates/Treasure Island/images/sticker_b_l.gif");
}
.inspirationBelow
{
	background: none;
	background-repeat: repeat-x ;
	background-position: right top;
	background-image: url("templates/Treasure Island/images/sticker_b.gif");
}
.inspirationBelowRight
{
	background: none;
	background-repeat: no-repeat ;
	background-position: left top;
	background-image: url("templates/Treasure Island/images/sticker_b_r.gif");
}

.sezione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}
.categoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.smallText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mediumText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.clear { background: White;  border: 1px solid #66CCCC;  }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	padding: 4px;
	background-color: #EEEEEE; 
	color: #FF7E00; 
	font-weight: bold; 
	margin: 0px;
	text-align: left;
}

.url{
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	font-size: 11px;
}
#linksita {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}
#linksita TD{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}