body {
	background-color: #000000;
	margin-top: 20px;
	margin-right: 4%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	color: #CCCCCC;
}
#content {
	position:absolute;
	left:5%;
	top:450px;
	width:90%;olo
	z-index:1;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	color: #CCCCCC;
}
strong {
	/* [disabled]color: #FFFFFF; */
}

a, a strong {
	color: #F7CF7C;
	text-decoration: none;
	/* [disabled]font-weight: bold; */
}
a:hover {
	text-decoration: underline;
}
h1, h6 {
	/* [disabled]font-size: 1.2em; */
	padding-top: 1.8em;
	color: #FFF;
}
.small {
	font-size: 0.8em;
	line-height: 1.5em;
}
ul, ol {
	/* [disabled]margin-left: -4px; */
}
ul li {
	display: list-item;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}
ol li {
	display: list-item;
	list-style-type: decimal;
	/* [disabled]list-style-position: outside; */
	margin-left: 40px;
}



#title {
	position:absolute;
	left:5%;
	top:130px;
	z-index:-1;
}
#logo {
	left:691px;
	top:25px;
	z-index:2;
	float: right;
}

/* MEDIUM SCREENS */
@media screen and (min-width:700px){
#content {
	left:15%;
	width:70%;
}
}

/* LARGE SCREENS */
@media screen and (min-width:1000px){
#content {
	left:35%;
	width:50%;
	max-width: 700px;
}
#title {
	left:7%;
	top:130px;
}
}
.table-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
.cell-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
