/* Alliance CSS Style V.86 Copyright (C) 2016 Microprogramming TECHNIQUES */

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

.stdText { font-family: "Verdana"; font-size: 13px; line-height: 1.5; color: black; }
.stdSmallText { font-family: "Verdana"; font-size: 10px; color: black; }
.stdWhiteText { font-family: "Verdana"; font-size: 13px; color: white; }
.bigWhiteText { font-family: "Verdana"; font-size: 16px; color: white; }

body { font-family: "Verdana", "Sans-Serif"; font-size: 13px; color: black; background-color: #D4D0C8; }

p { text-align: justify; }

a { text-decoration: none; transition: color .3s; }

a.whiteLink:link { color: white; }
a.whiteLink:active { color: #C60000; }
a.whiteLink:visited { color: white; }
a.whiteLink:hover { color: #C60000; }

a.stdLink:link { color: black; }
a.stdLink:active { color: #C60000; }
a.stdLink:visited { color: black; }
a.stdLink:hover { color: #C60000; }

a.webLink:link { color: #000032; border-bottom: 1px dotted #000032; }
a.webLink:active { color: #C60000; border-bottom: 1px dotted #C60000; }
a.webLink:visited { color: #000032; border-bottom: 1px dotted #000032; }
a.webLink:hover { color: #C60000; border-bottom: 1px dotted #C60000; }

table.GlobalContainerTable { width: 1000px; border-collapse: collapse; border: 1px dotted black; background-color: white; }

td.GlobalContainerHeader { width: 996px; height: 36px; background-image: url('../_pict/artwork1.jpg'); }
td.GlobalContainerMenu { width: 996px; background-color: black; }
td.GlobalContainerFooter { width: 996px; }

table.ProjectInfoTable { width: 100%; background-color: #FCF9F8; }

td.ProjectInfoHeader1 { width: 5%; border: none; border-right: 1px dotted #C2C2C2; border-bottom: 1px dotted #C2C2C2; }
td.ProjectInfoHeader2 { width: 75%; border: none; border-right: 1px dotted #C2C2C2; border-bottom: 1px dotted #C2C2C2; font-weight: bold; }
td.ProjectInfoHeader3 { width: 20%; border: none; border-bottom: 1px dotted #C2C2C2; vertical-align: top; text-align: center; font-weight: bold; }

td.ProjectInfoColumn1 { width: 5%; border: none; border-right: 1px dotted #C2C2C2; }
td.ProjectInfoColumn2 { width: 75%; border: none; border-right: 1px dotted #C2C2C2; }
td.ProjectInfoColumn3 { width: 20%; border: none; vertical-align: top; text-align: center; }

table.KVTable { width: 100%; background-color: #FCF9F8; }

td.KVHeader { width: 100%; border: none; border-bottom: 1px dotted #C2C2C2; vertical-align: top; }

td.KVRowKey { width: 20%; border: none; border-right: 1px dotted #C2C2C2; vertical-align: top; }
td.KVRowValue { width: 80%; border: none; vertical-align: top; text-align: left; }

td.KVLastRowKey { width: 20%; border: none; border-right: 1px dotted #C2C2C2; border-bottom: 1px dotted #C2C2C2; vertical-align: top; }
td.KVLastRowValue { width: 80%; border: none; border-bottom: 1px dotted #C2C2C2; vertical-align: top; }
