/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Copyright (c) 2008 BGNetwork                                                                                                                         */
/* Autore: Filippo Boscarino                                                                                                                            */
/* All right reserved                                                                                                                                   */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Definisce le proprietà del corpo della pagina e degli elementi principali                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
.body {
	margin-top: 0;																	/* [auto | <length> | <%>] */
	margin-bottom: 0;																/* [auto | <length> | <%>] */
	margin-left: 0;																	/* [auto | <length> | <%>] */
	margin-right: 0;																/* [auto | <length> | <%>] */

	padding-top: 0;																	/* [<length> | <%>] */
	padding-bottom: 0;																/* [<length> | <%>] */
	padding-left: 0;																/* [<length> | <%>] */
	padding-right: 0;																/* [<length> | <%>] */

	background-attachment: scroll;													/* [scroll | fixed] */
	background-color: #000000;														/* [<color> | transparent] */
	background-position: 0 0;														/* [<x-pos> <y-pos>] */
	background-repeat: repeat;														/* [repeat | repeat-x | repeat-y | no-repeat] */

	color: #FFFFFF;																	/* [<color>] */
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;					/* [<family-name> <generic-family>] */
	font-size: 10pt;																/* [xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | <length> | <%>] */
	font-size-adjust: none;															/* [none | <number>] */
	font-stretch: normal;															/* [normal | wider | narrower | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded] */
	font-style: normal;																/* [normal | italic | oblique] */
	font-variant: normal;															/* [normal | small-caps] */
	font-weight: normal;															/* [normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900] */
	text-indent: 0;																	/* [<length> | <%>] */
	text-shadow: none;																/* [none | <color> | <length>] */
	text-transform: none;															/* [none | capitalize | uppercase | lowercase] */
	text-decoration: none;															/* [none | underline | overline | line-through | blink] */
	vertical-align: top;															/* [baseline | sub | super | top | next-top | middle | bottom | text-bottom | <length> | <%>] */
	unicode-bidi: normal;															/* [normal | embed | bide-override] */
	direction: ltr;																	/* [ltr | rtl] */
	letter-spacing: normal;															/* [normal | <length>] */
	word-spacing: normal;															/* [normal | <length>] */
	line-height: normal;															/* [normal | <number> | <length> | <%>] */
	white-space: normal;															/* [normal | pre | nowrap] */

	outline-color: invert;															/* [<color> | invert] */
	outline-style: solid;															/* [none | dotted | dashed | solid | double | groove | ridge | inset | outset] */
	outline-width: 0;																/* [thin | medium | thick | <length>] */

	list-style-image: none;															/* [none | <url>] */
	list-style-position: outside;													/* [inside | outside] */
	list-style-type: disc;															/* [none | disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-alpha | upper-alpha | lower-greek | lower-latin | upper-latin | hebrew | armenian | georgian | cjk-ideographic | hiragana | katakana | hiragana-iroha | katakana-iroha] */
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Definisce le proprietà dei link											                                                                            */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
A:link {
	color: #FFFFCC;																	/* [<color>] */
	text-decoration: none;															/* [none | underline | overline | line-through | blink] */
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
A:visited {
	color: #FFFFCC;																	/* [<color>] */
	text-decoration: none;															/* [none | underline | overline | line-through | blink] */
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
A:hover {
	color: #CCCCCC;																	/* [<color>] */
	text-decoration: underline;														/* [none | underline | overline | line-through | blink] */
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
A:active {
	color: #CCCCCC;																	/* [<color>] */
	text-decoration: underline;														/* [none | underline | overline | line-through | blink] */
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
A:focus {
	color: #CCCCCC;																	/* [<color>] */
	text-decoration: underline;														/* [none | underline | overline | line-through | blink] */
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
