/* ------------------------------ */
/* PAGE */

/* Main Page Section */

body {
 background: #000000;
 margin: 0px;
 padding: 0px;
}

body, p, table { 
 font-family: 'Lato', sans-serif;
 font-size: 15;
 font-weight: 100;
 color: #FFFFFF;
 text-align: justify;
}

/* Link Colours */
a {
 color: #CCCC99;
 text-decoration: none;
 font-weight: bold;
}a:visited {
 color: #CCCC99;
 text-decoration: none;
 font-weight: bold;
}a:hover {
 color: #CCCC33;
 text-decoration: none;
 font-weight: bold;
}

a.menu {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: 100;
}a.menu:visited {
 color: #FFFFFF;
 text-decoration: none;
 font-weight: 100;
}a.menu:hover {
 color: #CCCC33;
 text-decoration: none;
 font-weight: normal;
}

a.simp {
 color: #000000;
 text-decoration: none;
 font-family: 'Lato', sans-serif;
 font-size: 11;
 font-weight: bold;
}a.simp:hover {
 color: #000000;
 text-decoration: none;
}a.simp:visited {
 color: #000000;
 text-decoration: none;
}a.simp span {
 color: #FF99CC;
 font-family: Arial Rounded MT Bold;
 font-weight: none;
 text-decoration: none;
}a.simp:hover span {
 color: #FF0000;
 text-decoration: none;
}a.simp span span {
 color: #FF99CC;
 text-decoration: none;
}a.simp:hover span span {
 color: #000000;
 text-decoration: none;
}

/* Header H1 Text */
H1 {
 font-family: 'Lato', sans-serif;
 font-size: 28;
 text-align: left;
 font-weight: 400;
 line-height: 50%;
 margin-top: 10px;
}

/* Header H2 Text */
H2 {
 font-family: 'Lato', sans-serif;
 font-size: 20;
 text-align: left;
 font-weight: 100;
 font-style: italic;
 line-height: 0%;
 margin-bottom: 25px;
}

/* Menu */
div.Menu {
 font-variant: small-caps;
 font-size: 20px;
 line-height: 175%;
}