BODY{
	font-family: "Arial", sans-serif;
	background-color: #000000;
	color: #5E5EFF;
}
.border{
	border-style: ridge;
	border-color: #5E5EFF;
	border-width: medium;
}
.vid{
	color: #5E5EFF;
	background-color: #000033;
	border-style: ridge;
	border-color: #5E5EFF;
	border-width: medium;
	padding: 20pt;
	text-indent: 2em;
	text-align: left;
}
.text{
	color: #5E5EFF;
	background-color: #000033;
	border-style: ridge;
	border-color: #5E5EFF;
	border-width: medium;
	padding: 20pt;
	width: 75%;
	text-indent: 2em;
	text-align: left;
}
TD.main{
	background-color: #C6D8F8;
	background-repeat: no-repeat; 
}
.top{
	height: 115;
	background-color: #7197DB;
	color: #C6D8F8;
}
.side{
	background-color: #C6D8F8;
	vertical-align: top;
}
.sidemargins{
	margin-top: 50pt;
}
.notes{
	color: red;
	font-size: small;
	margin-top: 20pt;
	margin-left: 15pt;
	margin-right: 15pt;
	border-style: double;
	width: 400px;
	margin-left: 50px;
}
.mainindent {
	margin-top: 20pt;
	margin-left: 15pt;
	margin-right: 15pt;
}
.special {
	margin-top: 20pt;
	border: 2pt ridge #C6D8F8;
	text-align: center;
	font-size: medium;
}
.samples {
	text-align: center;
}
A{
	font-weight: bold;
	text-decoration: none;
	color: #7197DB;
}
P{
	text-indent: 2em;
}
.table{
	width: 75%;
	background-color: #000033;
	border: ridge medium #5E5EFF;
	text-align: center;
	padding: 10;
}