/* CSS Document */
div#main {
	background-color: #343434;
	border-radius: 20px;
	width: 900px;
	padding: 20px;
	margin: 8px;
}

body,td,th {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 10px;
}
body {
	background-color: #111111;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}


a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#0099FF;
	font-weight: bold;
	font-size: 1.0em;
	font-style: normal;
	text-decoration: none;

}
a:hover {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#FF9933;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
td {
  padding: 0.5em;
  border: 1px ridge white;
  background-color:rgb(240,243,243);
}

p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h1, h2, h3, h4, h5, h6 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #333333;
}
h1 { 
  font-weight: bold; 
  font-size: 12px; 
}
h2 {
	font-weight: bold; 
	font-size: 13px;
}
h3 {
	font-weight: bold; 
	font-size: 14px;
}
h4 {
	font-weight: bold; 
	font-size: 15px;
}
table {
  border: 1px solid white;
  background: rgb(222,222,222);
}
body {
color: #3F3F42; 
font-family: Arial, Helvetica, sans-serif;
}

.standardHeader {
	font-weight: bold; 
	font-size: 13px;
}
.standardText {
	font-size: 11px;
}
.standardText14px {
	font-size: 14px;
}

.standardText10px {
	font-size: 10px;
}
.standardText9px {
	font-size: 9px;
}
.alternativeText {
	font-size: 11px;
	
}
.pageTitle {
	font-weight: bold; 
	font-size: 16px;
}
.copyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

p.alternativeText {
  font-size:9px;
 color: rgb(202,202,202);
 border: none;
} 

.bg-alternative {
	color:#CCCCCC;
	font-size:12px;
}

	
