.general {
	font-family: Georgia;
	font-size: 12px;
	color: #454f42;
}

.generalTitle {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #454f42;
}

.smallBR {
	height: 4px;
}

.smallTitle {	
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #454f42;
}

.mainMenu {
	font-family: Arial, Trebuchet MS, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 8px;
	text-decoration: none;
	font-weight: 400;
}

A.mainMenu:HOVER {
	color: black;
}

.system {
	font-family: Arial;
	font-size: 10px;
	color: #454f42;
	text-decoration: none;
	border:0;
	padding: 0 3 0 3;
}

.portfolio {
	font-family: Arial;
	font-size: 10px;
	color: #454f42;
	text-decoration: none;
	border:0;	
}
A.portfolio:HOVER {
	font-family: Arial;
	font-size: 10px;
	color: #3366CC;
	text-decoration: none;
	border:0;	
}

.systemSel {
	font-family: Arial;
	font-size: 10px;
	color: #454f42;
	background-color: #E7E7A2;
	border-width: 0 0 1 0;
	border-style: solid;
	border-color: #C9C918;
	text-decoration: none;
	padding: 0 3 0 3;
}

A.system:HOVER {
	font-family: Arial;
	font-size: 10px;
	color: #454f42;
	background-color: #E7E7A2;
	border-width: 0 0 1 0;
	border-style: solid;
	border-color: #C9C918;
}

A.innerLink {
	font-family: Georgia;
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
	border:0;
	padding: 0 3 0 3;
}

A.innerLink:HOVER {
	font-family: Georgia;
	font-size: 12px;
	color: #3366CC;
	background-color: #E7E7A2;
	border-width: 0 0 1 0;
	border-style: solid;
	border-color: #C9C918;
}

.bluesystem {
	font-family: Arial;
	font-size: 11px;
	color: #3366CC;	
}

.textbox {
	font-family: Arial;
	font-size: 10px;
	color: #454f42;
	border-width: 0 0 1 0;
	border-style: solid;
	border-color: #C9C918;
	width: 170px;
	text-decoration: none;
}

.textarea {
	font-family: Arial;
	font-size: 10px;
	color: #454f42;
	border-width: 1;
	border-style: solid;
	border-color: #C9C918;
}

.imgStyle {
	border-width: 1px;
	border-style: solid;
	border-color: #DBDDDF;
	padding: 8px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.thumbnailOff {
	padding: 5px;
	background-color: #FFFFFF;
}

.thumbnailOn {
	padding: 5px;
	background-color: #F3F4F5;
}