strong {
	background-color: #AFEEEE;
	color: #8B0000;
	font-weight: bold;
	font-size: large;
}
a {
	color: #0099FF;
	text-decoration: underline;
}

a.mblue:link {
	color: #00CCFF;
	text-decoration: none;
}

a.mblue:visited {
	color: #00CCFF;
	text-decoration: none;
}

a.mblue:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.mblue:active {
	color: #00CCFF;
	text-decoration: none;
}

a.mdark:link {
	color: #483D8B;
	text-decoration: none;
}

a.mdark:visited {
	color: #483D8B;
	text-decoration: none;
}

a.mdark:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.mdark:active {
	color: #483D8B;
	text-decoration: none;
}

a:link {
	color: #3366FF;
}

a:visited {
	color: #3399CC;
}

a:active {
	color: #009999;
}

body {
	background-image: url(images/great9.JPG);
	background-repeat: repeat-y;
	margin-left: 25px;
}

dt{
	color: #006666;
	font-size: medium;
}

em {
	font-family: Arial, sans-serif, monospace;
	font-size: xx-small;
	font-style: italic;
}

h1 {
	color: #000000;
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	display: block;
	font-family: Arial, "Lucida Sans Unicode", sans-serif;
	font-size: medium;
	font-weight: bold;
}

/*li.optical {
	text-align: left;
	vertical-align: top;
}*/

ol {
	list-style-type: none;
}

p.close {
	text-align: center;
}

.block {
	padding: 10px 10px 2px 10px;
	text-align: left;
	font-weight: 200;
	vertical-align: text-top;
	font-size: medium;
	border-right: medium outset #20B2AA;
}


td.foot {
	color: #CBA987;
	font: normal x-small Arial;
}

td.head {
	color: #FEDCBA;
	font: normal x-small Arial;
}

td.list {
	color: #00FF80;
	font: normal x-small Arial;
}

td.top {
	vertical-align: top;
}
td.bkg {
	background: url(images/line.jpg) repeat-y;
}


ul.front	{
	list-style: outside url(images/marbul1.gif);
	padding: 1px 1px 1px 60px;
	vertical-align: top;
	text-align: left;
}
ul.type	{
	vertical-align: top;
	font-family: Courier, Verdana, "MS Sans Serif", serif;
	font-size: large;
	color: #2C6398;
	font: bold;
}

/*ul.optical {
	text-align: left;
	vertical-align: top;
}*/

.borderoff {
	border: 1px solid #CCFFFF;
	margin-left: 0px;
	width: 100px;
}

.borderon {
	border: 1px solid #456789;
	margin-left: 10px;
	width: 100px;
}
table.cls {
	width: 600px;
}




