BODY {
	FONT-FAMILY: Trebuchet MS;
	FONT-SIZE: 11px;
	COLOR: #999999;
	BACKGROUND-COLOR:#FFFFFF;
}

.cat {
	font-size:18px;
	color:white;

}

.top {
	background:#caded6;
	height:100px;
}


.left {
	width:200px;
	float:left;
}


.catlink {
	background:#caded6;
	color:#556379;
	margin-top:1px;
	padding-top:2px;
	padding-left:15px;
	padding-bottom:2px;
	height:16px;
	width:135px;
}


a {
	text-decoration:none;
	color:#556379;
	font-size:11px;
}
a:hover {
	 color:#8894d0;
	font-size:11px;
}

.content {
	margin-top:10px;
}

.linksout {
	margin-top:20px;
}

.ORANGE {
	margin-left:10px;
	color:orange;
	font-weight:bold;
	font-size:20px;
}

.image {

	background-image: url(images/imoplex.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-right: 14px;
	height:200px;
	width: 534px;
}

A.submit:visited, a.submit  {
	color:orange;
	text-decoration:underline;
	font-weight:bold;
}

A.submit:hover {
	color:red;
	font-weight:bold;
}


