body{
	background-color: #FFFFFF;
	font-family: helvetica,sans-serif;
	font-size: 10pt;
	color: #000000;
}

input{
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	border: #b5b5b5 1px solid;
	font-weight: normal;
}

a:link{
	color: #0000FF;
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a:visited{
	color: #0000FF;
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a:active{
	color: #0000FF;
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

.main{
	background-color: #b5b5b5;
}

td.breadcrumb{
	background-color: #FFFFFF;
	color: #000000;
	font-family: helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

tr.active{
	background-color: #FFFFFF;
}

tr.active-mover{
	background-color: #e5e5e5;
}

tr.inactive{
	background-color: #ededed;
}

tr.inactive-mover{
	background-color: #c5c5c5;
}

tr.menuouter{
	background-color: #000000;
}

tr.menu{
	background-color: #CCCCCC;
}

tr.menu table tr td{
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
}

tr.menu a{
	font-size: 8pt;
	padding: 5px;
}

a.summary{
	font-size: 8pt;
}

.heading{
	background-color: #FFFFFF;
	color: #444466;
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

th{
	background-color: #e5e5e5;
	color: #444466;
	font-family: verdana,helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

td{
	font-family: helvetica,sans-serif;
	font-size: 9pt;
	vertical-align: top;
}

tr.errors{
	background-color: #e5e5e5;
	color: #FF0000;
	font-family: helvetica,sans-serif;
	font-size: 9pt;
}

tr.messages{
	background-color: #e5e5e5;
	color: #000000;
	font-family: helvetica,sans-serif;
	font-size: 9pt;
}

.welcome{
	background-color: #b5b5b5;
	color: #000000;
	font-family: helvetica,sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.options{
	color: #0000FF;
	font-family: helvetica,sans-serif;
	font-size: 9pt;
}

textarea{
	background-color: #FFFFFF;
	border: #b5b5b5 1px solid;
	color: #000000;
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	width: 100%;
	height: 200px;
}

textarea.direct{
	height: 400px;
}

textarea.custom{
	height: 200px;
}

input.text{
	height: 25px;
}

input.position{
	width: 25px;
	height: 25px;
}

select{
	background-color: #FFFFFF;
	border: #b5b5b5 1px solid;
	color: #000000;
	font-family: helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	height: 22px;
}

