/* CSS Document */
.backtop {background-repeat: repeat-x; background-position: top}
.backbottom {background-repeat: repeat-x; background-position: bottom}
.backleft {background-repeat: repeat-y; background-position: left}
.backright {background-repeat: repeat-y; background-position: right}


/* GENERAL */
body {background-color: #000000; margin: 0pt; scrollbar-base-color: #000000;}
			/* properties of the background of the page */
.contentTable {background-color: #FFFFFF;}
			/*background color of the content table*/

a:link {color: #0E75FB; text-decoration: underline;}
a:visited {color: #0E75FB; text-decoration: underline;}
a:hover{color: #FF0000; text-decoration: underline;}
a:active {color: #0E75FB; text-decoration: underline;}
			/* color of links */

.locator {font-family: Verdana; font-size: 9pt; color: #AFACA9;}
a:link.locator {color: #AFACA9; text-decoration: none;}
a:visited.locator {color: #AFACA9; text-decoration: none;}
a:hover.locator {color: #868584; text-decoration: underline;}
a:active.locator {color: #AFACA9; text-decoration: none;}
			/* color and size of the page locator */
a:link.b {color: #0E75FB; text-decoration: none;}
a:visited.b {color: #0E75FB; text-decoration: none;}
a:hover.b {color: #FF0000; text-decoration: none;}
a:active.b {color: #0E75FB; text-decoration: none;}
.lowMenu {font-family: Verdana; font-size: 7pt; color: #333333;}
a:link.lowMenu {color: #333333; text-decoration: underline;}
a:visited.lowMenu {color: #333333; text-decoration: underline;}
a:hover.lowMenu {color: #999999; text-decoration: underline;}
a:active.lowMenu {color: #333333; text-decoration: underline;}
			/* color and size of the links at the bottom of the page */

/* TEXT PROPERTIES */

.text {font-family: Verdana; font-size: 10pt; color: #666666; text-align: justify; line-height: 12pt}
			/* main text with alignment justify */
.textFree {font-family: Verdana; font-size: 10pt; color: #666666; text-align: left; line-height: 12pt}
			/* main text with alignment left */
.textFreeCenter {font-family: Verdana; font-size: 10pt; color: #666666; text-align: center; line-height: 12pt}
			/* main text with alignment center*/
.textSmall {font-family: Verdana; font-size: 8pt; color: #666666; text-align: justify; line-height: 12pt}
			/* small text with alignment justify */
.textSmallCenter {font-family: Verdana; font-size: 8pt; color: #666666; text-align: center; line-height: 12pt}
			/* small text with alignment center */
.textSmallFree {font-family: Verdana; font-size: 8pt; color: #666666; text-align: left; line-height: 12pt}
			/* small text with alignment left */
			





/* TITLES PROPERTIES */
			
.titleGen {font-family: Verdana; font-size: 11pt; color: #FF0000; text-align: center; font-weight: bold; margin-top: 30px; margin-bottom: 0px}
			/* properties of the main title of the page */			
.titleComic {font-family: Comic Sans MS; font-size: 14pt; color: #000000; text-align: left; line-height: 14pt}
			/* properties of the title in comics */
.titleA {font-family: Verdana; font-size: 9pt; color: #000000; text-align: left; font-weight: bold; text-transform: uppercase; margin-top: 0px; margin-bottom: 0px}
			/* properties of title A */
.titleB {font-family: Verdana; font-size: 8pt; color: #000000; text-align: left; font-weight: bold;  margin-top: 0px; margin-bottom: 0px}
			/* properties of title B */

/* LINE */
.line { height: 0px; border-width: 1px 0px 0px 0px; border-color: #999999; border-style: solid;}

/* TABLES */
.tableSmall {border-width: 1px 1px 0px 1px; border-color: #999999; border-style: solid;}
			/* general tables - table properties */
.tdTableSmall {font-family: Verdana; font-size: 8pt; color: #666666; text-align: left; line-height: 10pt; border-width: 0px 0px 1px 0px; border-color: #999999; border-style: solid;}
			/* general tables - cell properties */
			
.tableEquipment {border-width: 0px; border-color: #FF0000; border-style: solid;}
			/* tables for equipment pages - table properties */
.tdEquipment {font-family: Verdana; font-size: 8pt; color: #000000; text-align: left; line-height: 10pt; border-width: 0px 0px 0px 0px; border-color: #999999; border-style: solid; background-color: none; padding: 5px; vertical-align: top}
			/* tables for equipment pages - cell properties */
.titleEquipment {font-family: Verdana; font-size: 8pt; color: #000000; font-weight: bold}
			/* tables for equipment pages - title properties */

/* BULLETS */
ul {font-family: Verdana; font-size: 10pt; color: #666666; text-align: justify; line-height: 12pt}