/*
This file contains global styles
*/
@import url(nav.css);


html body {
	margin: 12px 0 0 0;
	padding: 0;
	background-color: white;
}

html body, td, span, p {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
/*	line-height: 1.3em;  */
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #3F6A97;
}

a:hover {
	text-decoration: underline;
	color: #3F6A97;
}

img {
	border: 0;
}

strong, b {
	font-weight: bold;
}

input, textarea, select {
  color: #009;
}

/* ############################################ */
/* search form start                            */

div#search_form {
	position: absolute;
	top: 24px;
	left: 0;
	width: 180px;
	z-index: 1;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#search_form form#search {
	margin: 0;
	padding: 0;
}

div#search_form form#search input.searchtext {
	width: 128px;
	border: 1px solid #ffffff;
	font-size: 10px;
	font-family: verdana, arial;
	margin: 0;
	padding: 0 0 0 2px;
	color: #666666;
}

div#search_form form#search input.submitbutton {
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #979797;
	margin: 0;
	padding: 0;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */


/* ############################################ */
/* links area start                             */

#links {
	position: absolute;
	top: 24px;
	left: 193px;
	margin: 0;
	padding: 0;
	color: #99999b;
	font-size: 9px;
	z-index: 2;
}

#links a {
	color: #99999b;
	text-decoration: none;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */