body {

	font-family: Arial;
	font-size: 11px;
	color: #5e5e5e;
	background-color: #e4e4e4;

}

table, input, select, textarea {


	font-family: Arial;
	font-size: 11px;
	color: #5e5e5e;

}

input {

	border: 1px solid #cccccc;

}

select {

	font-size: 11px;

}

.plainTextarea {
	
	background-color: #cccccc;
	border: 1px solid #cccccc;	

}

.plainTextInput {

	background-color: #cccccc;
	border: 1px solid #cccccc;
	width: 180px;

}

.plainTextInputLong {

	width: 150px;
	background-color: #cccccc;
	border: 1px solid #cccccc;
	width: 400px;

}

img {

	border: none;

}



a {

	font-family: Arial;
	font-size: 11px;
	color: #5e5e5e;
	text-decoration: none;

}

.plainList {

	list-style-image: url('/img/arrow_small.jpg');
	list-style-position: outside;
	margin-left: 20px;
	padding: 0px;
}

li {

	height: 20px;
	padding-bottom: 10px;
	font-size: 12px;

}

.divfix {

	position: relative;
	font-size: 1px;
	line-height: 0;

}

.nameHighlight {

	color: #49aa36;

}

.smallHeader {

	color: #49aa36;
	font-size: 11px;
	font-weight: bold;

}

.subText {

	font-size: 11px;

}

.footerText {

	font-size: 7pt;

}

.lightTd {

	background-color: #ffffff;
	border-bottom: 1px solid #bbbbbb;

}

#textDiv #innerContent {
	margin-right:20px;
}