/* CSS Document */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FF0000;
}


.nextprev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#FF9900;
	font-weight:bold;
}

.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.key {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


#menu {
	top: 50px;
	left:0px;
	height: 27px;
	width:500px;
}


div.outer {
	float: left;
	width: 133px; height: 27px;
	margin: 0 3px 0 0;
	background: url( '../images/nav_tab.gif' ) 0 -50px no-repeat;
}

div.active {
	float: left;
	width: 133px; height: 27px;
	margin: 0 3px 0 0;
	background: url( '../images/nav_tab-down.gif' ) 0 -50px no-repeat;
}

div.active a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 12px/1 Arial, sans;
	color:#000000;
	text-decoration: none;
	background: url( '../images/nav_tab-down.gif' ) top left no-repeat;
	}

div.outer a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	font: bold 12px/1 Arial, sans;
	color:#000000;
	text-decoration: none;
	background: url( '../images/nav_tab.gif' ) top left no-repeat;
	}
div.active span {
	display: block;
	margin:0; padding: 7px 0 0 21px;
	}
div.outer span {
	display: block;
	margin:0; padding: 7px 0 0 21px;
	}
	

div.outer a:hover {
	background: url( '../images/nav_tab-over.gif' ) top left no-repeat;
	color: black;
	}
div.outer a:active {
	color: #000000;
}

div.active a:active {
	background: url( '../images/nav_tab-down.gif' ) 0 -50px no-repeat;
	color: #000000;
}

.tableheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}


.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#FFFFFF;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color:#ffffff;
	border-color:#eeeeee;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color:#ffffff;
	border-color:#eeeeee;
}


.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.grayborder {
	border-color:#cccccc;
	border-width:thin;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color:#666666;
	color:#FFFFFF;
}

.gotitfrom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-style:italic;
	color:#333333;
}

