.search{border:1px solid #CCCCCC; border-top:0; border-bottom:0; color:#2F446B;}
.error {color: red; font-weight: bold;}

/* CSS Document */
html {
	height:100%;
}
body {
	height:100%;
	padding:0px;
	margin:0px;
	font-family:tahoma;
	font-size:11px;
}
form {
	padding:0px;
	margin:0px;
}
a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
a.title:link, a.title:visited {
	color:#0547CF;
	text-decoration:underline;
	font-weight:bold;
}
a.orange:link, a.orange:visited {
	color:#FD6503;
	text-decoration:underline;
}
a.orange:hover {
	color:#FD6503;
	text-decoration:none;
}
a.title:hover {
	color:#0547CF;
	text-decoration:none;
	font-weight:bold;
}
td, input, textarea, select {
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}
.bgFooter {
	height:81px;
	background-image:url(../images/bgBottom.gif);
	background-repeat:repeat-x;
	text-align:center;
}
.bgTop {
	height:20px;
/*	background-image:url(../images/bgTop.gif);
	background-repeat:repeat-x;*/
}
.bgTopMiddle {
	height:44px;
/*	background-image:url(../images/bgTopMiddle.gif);
	background-repeat:repeat-x;*/
	padding-left:17px;
	padding-right:80px;
}
.content {
	width:100%;
	padding:50px 26px 15px 14px;
}
.formRight {
	width:142px;
	border:1px solid #7F9DB9;
	margin-bottom:4px;
	margin-top:2px;
}
.height {
	height:100%;
	background-image:url(../images/bgTop.gif);
	background-repeat:repeat-x;
}
.rightCol {
	padding-right:19px;
}
.rightColTop {
	width:100%;
	background-image:url(../images/bgTopBlock.gif);
	background-repeat:repeat-x;
	padding-top:18px;
	color:#2F446B;
	text-align:center;
}
.separator {
	height:3px;
	background-image:url(../images/bgSep.gif);
	background-repeat:repeat-x;
	width:100%;
	margin:7px 0 7px 0;
}
.topMenu {
	position:relative;
	float:right;
	color:#000097;
	padding-top:16px;
}
.topMenu a:link,.topMenu a:visited {
	color:#000097;
	text-decoration:none;
}
.topMenu a:hover {
	color:#000097;
	text-decoration:underline;
}

.grey {color:#3D3D3B;} 