body{
	margin-top: 			0px;
	margin-bottom: 			0px;
	margin-left: 			0px;
	margin-right: 			0px;
	margin: 				0px;
	font-family: 			Verdana, Arial, sans-serif;
	text-align: 			center;
	font-size: 				12px;
	width:					100%;
}

input, select, textarea {
	font-family: 			Verdana, Arial, sans-serif;
	font-size: 				11px;
	border:					1px solid #614DF7;
}

.menuitem-active {
	color:					#000088;
}

ul {
	list-style-type: 		none;
	padding: 				5px 5px 5px 0;
	margin: 				0;
}

li {
	background-image: 		url('/favicon.ico');
	background-repeat: 		no-repeat;
	background-position: 	0 .4em;
	padding-left: 			20px;
	line-height:			2em;
}

li.sub {
	background-image: 		url('/images/icons/arrow.png');
	margin-left: 			-10px;
}

li.refine {
	background-image: 		url('/images/magnifying_glass.gif');
}

td{
	font-family:			Verdana, Arial, sans-serif;
	font-size:				8pt;
	color:					#614DF7;
	font-weight:			normal;
}

h2 {
	font-size:			12pt;
}

h3 {
	font-size:			10pt;
}

a {
	color: 				#614DF7;	
	font-size:			8pt;
}

a:hover {
	color: 				#614DF7;	
	text-decoration:	underline;
	font-size:			8pt;
}

td.border-top-left {
	height:				17px;
	width:				16px;
	background:			url('/borders/border-top-left.png') no-repeat;
}

td.border-top {
	height:				17px;
	background:			url('/borders/border-top.png') repeat-x;
}

td.border-top-right {
	height:				17px;
	width:				16px;
	background:			url('/borders/border-top-right.png') no-repeat;
}

td.border-bottom-left {
	height:				17px;
	width:				16px;
	background:			url('/borders/border-bottom-left.png') no-repeat;
}

td.border-bottom {
	height:				17px;
	background:			url('/borders/border-bottom.png') repeat-x;
}

td.border-bottom-right {
	height:				17px;
	width:				16px;
	background:			url('/borders/border-bottom-right.png') no-repeat;
}

td.border-left {
	width:				16px;
	background:			url('/borders/border-left.png') repeat-y;
}

td.border-right {
	width:				16px;
	background:			url('/borders/border-right.png') repeat-y;
}
